chore: release v6.0.1 — git-ignore .agents_workspace in full - #84
Merged
Conversation
Ignore .agents_workspace/ in full. The directory was half-tracked — the decision log, both plan documents, and every SKILL_EVAL.md report were committed while their raw run evidence was ignored — putting one session's working notes into every clone. One ignore rule replaces four negation rules. - Bump: PATCH — repo-hygiene and docs only, no plugin content changed - Manifests: none — this repo has no repo-level version field, and no plugin version moved (marketplace.json versions only its plugins[] entries) - Docs: CHANGELOG 6.0.1 entry added; CLAUDE.md corrected in three places that claimed .agents_workspace records are tracked (Structure tree, Key Files table, and the Adding a Component checklist, which listed PLUGIN_DEPENDENCY_PLAN.md §4 as a same-commit-or-CI-fails item); README needed no update — it never described the workspace as tracked Generated with [Claude Code](https://claude.com/claude-code) by CEH
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.
What
Ignores
.agents_workspace/in full and releases it as v6.0.1..gitignore— four.agents_workspace/skill-evals/**track/negate rules collapse to one.agents_workspace/ignore. 23 files untracked, 6,043 lines out of the tree.CLAUDE.md— three statements that the workspace records are tracked are corrected (Structure tree, Key Files table, "Adding a Component" checklist).CHANGELOG.md—[6.0.1]entry.Why
The directory was half-tracked:
DECISION_LOG.md(2,081 lines), bothPLUGIN_*_PLAN.mddesign records, and everyskill-evals/**/SKILL_EVAL.mdwere committed while the raw run evidence beside them was ignored. It is session scratch, so committing part of it put one session's working notes into every clone and every diff — and the negation rules meant a new artifact's tracked-or-not status depended on where in the tree it landed.The
CLAUDE.mdedits are not cosmetic: the "Adding a Component" checklist listedPLUGIN_DEPENDENCY_PLAN.md§4 among the five items that must land in the same commit or CI fails. CI never checked it, and a git-ignored file cannot land in a commit at all. The checklist is now four items, with the plan update recorded below it as a required local follow-up.How
Untrack, not delete — the records stay on disk locally.
No plugin content changed, so no plugin version moved and neither
plugin.jsonnor themarketplace.jsonplugins[]entries were touched. v6.0.1 is the repo tag and changelog entry only, perCLAUDE.md's "repo tag … PATCH for content-only".Testing
python tools/validate-plugins/validate.py→OK: all plugin checks passedgit statusclean after commit;.agents_workspace/confirmed ignored.Generated with Claude Code by CEH