
Cyptopimpinainteazy
Cyptopimpinainteazy / 03-production-code-only
All code merged into main must be production-quality. No demo paths, mock backends, hardcoded test addresses, or in-memory-only persistence should be shipped to production. - Prefer production-quality implementations over demo/mock versions.
Cyptopimpinainteazy / 06-security-rollback-required
Every production feature must consider security, rollback, replay, and failure paths before being called complete. - Auth checks must be real, not `return Ok(())` pass-throughs.
Cyptopimpinainteazy / 08-status-report-required
Every response must communicate actual completion status with an honest status bar. No hiding behind vague language. - Include a status bar with 10-block visual bars for Overall, Code, Tests, Wiring, Docs, and Proof.
Cyptopimpinainteazy / 09-next-10-tasks-required
Every completion report must include exactly 10 concrete next tasks. This prevents agents from abandoning work with no clear path forward. - List exactly 10 tasks, numbered 1 through 10.