Mission R: eradicate dead src/dag path + deprecated aliases - #22
Merged
Conversation
…sion R) Forward-only residue eradication. Removes dead active-tree material with zero runtime impact (all removed symbols have zero importers): - Delete dead src/dag/SignalEnvelope.ts (0 importers; banned obsolete path) - Delete docs/ENRICHMENT_PROFILE_SPEC.v0.1.md (froggy demo-chain spec; dead links to the deleted afi-reactor/src/config/froggyPipeline.ts) - Delete schemas/universal_signal_schema.backup.ts (disabled copy of the live universal_signal_schema.ts) - Remove dead EnrichmentProfile interface from analysts/froggy.enrichment_adapter.ts (0 importers; live FroggyEnrichedView + buildFroggyTrendPullbackInputFromEnriched retained untouched) - Remove @deprecated `Signal = SignalPayload` backward-compat alias (0 importers) - AGENTS.md: drop base-branch reference to the retired migration/multi-repo-reorg - Add test/guardrails/no-legacy-dag-path.test.ts (asserts src/dag/ never returns) Scoring/UWR/decay unchanged: 217 tests pass incl. computeUwrScore + decay KATs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Forward-only residue eradication (AFI Mission R). Removes dead active-tree material; zero runtime behavior change (every removed symbol has zero importers; scoring/UWR/decay KATs unchanged).
Removed
src/dag/SignalEnvelope.ts— dead file (0 importers) on the banned obsoletesrc/dag/pathdocs/ENRICHMENT_PROFILE_SPEC.v0.1.md— froggy demo-chain spec with dead links to the deletedafi-reactor/src/config/froggyPipeline.tsschemas/universal_signal_schema.backup.ts— disabled copy of the liveuniversal_signal_schema.tsEnrichmentProfileinterface (dead export, 0 importers) — liveFroggyEnrichedView+buildFroggyTrendPullbackInputFromEnrichedretained@deprecated Signal = SignalPayloadbackward-compat alias (0 importers)Corrected
AGENTS.md— drop base-branch reference to the retiredmigration/multi-repo-reorgAdded
test/guardrails/no-legacy-dag-path.test.ts— assertssrc/dag/never returnsProof
tsc --noEmitclean;vitest217 passed / 0 failed includingcomputeUwrScore+applyTimeDecayKATs (scoring byte-invariant).🤖 Generated with Claude Code