Skip to content

Latest commit

 

History

6 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

spec-dev-tool

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.

Install

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 --help

仓库 commands work from any directory inside a Git worktree. Run the top-level help and follow its AGENT WORKFLOW for command guidance.

Simplification audits can define repository-specific operational rules at .spec-dev-tool/guides/find-simplifications.md. The first spec-dev-tool guide find-simplifications invocation creates a headings-only template when that file is missing; later invocations validate and inline it.

Development

dune build @all
dune runtest
dune exec -- spec-dev-tool --help

关于

No description, website, or topics provided.

Resources

Stars

1 star

关注者

0 watching

复刻s

发布

贡献者

Languages