docs(profile): fix dead roadmap link on org profile#1
Merged
Conversation
docs/dev-journal/ROADMAP.md no longer exists on icn main (removed in a docs reorganization), so the org-profile link 404s for every visitor. Point the roadmap reference at the public website roadmap page instead, which is reorg-proof. All other outbound links verified resolving 2026-06-09 (in-repo paths exist on main; website routes return 200; private-repo links are explicitly labeled Private in the table). Co-Authored-By: Claude Fable 5 <[email protected]>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Pull request overview
Updates the organization profile README to replace a dead in-repo roadmap link with a stable public roadmap URL, preventing 404s on the GitHub org profile.
Changes:
- Replace the removed
docs/dev-journal/ROADMAP.mdlink withhttps://intercooperative.network/roadmapin the “Where things live” section.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fahertym
added a commit
to InterCooperative-Network/icn
that referenced
this pull request
Jun 9, 2026
…2004) * docs(claude): retarget roadmap pointers off dead docs/dev-journal/ docs/dev-journal/ was removed in the docs reorganization, but the "Roadmap & Phase Tracking" section still pointed at docs/dev-journal/ROADMAP.md as the source of truth for current and planned phases, and rule 4 told agents to update a ROADMAP.md that no longer exists. Repoint at the actual hierarchy: - docs/STATE.md + docs/PHASE_PROGRESS.md (truth-synced, canonical) - docs/strategy/ICN-Roadmap-Live.md (long-arc planning companion) Same class of dead link as InterCooperative-Network/.github#1. No roadmap doc content is changed. Co-Authored-By: Claude Fable 5 <[email protected]> * docs(claude): make rule 4 update canonical phase tracking, not just long-arc roadmap Addresses review: rule 4 pointed planning updates only at docs/strategy/ICN-Roadmap-Live.md while STATE.md + PHASE_PROGRESS.md are declared canonical for current/planned phases. Now rule 4 directs canonical phase tracking first and the long-arc roadmap for long-arc changes. Co-Authored-By: Claude Fable 5 <[email protected]> --------- Co-authored-by: Claude Fable 5 <[email protected]>
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.
Summary
The org profile's "Where things live" section links
docs/dev-journal/ROADMAP.md, which no longer exists onicnmain— the link 404s for every visitor to github.com/InterCooperative-Network. Replaces it with the public roadmap page at intercooperative.network/roadmap (verified 200, immune to repo doc reorganizations).Verification (2026-06-09)
icnmain(git cat-file -e) — onlydocs/dev-journal/ROADMAP.mdwas missing.🤖 Generated with Claude Code