Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 658 Bytes

File metadata and controls

20 lines (18 loc) · 658 Bytes

RELEASE_CHECKLIST

AgentMD Runtime v0.2.0 RC

  • 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