KBase v0.2.1 — Deliverable modifiers and plan mode #7
hayabusa-cloud
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Introduction
KBaseis a structured, self-organizing knowledge base for AI coding agents. It persists agent knowledge — rules, references, decisions, skills — across sessions, so agents start informed instead of cold. Every directory follows a consistentAGENTS.md+INDEX.mdpattern, with a tiered authority model (ROOT > rules > refs > notes > external) and a communication protocol for human–agent interaction.Usage
Point your AI coding agent's config to the
KBase/directory. The agent readsAGENTS.mdon session start and self-maintains the knowledge base.Highlights
[ ... ]and[[ ... ]]that control how artifacts are delivered. Three modifier families: read-only(RO), write-allow(+W), and skill-first(SK).What's Changed
Features
(RO)read-only deliverable modifiers — analysis/review only, no product code changes (Add (RO), (+W), (SK) deliverable modifiers #6)(+W)write-allow deliverable modifiers — explicit permission to edit product code (Add (RO), (+W), (SK) deliverable modifiers #6)(SK)skill-first deliverable modifiers — explicitly search skills and rules before proceeding (Add (RO), (+W), (SK) deliverable modifiers #6)Improvements
rules/INDEX.mdandskills/INDEX.md(Add (RO), (+W), (SK) deliverable modifiers #6)Documentation
Compatibility
AGENTS.mdThis discussion was created from the release KBase v0.2.1 — Deliverable modifiers and plan mode.
All reactions