Stabilize finding model #28
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!28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/wave3-finding-model"
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 stable issue identity before fallow-ts grows classification, baselines, and CI gates. A finding should survive copy edits without changing its identity.
What changed
fingerprintand structuredlocation.path/linefields for low-churn compatibility.rule,location, andevidencepayloads.Why it changed
Wave 3 needs stable finding contracts before classification buckets and baseline filtering can be safely layered on top.
Files touched
src/types.tssrc/analyze.tssrc/index.tssrc/format.tsdocs/report-schema-v0.mdtests/analyze.test.mjsRuntime evidence
npm run buildnpm testnode dist/cli.js analyze --root . --format json --output /tmp/fallow-ts-report.jsongit diff --checkKnown constraints
This does not add new analyzer categories. Existing finding rules remain unchanged.
Explicit out-of-scope
Classification buckets, likely-unused-export, baseline filtering, and CI templates are subsequent Wave 3 PRs.
Requested decision
Approve if the finding identity contract is stable and docs/tests match the implementation.
Merge blockers
docs/report-schema-v0.md.Closes #12.