Report conservative likely unused exports #30
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!30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/wave3-likely-unused-export-v0"
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 cleanup candidates, but fallow-ts must not pretend static JS/TS analysis proves deletion safety. This PR adds a narrow likely-unused-export signal with explicit caveats.
What changed
likely-unused-exportfindings withmediumconfidence.decision_neededwith product-language trade-offs.src/app/page.tsxavoidance.Why it changed
Wave 3 needs one conservative review-oriented cleanup finding before baseline and CI gates become useful.
Files touched
src/analyze.tssrc/types.tssrc/classify.tssrc/index.tstests/analyze.test.mjstests/fixtures/module-syntax/package.jsontests/golden/basic-report.jsontests/golden/basic-agent-context.mddocs/report-schema-v0.mdREADME.mdRuntime evidence
npm run buildnpm testnode dist/cli.js analyze --root . --format json --output /tmp/fallow-ts-report.jsongit diff --checkKnown constraints
This is a cleanup candidate signal only. It explicitly does not claim exports are safe to delete.
Explicit out-of-scope
No reachability engine, no TypeScript AST, no framework plugin system, no auto-fix.
Requested decision
Approve if the signal is conservative enough for v0 and the docs make the limitation clear.
Merge blockers
Closes #14.