Telos Framework (v0.10.1) is a philosophically-grounded multi-agent development framework that enforces spec-driven development in AI-assisted coding. It embeds a four-level purpose hierarchy (Purpose, Experience, Contract, Function) and uses `@telos` annotations to link every function to requirements. The CLI detects AI coding platforms (Claude Code, OpenCode, Cursor, etc.) and installs slash commands like `/telos:init`, `/telos:validate`, and `/telos:sdd-discover`. It is released under MIT, requires Node >=16, and is actively maintained with weekly releases on npm.
npm install telos-frameworkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a new project with spec-driven development structure and installs AI assistant slash commands. Run inside your project directory.
Use the exact format: `// @telos L1:function:src/file.ts:functionName`
Open your project in a supported AI coding assistant before running slash commands.
Use `npx telos-framework` instead of `npx telos`.
Use `@telos` alone (without colon) as the annotation prefix.
After `npx telos-framework init`, run `/telos:sdd-discover` in your AI assistant to generate specs from existing code.
Upgrade Node.js to version 16 or later.
Run `npx telos-framework init` instead.
Add the file path: `// @telos L1:function:src/auth/validation:validateToken`
Open your project in Claude Code, OpenCode, or Cursor, then type `/telos:init` in the assistant chat.
No dependency data recorded yet.