Explorar el Código

docs: Add CHANGELOG.md (keep-a-changelog, seeded from v1.x-v2.10.1)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0xDarkMatter hace 1 mes
padre
commit
46fec1d376
Se han modificado 2 ficheros con 193 adiciones y 1 borrados
  1. 192 0
      CHANGELOG.md
  2. 1 1
      README.md

+ 192 - 0
CHANGELOG.md

@@ -0,0 +1,192 @@
+# Changelog
+
+All notable changes to claude-mods are documented here. Format follows
+[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions follow
+[Semantic Versioning](https://semver.org/). Fuller narrative entries for
+feature releases live in the README "Recent Updates" section.
+
+## [Unreleased]
+
+### Changed
+- README/AGENTS.md/PLAN.md reconciled with actual inventory (80 skills, 9 hooks,
+  7 rules); ghost references removed (`rules/thinking.md`, `docs/DASH.md`)
+- `tests/skills/functional/git-workflow.*` renamed to `git-cli-tools.*`
+
+## [2.10.1] - 2026-05-29
+
+### Fixed
+- Plugin + marketplace manifests made valid against the official schema;
+  `claude plugin validate` added as a CI gate (#4)
+
+## [2.10.0] - 2026-05-25
+
+### Added
+- `prompt-injection-defense` skill - instruction-integrity defense: hidden-Unicode
+  scanner (bidi/Trojan Source, tag-block smuggling, zero-width), byte-faithful
+  sanitizer, SessionStart + git pre-commit hooks, `rules/prompt-injection.md`
+
+## [2.9.0] - 2026-05-25
+
+### Added
+- `supply-chain-defense` skill - behavioural-first dependency security:
+  Socket.dev integration (free CLI + zero-auth depscore MCP), exposure-check
+  across 6 ecosystems + editor extensions, integrity-audit for worm persistence,
+  7-day release cooldown, install + manifest advisory hooks,
+  `rules/supply-chain.md`, 42-assertion offline test suite
+
+## [2.8.0] - 2026-05-18
+
+### Added
+- `mac-ops` skill finalized - macOS workstation diagnostics, peer to
+  `windows-ops`: 23 scripts + 11 references (TCC privacy, wake reasons,
+  Spotlight, APFS storage pressure)
+
+## [2.7.0] - [2.7.8] - 2026-05-17 to 2026-05-18
+
+### Added
+- `mac-ops` incremental build-up: kext/firewall/keychain/bluetooth/font audits,
+  brew-health, sysdiagnose-helper, quickrun consolidator, worked examples
+
+## [2.6.0] - 2026-05-15
+
+### Added
+- `windows-ops` skill - Windows workstation diagnostics: health-audit panel,
+  crash-triage (Event 41 BugCheck decoding), recover-clone for dying drives
+
+## [2.5.0] - 2026-05-14
+
+### Added
+- `net-ops` skill - cross-platform network troubleshooting ladder (link → app),
+  IPv6 classifier, MTU/PMTU, DoH detection, `--watch`/`--json`/`--redact`
+- `portless-ops` skill - local-dev HTTPS proxy operations for Vercel Labs portless
+- `process-compose-ops` skill - Process Compose supervisor operations
+
+### Fixed
+- `summon` + `fleet-ops` registered in plugin manifest (were committed but unindexed)
+
+### Removed
+- `/canvas` command + `canvas-tui` package - experimental, Warp-specific, unused;
+  removes the only npm runtime-dep surface
+
+## [2.4.12] - 2026-05-05
+
+### Fixed
+- `install.sh` made cross-platform (Linux/macOS/Windows Git Bash)
+
+## [2.4.11] - 2026-05-02
+
+### Added
+- `summon` skill - transfer Claude Desktop Code-tab sessions between accounts
+
+## [2.4.10] - 2026-04-29
+
+### Changed
+- `github-ops` Recent Updates rule sharpened: features-not-bugs criteria
+
+## [2.4.9] - 2026-04-26
+
+### Added
+- `git-ops` hygiene checks - status.sh flags feature-branch checkouts, stale merges
+- `docs/references/claude-desktop-internals.md` - Desktop session architecture map
+
+## [2.4.7] - 2026-04-26
+
+### Fixed
+- `push-gate` first-push to new remote (gitleaks scan branches on remote-ref existence)
+
+## [2.4.6] - 2026-04-26
+
+### Added
+- `github-ops` skill - GitHub remote operations: repo creation, releases,
+  metadata, README Recent Updates convention; three modes (new/update/audit)
+
+## [2.4.5] - 2026-04-26
+
+### Added
+- `leveldb-ops` skill - read Chromium/Electron LevelDB stores via ccl_chromium_reader
+
+## [2.4.4] - 2026-04-25
+
+### Changed
+- `/iterate` enhancements - Batch+bisect, Until/Stagnation stop conditions,
+  branch isolation, `iterate/best` tag, always-summarize-on-exit
+
+## [2.4.3] - 2026-04-24
+
+### Added
+- Worktree-aware `git-ops` (status.sh + worktree-survey.sh)
+- `push-gate` skill - pre-push secret/forbidden-file gate, no bypass
+- `rules/worktree-boundaries.md`
+
+### Fixed
+- `auto-skill` suggestions persisted to pending.log, surfaced at `/sync`
+
+## [2.4.2] - 2026-04
+
+### Changed
+- Registered push-gate, auto-skill visibility fix
+
+## [2.4.1] - 2026-04
+
+### Added
+- 8 daemon output styles (Atlas, Coach, Harbour, Meridian, Noir, Roast, Sage,
+  Scout) - 13 total
+
+## [2.4.0] - 2026-04
+
+### Added
+- `auto-skill` skill - self-learning skill creation via PostToolUse/Stop hooks
+- `pigeon` skill (renamed from agentmail) - inter-session pmail, SQLite-backed
+
+## [2.3.1] - 2026-04
+
+### Added
+- `genart-ops` skill (1,843 lines)
+
+### Changed
+- All skills migrated to the Agent Skills specification (agentskills.io)
+
+## [2.3.0] - 2026-03
+
+### Added
+- Orchestrator-dispatch pattern: `git-ops` + `git-agent` (replaces
+  `git-workflow`), `perf-ops`, `security-ops` parallel audits
+- Skill preloading for dispatched agents; `model: sonnet` for expert dispatch
+
+## [2.2.x] - 2026-03
+
+### Changed
+- `/introspect` Session Insights; `/setperms` 74 default permissions
+
+### Removed
+- `claude-code-templates` (redundant with first-party skill-creator)
+
+## [2.1.0] - 2026-03
+
+### Added
+- `/iterate` skill - autonomous improvement loop (Karpathy autoresearch pattern)
+
+## [2.0.0] - 2026-03
+
+### Added
+- 22 new `-ops` skills (React, Vue, Go, Rust, TypeScript, Docker, CI/CD,
+  PostgreSQL, Nginx, Auth, Monitoring, Debug, MCP, Tailwind, and more)
+- cc-session CLI, 3 hooks, 5 output styles
+
+### Changed
+- All 14 `-patterns` skills renamed to `-ops`
+
+## [1.x] - 2025-11 to 2026-02
+
+### Added
+- Initial toolkit: session continuity (`/save` + `/sync`, schema v3.1), expert
+  agents, Python skill family, tech-debt scanner, modern CLI toolkit, validation
+  suite
+
+[Unreleased]: https://github.com/0xDarkMatter/claude-mods/compare/v2.10.1...HEAD
+[2.10.1]: https://github.com/0xDarkMatter/claude-mods/compare/v2.10.0...v2.10.1
+[2.10.0]: https://github.com/0xDarkMatter/claude-mods/compare/v2.9.0...v2.10.0
+[2.9.0]: https://github.com/0xDarkMatter/claude-mods/compare/v2.8.0...v2.9.0
+[2.8.0]: https://github.com/0xDarkMatter/claude-mods/compare/v2.7.8...v2.8.0
+[2.6.0]: https://github.com/0xDarkMatter/claude-mods/compare/v2.5.0...v2.6.0
+[2.5.0]: https://github.com/0xDarkMatter/claude-mods/compare/v2.4.12...v2.5.0

+ 1 - 1
README.md

@@ -128,7 +128,7 @@ From Python async patterns to Rust ownership models, from AWS Fargate deployment
 - 📚 Enhanced skill-creator with [official Anthropic docs](https://github.com/anthropics/skills) and best practices (+554 lines)
 - 🐛 Fixed `/sync` filesystem scanning issue on Windows (Git Bash compatibility)
 
-[View full changelog →](https://github.com/0xDarkMatter/claude-mods/commits/main)
+[View full changelog →](CHANGELOG.md)
 
 ## Why claude-mods?