Commit graph

7 commits

Author SHA1 Message Date
qer
2ac9b31cf1 wip: plugin command 2026-05-27 19:12:58 +08:00
qer
40d6555840 feat: add plugin support 2026-05-27 01:28:23 +08:00
qer
6145e9c5d2 docs: consolidate plugins plan into a single PR
Drop the four-PR phasing in favor of one feature branch with task-level
commits. Changeset and PR creation happen once at the end.
2026-05-25 17:32:29 +08:00
qer
6704df1f72 docs: add plugins v1 implementation plan
Bite-sized TDD plan covering 14 tasks across 4 PRs: manifest parser/store,
PluginManager + bootstrap injector + session wiring, RPC surface, and
TUI /plugins command. Each task has full code, expected test failures,
and acceptance criteria. Final task is the Superpowers brainstorming
end-to-end check from the spec.
2026-05-25 17:29:39 +08:00
qer
fc57c5c4df docs: add plugins v1 design spec
Captures the design decisions for /plugins: Kimi-native + Codex-fallback
manifest, skill injection via the existing extraDirs pipeline, narrow
bootstrap via the agent injection framework, and the four-PR phasing for
M1 (parser/store), M2 (manager + bootstrap), M3 (RPC), M4 (TUI).
2026-05-25 17:18:37 +08:00
Yichen Yan
154e5a732b
Fix typo in zh readme (#1) 2026-05-22 18:54:14 +08:00
Kaiyi
842e699a64 Kimi For Coding 2026-05-22 15:54:50 +08:00