Add finding classification buckets #29
No reviewers
Labels
No labels
domain:agents
domain:ci
domain:docs
domain:forgejo
domain:infra
domain:memory
domain:runtime
domain:signal
domain:ux
mode:operator-only
mode:patchwarden-iskra-approved
mode:safe-auto
priority:p0
priority:p1
priority:p2
priority:p3
review:claude-reviewed
review:codex-reviewed
review:dziadek-reviewed
review:needs-human
safety:external-write
safety:no-prod-mutation
safety:prod-impact
safety:secret-touch
status:blocked
status:codex-ready
status:merged:pending-evidence
status:needs-evidence
status:operator-needed
status:parked
tier:0-platform-substrate
tier:1-iskra-value-layer
tier:2-tools-products-modules
type:bug
type:chore
type:docs
type:feat
type:policy
type:research
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pdurlej/fallow-ts!29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/wave3-classification-buckets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Canary Context Pack
Product story
Agents need deterministic fix-planning buckets, not only raw findings. The bucket vocabulary must match the ADR 0002 three-bucket commitment before baselines and CI gates depend on it.
What changed
auto_safe,decision_needed, andblockingclassification groups.src/classify.tsas the single source for finding-to-bucket mapping and trade-offs.classificationgroups while keeping flatfindingsfor compatibility.agent-contextand schema docs.Why it changed
Wave 3's review layer needs operator-facing decision language before adding likely-unused exports and fail gates.
Files touched
src/classify.tssrc/types.tssrc/analyze.tssrc/index.tssrc/format.tsdocs/report-schema-v0.mdtests/analyze.test.mjstests/golden/basic-report.jsontests/golden/basic-agent-context.mdRuntime evidence
npm run buildnpm testnode dist/cli.js analyze --root . --format json --output /tmp/fallow-ts-report.jsongit diff --checkKnown constraints
Current rules map to
blockingfor unresolved internal imports anddecision_neededfor circular dependencies.auto_safeintentionally stays empty until there is a deterministic low-risk rule.Explicit out-of-scope
No new analyzer categories, no baseline filtering, no CI fail policy.
Requested decision
Approve if the grouping is single-source, ADR-aligned, and useful to agents without replacing the flat compatibility field.
Merge blockers
manual_onlyor a fourth bucket.src/classify.ts.decision_neededorblockingfindings.Closes #13.