12 Commits

Author SHA1 Message Date
Nicholas Ferguson a41634bedb docs: add skill-suites design note and NAVIGATOR entry 2026-06-28 20:28:40 -04:00
Nicholas Ferguson 105ba17c4e docs: add project-scoped-skills design note and NAVIGATOR entry 2026-06-28 20:28:40 -04:00
Nicholas Ferguson bc234f7b12 docs(agent-loops): add teams-based multi-specialist review mode to SKILL.md 2026-04-05 01:12:27 -04:00
Nicholas Ferguson 7323ca0d72 docs(skills): integrate codanna code intelligence into agent-loops and multi-specialist review 2026-03-13 21:49:59 -04:00
Nicholas Ferguson 5b01bd85b4 fix(agent-loops): normalize near-miss review artifacts 2026-03-13 19:46:08 -04:00
Nicholas Ferguson 86c97ec81c docs(agent-loops): refresh showcase and references 2026-03-13 03:34:25 -04:00
Nicholas Ferguson dfc6bfc014 docs(plans): add multi-specialist parallel review design
Design plan for bash-level parallel specialist reviews with
Read/Grep/Glob grounding, citation verification, and confidence
scoring. Intended for multi-commit and PR-level reviews where
agent-loops single-turn is insufficient.
2026-03-11 17:56:59 -04:00
Nicholas Ferguson 2a94be1794 fix(assets): add validation and error handling to symlink operations
Priority 1 & 3 code review improvements:
- Add source path existence validation before all symlink operations
- Add (OSError, PermissionError) try/except blocks to symlink creation/removal
- Separate error handling for unlink and symlink_to operations
- Fix uninitialized source_path in _agent_activate_recursive (init to None)
- Add specific error messages for each failure mode

Files changed:
- agents.py: Updated _agent_activate_recursive and agent_deactivate with
  proper error handling and source_path initialization fix
- skills.py: Enhanced skill_activate/skill_deactivate with source validation
  and specific exception handling
- rules.py: Updated rules_activate/rules_deactivate to catch PermissionError
  and provide clear error messages
- asset_installer.py: Apply same patterns to all install functions

This ensures robust symlink operations with clear feedback on failure modes.
2026-02-24 20:58:43 -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 cfc7baa7cf docs: update documentation and add new plugins
- Update installation and hooks documentation
- Add documentation viewer guide
- Add parallel workflow enforcer guide
- Update watch mode and memory guides
- Add beads issue tracking configuration
- Add marketplace plugin configuration
- Add new plugin templates (accessibility, cognitive, frontend, ux)
- Update agents with improved prompts
- Update build configuration and manifest
2026-01-15 17:02:54 -05:00
Nicholas Ferguson 6f07bb5b6b chore: rename claude-ctx to cortex 2026-01-07 19:21:19 -05:00
Nicholas Ferguson 48f95cb145 feat(hooks): move hook config into hooks.json 2026-01-07 19:20:22 -05:00