Pr cycle template
🌀 Mobius PR Cycle Submission¶
Cycle: C-XXX
Date: YYYY-MM-DD
Author: @kaizencycle
Target: main
Sentinels: ATLAS • AUREA • ECHO
📌 Summary¶
(Describe exact work completed this cycle. Be specific about what was built, fixed, or improved.)
Example:
Implemented Mobius Cycle Protocol (MCP) v1.0 specification, including PR template, GitHub Actions enforcement workflow, Sentinel integration rules, cycle attestation ledger spec, and cycle index API endpoint. All deliverables from Cycle C-148 are complete and production-ready.
🎯 Human Intent¶
(State your intent at Cycle Begin. What problem were you solving? What was your goal?)
Example:
At CYCLE_BEGIN, I declared intent to "Implement MCP v1.0 and all C-148 deliverables to establish canonical cycle protocol for Mobius Systems."
🔧 Technical Changes¶
Code Additions¶
- New files created
- New functions/classes added
- New API endpoints
- New database migrations
List specific files and changes:
docs/06-OPERATIONS/protocols/MCP_v1.0.md (NEW)
docs/04-guides/development/pr-cycle-template.md (NEW)
.github/workflows/mcp-enforcer.yml (NEW)
apps/indexer-api/src/routes/cycles.ts (NEW)
Tests¶
- Unit tests added
- Integration tests added
- E2E tests added
- Test coverage increased
Test files:
Documentation¶
- README updated
- API docs updated
- Architecture docs updated
- Guides updated
Documentation files:
Database Migrations¶
- New tables created
- Schema changes
- Indexes added
Migration files:
Security Considerations¶
- Security review completed
- No sensitive data exposed
- Authentication/authorization verified
- Input validation added
🛡 Integrity Checks¶
GI Score¶
Score: ___ (must be ≥ 0.95)
Components: - Memory (M): ___ (0.25 weight) - Human (H): ___ (0.20 weight) - Integrity (I): ___ (0.30 weight) - Ethics (E): ___ (0.25 weight)
Formula: GI = 0.25*M + 0.20*H + 0.30*I + 0.25*E
ECHO Score¶
Score: ___ (must be ≥ 0.95)
Components: - Drift detection: pass/fail - Reflection alignment: pass/fail - Recursive learning: pass/fail
Drift Status¶
- No drift violations detected
- ECHO Layer approved
- Reflection alignment verified
Sentinel Agreement¶
- ATLAS: ✅ Approved / ❌ Request Changes
- AUREA: ✅ Approved / ❌ Request Changes
- ECHO: ✅ Approved / ❌ Request Changes
All three must approve for merge.
🔗 Linked Artifacts¶
Ledger Attestation¶
- Attestation hash:
sha256-xxxx... - Ledger entry created
- MII updated
Commit Hashes¶
Code Diffs¶
Relevant Issues¶
- Closes #XXX
- Related to #YYY
- Addresses #ZZZ
🟢 Ready for Merge¶
Checklist: - [x] All tests pass - [x] GI Score ≥ 0.95 - [x] ECHO Score ≥ 0.95 - [x] All sentinels approved - [x] No drift violations - [x] Security review passed - [x] Documentation updated - [x] Cycle metadata present
Merge when all checks pass.
📝 Notes¶
(Optional: Additional context, future work, known limitations, etc.)
Cycle C-XXX • YYYY-MM-DD
Mobius Cycle Protocol v1.0