feat(human-friendly-style): v1.1.0 — always show irreversible actions verbatim + discoverability docs
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
b6bb61246b
commit
66709b0867
6 changed files with 38 additions and 8 deletions
|
|
@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.1.0] - 2026-05-29
|
||||
|
||||
### Added
|
||||
- **Irreversible-action carve-out** in `output-styles/human-friendly.md` — a new directive (9th) that overrides the hide-by-default noise reduction for state-changing, unrecoverable operations: production deploys, deletes, force-push / git-history rewrites, database migrations and destructive queries, and bulk file edits. For these, Claude shows the exact command and target verbatim before running and reports the same verbatim after, even unprompted, so the user can approve and audit. When reversibility is uncertain, the action is treated as irreversible. Documented as best-effort model guidance, not an enforced guard — a hard guarantee would require a hook, which is deliberately out of scope for this zero-runtime plugin.
|
||||
- **"Getting more detail" section** in the README surfacing the escape hatch that already lived in the style: ask once for the raw form, set a standing preference for the session, or turn the style off via `/config` / `/output-style`. Also notes the irreversible-action exception.
|
||||
|
||||
### Changed
|
||||
- README directive table grows from eight rows to nine; prose "eight directives" reference updated to "nine"; version badge `1.0.0` → `1.1.0`.
|
||||
- `.claude-plugin/plugin.json` description extended to mention irreversible actions are always shown verbatim.
|
||||
|
||||
## [1.0.0] - 2026-05-04
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue