github.com/udx/dev.kit

dev.kit

Repo context coverage for every handoff.

dev.kit reads repo-owned docs, manifests, workflows, commands, dependencies, and gaps, then writes .rabbit/context.yaml so humans, agents, scripts, and Rabbit CI start from the same declared contract.

  1. 01 inspect repo evidence
  2. 02 generate context coverage
  3. 03 share the repo contract
repo context session v0.12
$ dev.kit

dev.kit

[workflow]
  status:     needs_repo_context
  env:        ready
  repo:       missing

[next]
  repo:       dev.kit repo

$ dev.kit repo

> repo contract  manifest-repo  mode: write

[workflow]
  job:        repo
  status:     needs_repair
  - Read the highest-priority repo refs.
  - make test
  - Review .rabbit/context.yaml.
  - Repair gap; rerun dev.kit repo.

[context]
  path:       .rabbit/context.yaml
  status:     generated
  coverage:   refs, commands, manifests, dependencies, gaps

[rabbit.ci]
  role:       repo context and coverage layer
  handoff:    committed repo contract for CI, agents, scripts
  boundary:   source remains README, docs, manifests, workflows

[gaps]
  - config: declared contract partial
  - repair: owning repo manifest or docs
  - rerun: dev.kit repo

[next]
  decision:   start repair loop
  repair:     fix strongest gap
  rerun:      dev.kit repo
Copied