aidokitwiki

Wiki Completeness Review

Strong Areas #

Missing Project Details (TODO list) #

These would strengthen the wiki without straying from the v1.0 scope:

  1. A "first PR" worked example under tutorials/ — pick a real shipped change from CHANGELOG.md [Unreleased] (e.g. ADR-0015 graphify entry) and walk through every artefact it touched.
  2. A concepts/multi-adapter-projects.md — multi-adapter is a v1.0 deliverable. Diagram is in diagrams/adapter-composition.md but the conceptual page is implicit, not explicit.
  3. A reference/state-json-schema.md documenting the .aido/state.json audit log shape — currently only referenced inline in concepts/security-model.md and .docs/docs/specs/security-model.md §10.3.
  4. A how-to-guides/how-to-add-an-adapter.md that mirrors the extend-an-adapter.md tutorial but for an entirely new adapter package — would parallel tutorials/author-a-stack-pack.md for the adapter side.
  5. A concepts/brownfield-flow.md--brownfield is shipped in v0.5 but the wiki only references it in passing.

Onboarding Readiness Score #

Score: 9/10

Reason: The wiki gives a new contributor enough to (a) understand what aidokit is and is not, (b) run the CLI locally and inspect the emitted tree, (c) navigate the monorepo to the right package, (d) understand and enforce the dogfood gate, conformance harness, and security boundaries, and (e) ship a change end-to-end with the right ADR/changeset/dogfood/conformance signals. Every load-bearing rule cites its .docs/ source. The point deducted is for the remaining > [!TODO]s (repo URL, E2E status, the Postgres MCP entry detail) and the deliberate absence of brownfield-specific guidance — both fixable in a follow-up PR once the maintainer confirms the missing facts.