refactor: point release tooling + release how-to at .abcd/.work.local#8
Merged
Merged
Conversation
Completes the working-memory relocation begun in v0.7.2 (which folded committed
.work/ -> .abcd/work/ and made the scaffold emit .abcd/{work,.work.local}).
ferry's own handoff now lives at .abcd/.work.local/NEXT.md, so:
- scripts/release.sh: post-tag NEXT.md reset + history archive paths -> .abcd/.work.local/
- scripts/consistency-lint.sh: rule 3 forbids .abcd/work/NEXT.md, requires .abcd/.work.local/NEXT.md
- .github/workflows/ci.yml: the handoff-invariant note -> .abcd/.work.local/
- docs/how-to/cutting-a-release.md: the NEXT.md reset reference -> .abcd/.work.local/NEXT.md
Ferry's own gitignored .work.local/ contents were physically relocated to
.abcd/.work.local/ (local, not tracked); the harness stop-hook and the shared
ABCDevelopment/CLAUDE.md handoff paths were updated to match.
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.
Complete the working-memory relocation to
.abcd/.work.localFinishes the
.abcdalignment: v0.7.1 moved dev docs to.abcd/development/, v0.7.2folded committed memory
.work/->.abcd/work/and made the scaffold emit.abcd/{work,.work.local}. This points ferry's own release tooling and the releasehow-to at the new local handoff path.
Tracked changes
scripts/release.sh— post-tagNEXT.mdreset + history-archive paths ->.abcd/.work.local/(11 spots; logic unchanged).scripts/consistency-lint.sh— rule 3 now forbids.abcd/work/NEXT.mdand requires.abcd/.work.local/NEXT.md..github/workflows/ci.yml— the handoff-invariant note ->.abcd/.work.local/.docs/how-to/cutting-a-release.md— theNEXT.mdreset reference ->.abcd/.work.local/NEXT.md(now matchesrelease.sh).Done alongside (local / cross-repo, not in this diff)
.work.local/contents physically relocated to.abcd/.work.local/..abcd/.work.local/NEXT.md, falls back to the legacy path).ABCDevelopment/CLAUDE.mdhandoff paths repointed org-wide.Not a versioned release (dev tooling only) — no CHANGELOG entry. Gates: gofmt/vet/build/tests +
full evals green;
consistency-lintanddocs-currency-lintclean.Assisted-by: Claude:claude-opus-4-8