agent-spec 1.2.0

Intent compiler for AI agent coding: human intent compiles through requirement IR into verifiable task contracts, mechanically verified against the code
1
2
3
4
5
6
7
8
9
10
11
{
  "schema": "agent-spec/code-graph-provider/conformance-fixture-v1",
  "fixture_id": "provider-basic",
  "repository_root": "fixtures/code-graph-provider/basic/project",
  "worktree_id": "fixture-worktree",
  "revision": "0123456789abcdef0123456789abcdef01234567",
  "expected_node_ids": [
    "fixture-extractor:function:root/run",
    "fixture-extractor:module:root"
  ]
}