github.com/udx/dev.kit

dev.kit

Every command returns the next safe command.

Start with dev.kit. Execute, read the output, follow the returned step. Repository context keeps humans, agents, scripts, and CI/CD aligned.

  1. 01 execute dev.kit
  2. 02 follow returned step
  3. 03 use repository context
dev.kit session v0.12
$ dev.kit

dev.kit

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

[next]
  repo:       dev.kit repo

$ dev.kit repo

> udx/dev.kit  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
  contains:   refs, commands, gaps

[gaps]
  - pipeline: deploy contract partial
  - repair: action.yml
  - ref: docs/development.md

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