Skip to content

Releases: aegntic/cognitive-os

Cognitive OS Update 1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 14:15

Changes

  • Merge branch 'feat/aegntic-gemini-cognitive'
  • fix(brik-pro): patch vite/esbuild/js-yaml/postcss/nanoid advisories
  • fix(deps): patch js-yaml, postcss, nanoid advisories in root lockfile
  • chore: note aegntic.ai active project, add context.dev dependency
  • feat(insidher): walkthrough screen, onboarding rework, GTM compliance doc
  • chore(threshold): remove luxe-agent project
  • chore(deps-dev): bump prettier from 3.9.4 to 3.9.5 (#12)
  • fix(insidher): e2e blockers — D1 schema on fetch, free model, poll once
  • test(core): m3 hardening suite for injection, multi-turn, deposit gate
  • feat(android): approval UI escalate/deposit status + persona fields (m1/m2)
  • feat(backend): deposit CRUD, human decisions, no-confirm-without-approve (m2)
  • feat(android): SMS channel, ECDSA auth, BackendClient, Compose screens (m0)
  • feat(core): Timing/Memory/Persona workers + BookingWorker deposit flow (m1/m2)
  • feat(core): SafetyWorker, InferenceProvider, InquiryOrchestrator for m0
  • feat(backend): Cloudflare Workers backend with Hono, D1, ECDSA auth, queues, cron
  • feat(contracts): implement all contract types with kotlinx-serialization and 558 passing tests
  • feat(insidher): gradle multi-module setup with :contracts, :core, :android-app
  • feat(insidher): landing page with waitlist API
  • feat(insidher): universal tab structure + SMS agent + phone-first signup
  • feat(insidher): phone-first signup with email toggle + native SMS agent
  • feat(insidher): native SMS agent with per-client isolation, deposit handling, and AnitaCore auto-draft
  • docs(insidher): full product scope + agent work packages
  • feat(brik-pro): add git-style version history + controller live sync + VersionHistory modal + IndexedDB persistence
  • chore(showcase): early Insidher MVP snapshot (luxe-agent)

Files Updated

  • AGENTS.md (master specification)
  • Harness adapters (CLAUDE.md, CODEX.md, GEMINI.md, .cursorrules, .factory/AGENTS.md)

See CONTRIBUTING.md for details.

What's Changed

  • chore(deps-dev): bump prettier from 3.9.4 to 3.9.5 by @dependabot[bot] in #12

Full Changelog: v3.0.0...v1

Cognitive OS v3.0 — Universal AI Agent Operating System

Choose a tag to compare

@aegntic aegntic released this 06 Jul 15:51

Cognitive OS v3.0

The future is not predicted. It is compiled.

Cognitive OS is a universal cognitive operating system specification for AI coding agents. It defines a production-grade, 16-section cognitive architecture that governs how LLM-powered agents think, plan, verify, and execute across real-world systems.

A single master specification (AGENTS.md, 699 lines) auto-adapts to 5 AI agent harnesses through thin adapters: Claude Code, Cursor, Codex CLI, Gemini CLI, and Factory Droid.

What's Included

Cognitive Architecture (16 Sections)

  • 10-layer cognitive stack (intake triage T0-T4, reasoning modes, context budgeting, diff-aware editing, tool blindness prevention, semantic search, generated file awareness, phased execution, rollback planning, dependency discipline)
  • Multi-model orchestration with task complexity routing matrix and ensemble verification
  • 4-layer agentic memory stack (working, episodic, semantic, procedural)
  • Autonomous verification system with mandatory 7-step verification chain and self-healing pipeline
  • Swarm coordination protocol with sub-agent swarming, worktree isolation, and DAG execution
  • Adversarial security framework with prompt injection defense and circuit breakers
  • Economic intelligence with token cost tracking and ROI-aware task routing
  • Self-improvement pipeline with continuous learning loop and instinct evolution
  • Real-world actuation protocols for browser automation, deployments, and trading systems
  • Observability and tracing with quality gates and eval-driven development
  • Code quality standards for TypeScript/React, Python, Rust, and Solidity/DeFi
  • SPARC methodology integration (Specification, Pseudocode, Architecture, Refinement, Completion)

Multi-Harness Adapters

Harness File Purpose
Factory Droid .factory/AGENTS.md MCP servers, sub-agent strategy, custom droids
Claude Code CLAUDE.md ECC agent registry, gstack, model routing
Cursor .cursorrules Compact subset for code completion
Codex CLI CODEX.md OpenAI-optimized directives
Gemini CLI GEMINI.md Google-optimized extensions

Infrastructure

  • CI/CD pipeline (7 jobs: lint, format, test, link-check, tech-debt-scan, flaky-test-detection, docs-validation)
  • CodeQL security analysis (runs on push, PR, and weekly schedule)
  • Stale issue/PR bot (30-day stale, 7-day close, security exemptions)
  • Automated release workflow
  • 110 vitest tests across 5 test suites
  • Pre-commit hooks (husky + lint-staged + markdownlint + prettier)
  • Branch protection (enforce admins, no force push)
  • Secret scanning with push protection
  • Dependabot weekly updates
  • Devcontainer configuration
  • Architecture diagrams (Mermaid) and operational runbooks

Quick Start

git clone https://github.com/aegntic/cognitive-os.git
cd cognitive-os
npm install
npm test

Copy AGENTS.md and your harness adapter into any project. Your AI agent auto-detects and loads the spec at session start.

Documentation

Links