Engineering foundations
Reproducibility, verification, structure, and repository knowledge.
4/4 dimensions scorednative-go meets every static readiness gate with every counted check at ten. Execution, agent task success, and production delivery remain unverified.
All static readiness gates pass; execution, agent task success, and production delivery remain unverified.
Reproducibility, verification, structure, and repository knowledge.
4/4 dimensions scoredControls that help a change remain reviewable, testable, and bounded.
4/4 dimensions scoredStatic preconditions for supervised coding-agent work.
4/4 dimensions scored21 stable checks scored · 2 not applicable · 0 unavailable. Coverage reports what could be resolved, not how healthy the repository is.
Files, configuration, and available git history.
Setup, build, tests, lint, and type checks.
Real changes graded with hidden tests and constraints.
Deploy, rollback, reliability, and operational controls.
Repository profile. service (operator supplied confidence). Portfolio manifest classification; verify with the repository owner.
Knowledge inventory (presence only). Agent guidance: AGENTS.md, CLAUDE.md. Planning: none found. Documentation: 2 files. Missing PLAN.md is not a failed control; file presence does not establish quality or freshness.
Structure diagnostic. Parsed 1 Go source files across 1 packages; 0 internal import edges and 0 cycles. Naming: not_assessed (0 rule violations). This is not part of the score.
Decision boundary. Use as a portfolio preflight and remediation baseline, not as proof of autonomous delivery.
| Reproducibility | 10 | 10 | ||
|---|---|---|---|---|
| Verification | 10 | 10 | ||
| Delivery controls | 10 | 7.5 | ||
| Security boundaries | 10 | 7.5 | ||
| Changeability | 10 | 7.5 | ||
| Agent guidance | 10 | 5 | ||
| System knowledge | 10 | 2.5 | ||
| Work definition | 10 | 2.5 | ||
| Agent controls | 10 | 2.5 |
pass partial fail experimental, not counted not applicable
| CI-06 | Git hooks manager configured | 0 | No git hooks manager. |
| CI-07 | Lint or format enforced in CI | 10 | CI runs a linter or a formatter check. |
| DOCS-03 | Architecture decisions written down | 10 | ARCHITECTURE.md or ADRs exist. |
| DOCS-04 | CONTRIBUTING present | 0 | No CONTRIBUTING file. |
| ENV-05 | Runtime version pinned | 10 | A runtime version file or manifest constraint pins the toolchain. |
| GIT-02 | PR template asks for verification | 0 | No PR template. |
| GIT-03 | CODEOWNERS present | 0 | No CODEOWNERS. |
| INSTR-07 | No directory-tree dumps in instruction files | 10 | Instruction files are prose and commands, not tree dumps. |
| SAFE-04 | Destructive commands guarded | 10 | Deny/ask rules or a PreToolUse hook guard destructive shell commands. |
| SAFE-05 | Sandbox configured | 10 | Agent sandboxing is enabled in committed settings. |
| STRUCT-08 | No large binaries in the tree | 10 | No tracked files over 5 MiB outside asset directories. |
| TOOL-02 | Auto-format or lint hook | 10 | A PostToolUse (or afterFileEdit) hook formats or lints edited files. |
| TOOL-03 | Verification hook | 10 | A Stop hook runs tests or type checks before the agent yields. |
| CI-01 | CI runs tests on pull requests | CI runs a recognised test command on pull requests or pushes. |
| CI-02 | Linter configured for the primary language | A linter is configured for the primary language. |
| CI-03 | Formatter configured | A formatter is configured (or ships with the toolchain). |
| CI-04 | Type checking configured | Strict type checking (or a statically typed toolchain). |
| DOCS-01 | README covers setup, usage, and testing | README has at least two of setup/usage/test sections and a fenced command. |
| ENV-01 | Every manifest has a tracked lockfile | 1 of 1 |
| ENV-02 | One-command setup | An explicit setup entry point exists (make/just target, scripts/setup, devcontainer command, nix). |
| ENV-03 | Container or devcontainer definition | A devcontainer definition exists; cloud agents and CI share one environment. |
| ENV-04 | Agent cloud setup file present and valid | At least one agent setup file is present and structurally valid. |
| GIT-01 | Issue templates require reproduction and expected behaviour | Issue forms require reproduction and expected/actual fields. |
| INSTR-01 | Cross-tool instruction file present | AGENTS.md is present; read by 20+ agents. |
| INSTR-02 | Claude and AGENTS.md instructions do not diverge | CLAUDE.md imports or links to AGENTS.md, so the two instruction surfaces cannot silently diverge. |
| INSTR-03 | Instruction files within vendor size bands | Always-on instruction content is under 200 lines and 32 KiB. |
| INSTR-04 | Instruction files state build, test, and lint commands | 3 of 3 |
| INSTR-05 | Referenced paths exist | 2 of 2 |
| SAFE-01 | No committed secrets | No high-confidence secret patterns and no tracked .env with values. |
| SAFE-02 | Secrets excluded from agent reads | Claude Code deny rules plus an ignore file keep .env out of agent reads. |
| STRUCT-02 | Repository size tier | value 2 (median anchor 500, good anchor 100); anchors uncalibrated |
| TOOL-01 | Committed agent settings are valid | 1 of 1 |
| VERIFY-01 | Test framework configured with test files | A test framework is configured and test files exist. |
| VERIFY-02 | One documented test command | A test command exists and is written down where an agent reads first. |
| DOCS-02 | API contracts in the repository | not applicable to this repository |
| GIT-04 | Historical change size is small | data not available: |
| GIT-05 | Repository is maintained | data not available: not a git repository |
| GIT-06 | Conventional commit messages | data not available: |
| INSTR-10 | Local-only agent files are untracked | data not available: |
| STRUCT-01 | Share of source files over 1,000 lines | not applicable to this repository |
| TOOL-04 | MCP configuration valid and scoped | not applicable to this repository |
| TOOL-05 | Skills and subagents well-formed | not applicable to this repository |
| TOOL-07 | Build artefacts ignored | not applicable to this repository |
| VERIFY-03 | Test-to-source file ratio | not applicable to this repository |