- Run local syntax check:
python -m py_compile cli/agentmd.py
- Run local CLI tests:
python -m pytest -q tests/agentmd/test_agentmd_cli.py
- Run demo proof script:
.\scripts\demo-lead-compile.ps1
- Verify GitHub Actions workflow run is green:
AgentMD Lead Demo(.github/workflows/agentmd-lead-demo.yml)
- Verify workflow artifact upload contains:
.sticky/current-state.json.sticky/current-state.md.sticky/receipts/*.jsonl
- Confirm clean git status:
git status --short
- Create tag only after CI pass:
git tag v0.2.0