Framework

Owns the installation record and everything done to a project, under src/contexts/framework/ — the manifest aggregate, and the setup/install/restore/uninstall/doctor orchestration built on top of it. This is the only context allowed to reach `translate` and `distribution`; `tools` is reachable from `telemetry` too. Use when adding a use-case that touches the manifest, a setup/doctor/sync/uninstall flow, a new top-level CLI orchestration, or a launcher that runs an external binary (kanban-shaped). Do NOT use for a tool's own profile or capability classes — use `tools`. Do NOT use for the translation pipeline — use `translate`. Do NOT use for where content is fetched from — use `distribution`.

ai-driven-dev 45c2ac6 3 files · 9.5 KB Updated

File contents

ai-driven-dev/aidd-framework/tree/main/cli/.claude/skills/framework commit 45c2ac67dd

Frequently asked questions

npx skillmds@latest add ai-driven-dev/framework