Point this repository at its new home in acyclic-labs/sdk - #25
ramstar3000 wants to merge 1 commit into
Conversation
|
|
|
||
| This repository is archived. The plugin was imported into | ||
| [`acyclic-labs/sdk`](https://github.com/acyclic-labs/sdk) as `plugin/` at | ||
| commit `e82be0b` of this repository (sdk PR #100, 2026-09-19); everything |
There was a problem hiding this comment.
The changelog identifies e82be0b as the source-repository commit imported into the SDK, but that commit does not exist in this repository's history. Readers therefore cannot inspect or verify the archive boundary that this entry is intended to document.
Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 10
Comment:
**Import commit is unavailable**
The changelog identifies `e82be0b` as the source-repository commit imported into the SDK, but that commit does not exist in this repository's history. Readers therefore cannot inspect or verify the archive boundary that this entry is intended to document.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.| This repository is archived. Its history up to the move is preserved here; | ||
| `CHANGELOG.md` names the commit that was imported. |
There was a problem hiding this comment.
Archive stub breaks references
Replacing the README with this archive stub removes sections that the retained changelog still references, including “Retention and purge” and the configuration-layering contract. Those historical entries now direct readers to documentation that no longer exists; link them to the corresponding SDK documentation or preserve the referenced material.
Prompt To Fix With AI
This is a comment left during a code review.
Path: README.md
Line: 13-14
Comment:
**Archive stub breaks references**
Replacing the README with this archive stub removes sections that the retained changelog still references, including “Retention and purge” and the configuration-layering contract. Those historical entries now direct readers to documentation that no longer exists; link them to the corresponding SDK documentation or preserve the referenced material.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.
Comments Outside DiffThese findings sit on lines the diff does not cover, so they could not be posted inline. Each one leaves this list once its file changes.
|
The plugin was imported into acyclic-labs/sdk as plugin/ (sdk PR #100); it builds, qualifies and releases there now. This repository is being archived: the README points at the new location, scripts/install.sh becomes a shim that runs the installer from the sdk repository so the old curl one-liner keeps working, and the release workflow is removed so nothing here can publish the same npm packages twice. The CI workflow stays so this last change is qualified like every other; archiving disables it afterwards.
The plugin lives in
acyclic-labs/sdkasplugin/now (sdk #100), qualified and released there. This PR is the archive step:README.md: pointer to the new location, install commands, where to file issues.scripts/install.sh: a shim that runs the installer from the sdk repository, so the old curl one-liner keeps working..github/workflows/{ci,release}.ymlremoved: nothing here can publish the same npm packages twice. The product-name guard goes with the workflow that ran it.CHANGELOG.md: names the imported commit.After merging: archive the repository (
gh repo archive acyclic-labs/graphcoder-plugin). Nothing in sdk depends on this repository any more.Summary by cubic
Retires this repository: the plugin now lives in
acyclic-labs/sdkasplugin/, where it is built, qualified, and released. This PR points the README at the new home, turnsscripts/install.shinto a shim that runs the SDK repo's installer so the old curl one-liner keeps working, and removes the release workflow so nothing here can publish the same npm packages twice.CHANGELOG.mdrecords the move and names the imported commit.acyclic-labs/sdkdepends on it.Written for commit d954432. Summary will update on new commits.