Skip to content

chore: release v6.0.1 — git-ignore .agents_workspace in full - #84

Merged
cheneeheng merged 2 commits into
mainfrom
chore/remove-agents-workspace
Aug 30, 2026
Merged

chore: release v6.0.1 — git-ignore .agents_workspace in full#84
cheneeheng merged 2 commits into
mainfrom
chore/remove-agents-workspace

Conversation

@cheneeheng

Copy link
Copy Markdown
Owner

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), both PLUGIN_*_PLAN.md design records, and every skill-evals/**/SKILL_EVAL.md were 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.md edits are not cosmetic: the "Adding a Component" checklist listed PLUGIN_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.json nor the marketplace.json plugins[] entries were touched. v6.0.1 is the repo tag and changelog entry only, per CLAUDE.md's "repo tag … PATCH for content-only".

Testing

  • python tools/validate-plugins/validate.pyOK: all plugin checks passed
  • git status clean after commit; .agents_workspace/ confirmed ignored.

Generated with Claude Code by CEH

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
@cheneeheng
cheneeheng enabled auto-merge August 30, 2026 19:15
@cheneeheng
cheneeheng merged commit 49a9c6d into main Aug 30, 2026
1 check passed
@cheneeheng
cheneeheng deleted the chore/remove-agents-workspace branch August 30, 2026 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant