docs: integrate roadmap from claimed-framework.github.io repo - #317
Merged
Conversation
Migrate the project objectives, progress, future developments, and release roadmap from the standalone claimed-framework.github.io repository into the main docs site. The github.io repo's only other content was an index.html redirect to the mkdocs site already hosted here, so this consolidates all documentation into one place ahead of retiring that repo. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Romeo Kienzler <romeo.kienzler1@ibm.com>
romeokienzler
force-pushed
the
integrate-github-io-roadmap
branch
from
June 29, 2026 17:04
b291f20 to
0b387ef
Compare
rosielickorish
approved these changes
Jun 29, 2026
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
Consolidates the unique documentation from the standalone
claimed-framework.github.iorepository into this repo's docs site, ahead of retiring that repo.That repo contained only two things:
index.htmlredirect toclaimed-framework.github.io/claimed/— the mkdocs site already built and hosted from this repo via thedocs.ymlworkflow.README.mdproject roadmap (objectives, progress, future developments, v0.8/v0.9/v1.0 release plan) that did not exist anywhere in this repo.This PR migrates that roadmap so nothing is lost when the other repo is deleted.
Changes
docs/roadmap.mdwith the migrated roadmap content.mkdocs.yml(after Home).Note before deleting
claimed-framework.github.ioThe bare-domain redirect (
https://claimed-framework.github.io/→/claimed/) lives in that org-pages repo. Deleting it makes the bare-domain URL 404, whileclaimed-framework.github.io/claimed/(this repo's gh-pages) keeps working.🤖 Generated with Claude Code