| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
spec-dev-tool is an OCaml CLI for managing agent decision documents in docs/agent-guide/. It creates, lists, validates, and transitions documents through their lifecycle.
Requirements: OCaml 5.1 or newer, Dune 3.23 or newer, opam, and Git.
The following example creates a local OCaml 5.1.1 switch. Any newer OCaml version is also supported.
opam switch create . 5.1.1
eval "$(opam env)"
opam install .Verify the installation:
spec-dev-tool --helpRepository commands work from any directory inside a Git worktree. Run the top-level help and follow its AGENT WORKFLOW for command guidance.
dune build @all
dune runtest
dune exec -- spec-dev-tool --help| Back | FazBrowse Home | New Git URL |