4 Commits

Author SHA1 Message Date
Nicholas Ferguson 0348090e39 docs: remove phantom feature references and fix stale documentation
Remove references to non-existent modes/, workflows/, profiles/, scenarios/,
and flags/ directories across 11 documentation files. These described a
planned "three-layer system" that was superseded by the current skills-based
architecture.

Key changes:
- AGENTS.md: update core module tree to match actual codebase
- docs/index.md: fix version (2.0.0 → 3.0.1), remove Mode/Workflow/Flag sections
- docs/guides/hooks.md: replace 7 phantom hooks with 9 actual hooks
- docs/reference/api/index.md: list actual core modules
- docs/reference/architecture/: remove three-layer references, fix paths
- Archive quick-reference.md (entirely phantom content)
- Fix broken modes.html links and stale CLI command references
2026-03-06 15:05:47 -05:00
Nicholas Ferguson 35ebb2abe3 refactor: remove unused cortex-workflow placeholder
Remove cortex-workflow references since the command is not implemented
and workflow orchestration is currently handled through composition of
existing commands (agent, skills, review, plan, export, ai).

- Remove workflow subcommand from validation and generation
- Remove cortex-workflow.1 from manpage bundle
- Delete placeholder cortex-workflow.1 manpage file

This keeps the build clean and only bundles manpages for implemented
commands (cortex.1 and cortex-tui.1).
2026-02-24 20:58:43 -05:00
Nicholas Ferguson aae9850d22 docs: fix outdated references and rewrite INSTALL.md
Major cleanup of documentation with outdated information:

Rewrites:
- INSTALL.md - Complete rewrite to match current CLI commands
  - Removed references to non-existent commands (install bootstrap, install package)
  - Updated to use actual commands (install link, install post)
  - Added comprehensive usage examples and troubleshooting
  - Simplified structure matching README.md

Deletions:
- INSTALL_TEST_PLAN.md - Testing non-existent commands and wrong paths

Global replacements (37 files):
- ~/.cortex/ → ~/.claude/ (all occurrences)
- cortex-py → claude-cortex (all occurrences)

Files updated:
- Installation guides (INSTALL.md, getting-started.md)
- API documentation (installer.md, prompts.md)
- Architecture docs (DIAGRAMS_README.md, VISUAL_SUMMARY.txt)
- Feature guides (hooks.md, skills.md, memory.md, etc.)
- AI integration docs (LLM_INTELLIGENCE_GUIDE.md, etc.)

All documentation now accurately reflects:
- Current CLI commands (cortex install link, cortex install post)
- Correct package name (claude-cortex)
- Correct config paths (~/.claude/)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 10:23:33 -05:00
Nicholas Ferguson 6f07bb5b6b chore: rename claude-ctx to cortex 2026-01-07 19:21:19 -05:00