[codex] map cost-tracker to Notion project#136
Closed
saagpatel wants to merge 1 commit into
Closed
Conversation
saagpatel
marked this pull request as ready for review
July 4, 2026 05:28
Owner
Author
|
Closing this as superseded: |
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.
What
Adds the
cost-trackercanonical key toconfig/notion-project-map.jsonwith the live Local Portfolio page ID.Why
The BridgeDB shipped-sync backlog had a
cost-trackerrow that was previously classified asno_durable_targetbecause the registry could not route it to a durable Notion Local Portfolio page. Live Notion verification found the canonical page, so the registry map should carry that truth.Review Of What Was Built
cost-trackerto Local Portfolio page378c21f1-caf0-8162-8bc1-eed47cbe9ca3.Cleanup Review
No cleanup or removals in this PR. The intentional cleanup was scope control: this branch excludes the unrelated
config/portfolio-catalog.yamlworking-set changes present in the local quarantine branch.Verification Summary
python -m json.tool config/notion-project-map.json >/dev/nullpassed.uv run pytest tests/test_project_registry.pypassed: 14 tests.output/project-registry.jsonshowscost-trackerwithnotion_local_page_idset to378c21f1-caf0-8162-8bc1-eed47cbe9ca3.cost-trackerrow as Notion-sync ready before live sync.cost-trackerBuild Log receipt and BridgeDB health showed actionable shipped backlog at 0.Shipped Summary
This branch makes
cost-trackerreceipt-ready through the canonical project registry instead of relying on stale no-target disposition state.Next Phase
Decide durable routing for the remaining no-target project keys:
fable-second-sprint,harness-scorecard,peer-agent-tools, andoperator-os-docs. Those need owner/product decisions or explicit Notion row creation, not automatic mapping.Remaining Roadmap