chore: cleanup post-trim stragglers — root hooks/ + stale src/PLUGIN-CHANGELOG refs in skills#186
Merged
Merged
Conversation
…in skills Three small cleanups missed by PR #185: 1. rm root hooks/checkpoint-hook.sh — legacy Bash wrapper (10.8 KB) from pre-v3 era. v3 Stop hook uses `onebrain checkpoint stop` (CLI subcommand) directly; PreCompact/PostCompact hooks were retired in v1.10.x. No references to this file remain in the repo. Dead code. 2. skills/update/SKILL.md (line 107): "vault-sync handles seven root-level files: README.md/CONTRIBUTING.md/CHANGELOG.md/PLUGIN-CHANGELOG.md" → updated to six files (PLUGIN-CHANGELOG.md was renamed to CHANGELOG.md in v3.0.2 plugin-only trim, so the seventh slot no longer exists). Added the "pre-v3.0.2 cleanup" note inline. 3. skills/wrapup/SKILL.md (line 125): "Symmetry with `onebrain orphan-scan`" pointed at `src/commands/internal/orphan-scan.ts` — that path was deleted in PR #185 (Bun TS source moved to onebrain-ai/onebrain-cli as Rust). Updated pointer to the Rust path: `onebrain-ai/onebrain-cli → crates/onebrain-fs/src/orphan/`. No skill behavior changes; no version bump (docs + dead-code only).
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.
Three small cleanups missed by PR #185 (the plugin trim):
rm root
hooks/checkpoint-hook.sh— legacy Bash wrapper (10.8 KB) from pre-v3 era. v3 Stop hook usesonebrain checkpoint stopCLI subcommand directly; PreCompact/PostCompact hooks were retired in v1.10.x. Zero references remain in repo. Dead code.skills/update/SKILL.md (line 107): vault-sync list of root-level files included the now-removed
PLUGIN-CHANGELOG.md→ updated to drop it (PLUGIN-CHANGELOG was renamed to CHANGELOG in v3.0.2 plugin-only trim). Added a one-line pre-v3.0.2 cleanup note.skills/wrapup/SKILL.md (line 125): "Symmetry with
onebrain orphan-scan" pointed atsrc/commands/internal/orphan-scan.ts— that file moved toonebrain-ai/onebrain-clias Rust during the v3 port. Updated pointer to the new Rust path.No skill behavior changes; no version bump (docs + dead-code only). Pure follow-up to PR #185.