File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2121validate-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
You can’t perform that action at this time.
0 commit comments