- Implemented PolicyPackSelectorComponent for selecting policy packs. - Added unit tests for component behavior, including API success and error handling. - Introduced monaco-workers type declarations for editor workers. - Created acceptance tests for guardrails with stubs for AT1–AT10. - Established SCA Failure Catalogue Fixtures for regression testing. - Developed plugin determinism harness with stubs for PL1–PL10. - Added scripts for evidence upload and verification processes.
13 lines
813 B
Markdown
13 lines
813 B
Markdown
# Implementor Guidelines (Stub)
|
|
|
|
Use with sprint task 18 (IMPLEMENTOR-GAPS-300-018).
|
|
|
|
- Determinism/offline: pin toolchains, seeds, inputs.lock; no live network in examples.
|
|
- Provenance: DSSE-sign schema and results; keep tenant scoping explicit.
|
|
- Docs touch rule: enforce `docs:` tag (value or `docs: n/a`) in commits/PRs.
|
|
- Boundary rules: respect module working directories and shared-lib allowlist.
|
|
- Perf/quota: capture perf budgets and quota impacts when changing hot paths.
|
|
- Versioning: schema changes require version bump and changelog note.
|
|
- CI lint: `tools/lint/implementor-guidelines.sh` (stub) to be wired into CI; add to pre-commit or CI pipeline when wiring determinism checks.
|
|
- Determinism checks: prefer UTC, sorted outputs, pinned seeds; add `inputs.lock` when adding new fixtures or packs.
|