Skip to content

chore: point repository links at cacheplane/threadplane - #1097

Merged
blove merged 2 commits into
mainfrom
blove/threadplane-rename-changes-a9f646
Sep 14, 2026
Merged

chore: point repository links at cacheplane/threadplane#1097
blove merged 2 commits into
mainfrom
blove/threadplane-rename-changes-a9f646

Conversation

@blove

@blove blove commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Prepares the in-repo side of renaming the GitHub repository from angular-agent-framework to threadplane. Every tracked reference that is live (not historical) now points at cacheplane/threadplane:

  • repository / homepage / bugs in 13 package.json files under libs/* and marketing/*
  • website source constants (positioning.ts, structured-data.ts, github.ts, GitHubStarsPill, PageActions) and page hrefs, plus the 9 specs that assert the exact URL
  • blog posts and docs pages, including the three quickstarts whose clone step now reads cd threadplane
  • README Scorecard badge, CONTRIBUTING gh api examples, SECURITY advisories link
  • trusted-publisher setup notes in the two middleware publish workflows
  • library and example READMEs shipped inside the npm packages
  • PostHog dashboard descriptions

Left 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

  1. The GitHub repository has been renamed to cacheplane/threadplane.
  2. npm trusted publishers for every @threadplane/* package and the PyPI trusted publisher for threadplane-middleware have been re-registered under the new repo name. The OIDC claim changes with the rename, so the next release would otherwise fail.

Verification

  • vitest on the 10 affected website spec files: 150 passed
  • public-copy.spec.ts (public-copy contract gate): 26 passed
  • git grep -i angular-agent-framework outside the excluded paths returns nothing

🤖 Generated with Claude Code

@vercel

vercel Bot commented Sep 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
threadplane Ready Ready Preview Sep 14, 2026 4:11am UTC

Request Review

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval: this PR received an intelligent (AI) code review. See the review comments on this PR.

@github-actions

github-actions Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Claude finished @blove's task in 0s —— View job


I'll analyze this and get back to you.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval: this PR received an intelligent (AI) code review. See the review comments on this PR.

@github-actions

github-actions Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Claude finished @blove's task in 0s —— View job


I'll analyze this and get back to you.

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
blove force-pushed the blove/threadplane-rename-changes-a9f646 branch from 146d86c to b573ae9 Compare September 14, 2026 03:59
@blove
blove enabled auto-merge (squash) September 14, 2026 03:59
@github-actions

github-actions Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Claude finished @blove's task in 0s —— View job


I'll analyze this and get back to you.

… 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>
@github-actions

github-actions Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Claude finished @blove's task in 0s —— View job


I'll analyze this and get back to you.

@blove
blove merged commit 1895240 into main Sep 14, 2026
77 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant