Skip to content

Commit 1b58531

Browse files
committed
Wire sourceosctl reasoning validation into Makefile
1 parent 0811324 commit 1b58531

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Makefile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.PHONY: validate test scan-local-persistence validate-local-agents validate-local-agent-templates
1+
.PHONY: validate test scan-local-persistence validate-local-agents validate-local-agent-templates validate-reasoning-cli
22

3-
validate: test scan-local-persistence validate-local-agents validate-local-agent-templates
3+
validate: test scan-local-persistence validate-local-agents validate-local-agent-templates validate-reasoning-cli
44
@test -f README.md
55
@test -f AGENTS.md
66
@test -f .github/copilot-instructions.md
@@ -20,3 +20,9 @@ validate-local-agents:
2020

2121
validate-local-agent-templates:
2222
@python3 scripts/validate_local_agent_templates.py .
23+
24+
validate-reasoning-cli:
25+
@python3 bin/sourceosctl reasoning validate tests/fixtures/reasoning/deterministic >/dev/null
26+
@python3 bin/sourceosctl reasoning inspect tests/fixtures/reasoning/deterministic >/dev/null
27+
@python3 bin/sourceosctl reasoning replay-plan tests/fixtures/reasoning/deterministic >/dev/null
28+
@python3 bin/sourceosctl reasoning events tests/fixtures/reasoning/deterministic >/dev/null

0 commit comments

Comments
 (0)