telos-framework 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -148,7 +148,7 @@ Reasoning: [Based on detected linters, formatters, and quality standards]
148
148
  ═══════════════════════════════════════════════════════════════════════════
149
149
  ```
150
150
 
151
- ### Auto-generation Guidelines for L1-L4:
151
+ ### Auto-generation Guidelines for L1-L4
152
152
 
153
153
  **L1 (Syntax-Linter)** - Based on detected tools:
154
154
 
@@ -185,6 +185,7 @@ After presenting the table, say:
185
185
  **Strategic layers (L9-L5) define your project's purpose and require your input.**
186
186
 
187
187
  **Technical layers (L1-L4) are auto-generated based on your detected tooling:**
188
+
188
189
  - L1: [List detected linters]
189
190
  - L2: [List detected test frameworks]
190
191
  - L3: [List detected component frameworks]
@@ -193,11 +194,13 @@ After presenting the table, say:
193
194
  **Please review the strategic layers (L9-L5). Would you like to refine any of these?**
194
195
 
195
196
  Options:
197
+
196
198
  - "Accept all" - Proceed with generation
197
199
  - "Refine L9" - Edit ultimate purpose layer
198
200
  - "Refine L8" - Edit business value layer
199
201
  - "Refine all" - Walk through each strategic layer
200
202
  - "Restart" - Re-analyze with different focus
203
+
201
204
  ---
202
205
 
203
206
  Wait for user response. If they want refinements, engage conversationally:
@@ -254,13 +257,13 @@ Tools**: [Build systems]
254
257
  ## Initialization Metadata
255
258
 
256
259
  - **Initialized**: [Current date]
257
- - **AI Assistant**: Claude via Telos `/telos-init`
260
+ - **AI Assistant**: Claude via Telos `/telos:init`
258
261
  - **Project Type**: [Inferred project type]
259
262
  ```
260
263
 
261
264
  ### 4.2 Create Agent Files
262
265
 
263
- For each level (L9 → L1), create `..telos/agents/l[N]-[agent-name].md`:
266
+ For each level (L9 → L1), create `.telos/agents/l[N]-[agent-name].md`:
264
267
 
265
268
  **Template structure:**
266
269
 
@@ -383,7 +386,7 @@ all development decisions.
383
386
  - L2 (Function-Author): Functions - is this testable and maintainable?
384
387
  - L1 (Syntax-Linter): Code quality - does this pass linting/formatting?
385
388
 
386
- See `.telos/TELOS.md` for complete hierarchy and `..telos/agents/` for detailed
389
+ See `.telos/TELOS.md` for complete hierarchy and `.telos/agents/` for detailed
387
390
  agent definitions.
388
391
 
389
392
  ---
@@ -417,15 +420,17 @@ Once all files are generated, display:
417
420
  ✅ **Telos initialization complete!**
418
421
 
419
422
  **Generated files:**
423
+
420
424
  - `.telos/TELOS.md` - Ultimate purpose and hierarchy
421
- - `..telos/agents/l9-telos-guardian.md` through `l1-syntax-linter.md`
425
+ - `.telos/agents/l9-telos-guardian.md` through `l1-syntax-linter.md`
422
426
  - Updated AI assistant config files (AGENTS.md, CLAUDE.md, .cursorrules, etc.)
423
427
  - `logos/orchestrator.js` - Request router (if applicable)
424
428
 
425
429
  **Next steps:**
426
- 1. Review the generated agent definitions in `..telos/agents/`
427
- 2. Run `/telos-validate` to check alignment with current codebase
428
- 3. Run `/telos-status` to see current configuration
430
+
431
+ 1. Review the generated agent definitions in `.telos/agents/`
432
+ 2. Run `/telos:validate` to check alignment with current codebase
433
+ 3. Run `/telos:status` to see current configuration
429
434
  4. Start developing with purpose-driven AI assistance!
430
435
 
431
436
  **Your AI assistant now knows about Telos!** All existing config files (AGENTS.md,
@@ -433,9 +438,11 @@ CLAUDE.md, .cursorrules, etc.) have been updated to reference `.telos/TELOS.md`
433
438
  before making changes.
434
439
 
435
440
  **Slash commands available:**
436
- - `/telos-validate` - Check if current code aligns with Telos
437
- - `/telos-status` - Show current Telos configuration
438
- - `/telos-reset` - Clear and reinitialize
441
+
442
+ - `/telos:validate` - Check if current code aligns with Telos
443
+ - `/telos:status` - Show current Telos configuration
444
+ - `/telos:reset` - Clear and reinitialize
445
+
439
446
  ---
440
447
 
441
448
  ## Tips
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telos-framework",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Telos-driven Multi-Agent Development Framework - A philosophically-grounded AI collective for purpose-aligned software development",
5
5
  "main": "index.js",
6
6
  "bin": {