Rename the harden skill to improve - #111
Closed
laird wants to merge 1 commit into
Closed
Conversation
Renames the platform-neutral validation & refinement skill from `harden` to `improve` (it was never security hardening — it's a run/grade/fix/log loop for stabilizing a platform, so `improve` reads truer). - skills/harden/ → skills/improve/ (git mv) - SKILL.md: name/title/description and example verbs updated; dropped the now- redundant "(not security hardening)" disclaimer - README.md descriptive mention and skills/autocoder/references/model-config.md updated to `improve` / `skills/improve/` - Left the dated 3.32.0 changelog entry untouched (it accurately records the skill shipped as `harden` in that release); a new changelog entry for the rename belongs with the release that carries it No mirrors to update — the skill lived only in top-level skills/ (not codex/ factory). Drift checker green; shell suite green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015zJKDkbj54vZeGaTWLJEHv
Owner
Author
|
CI blocker is pre-existing, not from this PR. The This reproduces on a clean I'm not fixing it here (unrelated scope, and it's ambiguous whether the test expectation or Generated by Claude Code |
Owner
Author
|
Superseded by #112 which was merged moments ago — same harden→improve rename with the same model-tier and description updates. |
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.
Renames the platform-neutral validation & refinement skill
harden→improve. It was never security hardening — it's a run → grade → fix → log loop for stabilizing a platform, soimprovereads truer.Changes
skills/harden/→skills/improve/(git mv)SKILL.md:name, title, description, and example verbs updated toimprove; dropped the now-redundant "(not security hardening)" disclaimerREADME.mddescriptive mention andskills/autocoder/references/model-config.md→improve/skills/improve/harden); a rename note belongs with the release that carries thisskills/(not codex/factory)Drift checker (
check-optional-skills-drift.sh) green.tests/test_worker_launch_lib.shfails onorigin/mastertoo (a Gemini worker-command expectation:expected '/fix-loop', got 'bash …/gemini-fix-loop.sh'). This PR touches onlyskills/+ docs — no scripts. If theshellcheck is red here, that's the base-branch failure, not this diff.masteron purpose. The skill only exists onmaster, andintegrationis currently 38 commits behindmaster(other work merged straight tomaster), so it can't host this rename cleanly. See the note below.Branching note (needs a decision)
The
feature → integration → masterdiscipline set up earlier has drifted:masteradvanced to3.33.0/autocoder4.11.0via direct merges whileintegrationsits at3.29.0, so the earlier release PR #91 is now stale. Happy to reconcile — mergemasterintointegration(or resetintegrationtomaster) and re-open the release flow — just say which.🤖 Generated with Claude Code
Generated by Claude Code