Represent package public entrypoints #24
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!24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/wave2-package-exports"
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
Later unused-export and review logic needs to know which modules are public package entrypoints. This PR makes that signal explicit without pretending to fully implement Node/bundler package resolution.
What changed
graph.publicEntryPointsandgraph.unresolvedPublicEntryPoints.package.json#main,package.json#module, and simplepackage.json#exportsshapes.Why it changed
This implements Wave 2 issue #8 and prepares the graph for conservative review rules.
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 #23 / branch
codex/wave2-relative-resolver.Runtime evidence
npm run buildnpm testnode dist/cli.js analyze --root . --format json --output /tmp/fallow-ts-report.jsongit diff --checkKnown constraints
This is package public API evidence only. It does not implement package import resolution, TypeScript paths, bundler aliases, wildcard exports, or nested export-map semantics.
Explicit out-of-scope
No findings, no cycle detection, no agent-context format, no MCP server.
Requested decision
Review and approve as Wave 2 PR 2.
Merge blockers
Any supported simple export shape producing nondeterministic output, or docs implying full package resolution.
Closes #8.