chore: point repository links at cacheplane/threadplane - #1097
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
blove
marked this pull request as ready for review
September 14, 2026 03:19
Contributor
Prepares the tracked references for the GitHub repository rename from angular-agent-framework to threadplane: package metadata, website source and content, README/CONTRIBUTING/SECURITY, library and example READMEs, publish-workflow trusted-publisher notes, and PostHog dashboard copy. Historical plans, specs and the CHANGELOG keep the old URL; GitHub redirects them. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
blove
force-pushed
the
blove/threadplane-rename-changes-a9f646
branch
from
September 14, 2026 03:59
146d86c to
b573ae9
Compare
blove
enabled auto-merge (squash)
September 14, 2026 03:59
Contributor
… stale venv The venv caches were keyed on OS and lockfile hash only. A venv bakes in the absolute workspace path, and renaming the repository moved that path from /home/runner/work/angular-agent-framework to /home/runner/work/threadplane, so every restored venv had launcher shebangs pointing at an interpreter that no longer exists (uv run pytest: Failed to spawn). Adding github.repository to the key invalidates all of them at once. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
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
Prepares the in-repo side of renaming the GitHub repository from
angular-agent-frameworktothreadplane. Every tracked reference that is live (not historical) now points atcacheplane/threadplane:repository/homepage/bugsin 13package.jsonfiles underlibs/*andmarketing/*positioning.ts,structured-data.ts,github.ts,GitHubStarsPill,PageActions) and page hrefs, plus the 9 specs that assert the exact URLcd threadplanegh apiexamples, SECURITY advisories linkLeft alone on purpose:
docs/superpowers/**,CHANGELOG.md(historical; GitHub redirects the old slug) and.claude/launch.json(local filesystem paths, not the GitHub slug).Do not merge until
cacheplane/threadplane.@threadplane/*package and the PyPI trusted publisher forthreadplane-middlewarehave been re-registered under the new repo name. The OIDC claim changes with the rename, so the next release would otherwise fail.Verification
viteston the 10 affected website spec files: 150 passedpublic-copy.spec.ts(public-copy contract gate): 26 passedgit grep -i angular-agent-frameworkoutside the excluded paths returns nothing🤖 Generated with Claude Code