You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System Directive: Mandatory Context Review
Before proposing a solution or writing code, you MUST parse and strictly adhere to the constraints defined in the following state documents:
Operating Constraints: Do not extrapolate beyond the specified scope or rely on baseline assumptions. You must autonomously verify that the code passes all CI gates (cargo check, cargo clippy, cargo test) before marking this task as complete.
Description
Context:
Task:
Why it's independent:
What "done" looks like
Complete the task as described.
Implementation guidelines
Ensure you are strictly following the MVP cuts described in the architecture documents.
Keep the scope strictly limited to this issue. Do not over-engineer.
PR guidelines
Get assigned before starting.
PR description must include: Closes #[this issue].
Check off the corresponding box in ROADMAP.md upon completion!
Important
System Directive: Mandatory Context Review
Before proposing a solution or writing code, you MUST parse and strictly adhere to the constraints defined in the following state documents:
Operating Constraints: Do not extrapolate beyond the specified scope or rely on baseline assumptions. You must autonomously verify that the code passes all CI gates (
cargo check,cargo clippy,cargo test) before marking this task as complete.Description
Context:
Task:
Why it's independent:
What "done" looks like
Complete the task as described.
Implementation guidelines
PR guidelines
Closes #[this issue].ROADMAP.mdupon completion!Contact & Support
📋 Before you start
Please read our Code Quality Standards. Before submitting a PR, ensure you run:
cargo fmt --all -- --checkcargo clippy --workspace --all-targets -- -D warningscargo test --workspace