Restore the template and Worker agent instruction files and point them at the changelog - #553
Merged
Merged
Conversation
…m at the changelog Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
#552 removed
templates/node/AGENTS.md, itsCLAUDE.mdsymlink, andexamples/worker/AGENTS.md. That was a mistake: they are what an agent reads inside a generated deployment, where none of connecta's own documentation is in view. This restores them and everything that depended on them.Restored
connecta initrecreating theCLAUDE.mdsymlink (npm strips symlinks from a packed dependency), with the copy fallback where symlinks are disallowed.scripts/check-package.mjsasserting the packed template shipsAGENTS.mdand that a generated deployment has both files withCLAUDE.mda symlink.test/deployment-shapes.test.tspinning the template inventory and the three hosted-MCP callback URIs in the WorkerAGENTS.md.templates/node/README.md,examples/worker/README.md,examples/worker/src/index.ts, and the rootAGENTS.md.Audit fixes
Every claim in both files was checked against the template and example source (
executor: quickJsExecutor(), thetypecheckanddoctorscripts,CONNECTA_TOKEN,src/file-activity.ts,cloudflareAccessAuth(), the loader-onlyDynamicWorkerExecutor,CREDENTIAL_ENCRYPTION_KEY). Two were wrong:documentation/upgrading.md, which Cut the documentation to four guides and move provider rationale into code #552 deleted. It now says to bump the exact pin and read the changelog for every release in between, online or atnode_modules/@zackbart/connecta/CHANGELOG.md, which does ship.npm run check:examples, a script that exists only in the connecta repository. It now names that for in-repo work andtsc --noEmitfor a copy.Also removes a stray blank line that split the template's bullet list, and drops the Unreleased changelog line announcing the removal, since the released behavior is unchanged.
npm run release:checkpasses locally: 119 files, 3267 tests passed, 37 skipped. The Docker container smoke was skipped locally and runs here.🤖 Generated with Claude Code