26382a7ac6
CI / Clippy (push) Failing after 15m13s
CI / Test (ubuntu-latest) (push) Failing after 16m1s
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Build (no embeddings / no ORT) (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Cookbook (Node) (push) Has been cancelled
CI / Pi Extension (Node) (push) Has been cancelled
CI / Rust SDK (lean-ctx-client) (push) Has been cancelled
CI / Embed SDK (lean-ctx-sdk) (push) Has been cancelled
CI / Python SDK (leanctx) (push) Has been cancelled
CI / Hermes Plugin (Python) (push) Has been cancelled
CI / SDK Conformance Matrix (push) Has been cancelled
CI / Coverage (push) Has been cancelled
CI / cargo-deny (push) Has been cancelled
CI / Adversarial Safety (push) Has been cancelled
CI / Benchmarks (push) Has been cancelled
CI / Output-Quality Gate (eval A/B) (push) Has been cancelled
CI / Documentation (push) Has been cancelled
CI / CI Green (push) Has been cancelled
JetBrains Plugin / Actionlint (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL / Analyze (rust) (push) Has been cancelled
JetBrains Plugin / Validation (push) Has been cancelled
JetBrains Plugin / Build (push) Has been cancelled
JetBrains Plugin / Test (push) Has been cancelled
Security Check / Security Scan (push) Has been cancelled
1.9 KiB
1.9 KiB
Tasks: AI Dev-Workflow Hardening (refs #899)
Atomic, individually testable. Cite the spec in commits:
<type>(<scope>): … refs specs/899-dev-workflow-hardening.
- T1 — impact-first rule (#900)
- Files:
.cursor/rules/impact-first.mdc - Do: scoped rule (globs
rust/**) mandatingctx_impact+ affected-test verify. - Verify:
.mdcfrontmatter valid; rule shows in Cursor forrust/**.
- Files:
- T2 — SDD templates + first spec (#901)
- Files:
specs/README.md,specs/_template/{spec,plan,tasks}.md,specs/899-dev-workflow-hardening/{spec,plan,tasks}.md - Do: templates + conventions; dogfood with this initiative's spec.
- Verify: structure present; commit convention documented.
- Files:
- T3 — plan loop (#904)
- Files:
.cursor/plans/README.md - Do:
.cursor/plans/convention linking plan ↔ spec ↔ ticket. - Verify: README present; CONTRIBUTING references it.
- Files:
- T4 — entrypoint smoke gate (#902)
- Files:
rust/tests/entrypoints_wired.rs,scripts/preflight.sh - Do: assert every MCP tool has a dispatch arm and every CLI subcommand routes.
- Verify:
cargo test -q entrypoints_wired; gate runs in preflight.
- Files:
- T5 — rules SSOT drift gate (#903)
- Files:
rust/tests/rules_drift.rs(+ generator path), CONTRIBUTING note. - Do: regenerate agent-instruction artifacts from SSOT; fail on drift.
- Verify:
cargo test -q rules_drift.
- Files:
- T6 — docs glue (#901/#904)
- Files:
CONTRIBUTING.md - Do: add "Spec-driven workflow" section describing the loop.
- Verify: links resolve to
specs/README.md,.cursor/plans/README.md.
- Files:
Done gate
- All EARS criteria covered.
cargo fmt --check && cargo clippy --all-features -- -D warnings && cargo test --all-featuresscripts/preflight.sh fastgreen.- GitLab #899–#904 statuses updated; spec referenced in commits.