You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: fix docs accuracy and remove dead event_bus param
Correct factual errors in internal and public docs before production
release: default backend "claude" → "claude-code", _git.py → git.py,
add missing server route files and core modules to architecture trees,
replace nonexistent plugin endpoints with actual API, clarify persona
pipeline is orchestrator-driven, fix KanbanChatScreen misnomer, remove
placeholder PGP block, use "14+" instead of hardcoded agent count.
Remove dead event_bus parameter from Events.__init__ left over from
EventBus removal refactor.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ hide:
8
8
9
9
# Your agents work. You decide.
10
10
11
-
Fourteen AI agents. One board. Every task tracked from backlog to merge -- while you keep your hands on the wheel.
11
+
14+ AI agents. One board. Every task tracked from backlog to merge -- while you keep your hands on the wheel.
12
12
13
13
Kagan is a keyboard-first Kanban TUI that orchestrates coding agents across the full task lifecycle. Plan. Run. Review. Merge. No context lost between steps, no state scattered across terminals.
- Four built-in personas: `analyst`, `planner`, `implementer`, `reviewer`
121
121
- Each persona has a distinct prompt profile tuned to its role
122
-
-Run a persona against a repo for structured analysis (`audit_repo`)
122
+
-Activate a persona per session via `run_start(task_id, persona="implementer")`
123
123
- Import persona presets from GitHub repos (subject to whitelist)
124
124
- Export persona presets to GitHub repos
125
125
- Manage an import whitelist of approved persona source repos
126
-
- Multi-session task execution: run a task through a sequence of personas in order (analyst → planner → implementer → reviewer) without manual handoff between sessions
126
+
- Audit persona repositories for preset structure and validity (`audit_repo`)
127
+
- Multi-session sequencing is orchestrator-driven: the orchestrator agent plans and starts sequential persona sessions via MCP tools, not an automated Python-level pipeline
0 commit comments