Report unresolved internal imports #25
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!25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/wave2-unresolved-internal-import"
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 a first conservative review signal from the graph: relative imports that point nowhere. This should catch likely broken local imports without flagging external packages or intentionally skipped build output.
What changed
findingswith the first rule:unresolved-internal-import.dist/remain graph evidence but are not reported as high-confidence findings.Why it changed
This implements Wave 2 issue #9 after the graph and package public entrypoint evidence landed.
Files touched
src/analyze.tssrc/types.tssrc/index.tstests/analyze.test.mjstests/golden/basic-report.jsondocs/report-schema-v0.mdREADME.mdRelevant context
Stacked on PR #24 / branch
codex/wave2-package-exports.Runtime evidence
npm run buildnpm testnode dist/cli.js analyze --root . --format json --output /tmp/fallow-ts-report.jsonproducedfindings: 0for this repo.git diff --checkKnown constraints
Only one finding rule exists. No baseline, fail-on, fingerprinting, or agent classification buckets yet.
Explicit out-of-scope
No cycle detection, no unused-export detection, no dependency policy, no MCP server.
Requested decision
Review and approve as Wave 2 PR 3.
Merge blockers
External imports being reported as unresolved internal imports, or skipped build-output imports becoming noisy findings.
Closes #9.