mirror of
https://github.com/codestable/CodeStable.git
synced 2026-09-19 09:03:09 +08:00
aedd3213d9
Absorbed from the owner's working tree (his versions take precedence): - VERSION 2.0.0, CHANGELOG, plugin manifests, marketplace metadata - ADR-004 (project knowledge, not runtime distribution; supersedes 001) plus ADR-001/002/003 updates - Three new v2 contract test suites (architecture / documentation / experiment-archive integrity) and rewritten skill-contracts, cli-distribution (exact retired-set + E2E fixture), selfref suites - Rewritten root docs (README/WORKFLOW/SKILL_CATALOG zh+en, CLAUDE/AGENTS) with v1.0.4 retirement mapping and precise skills-CLI upgrade procedure - eval-cs-skill v2 adaptation (6 files), build-cs-skill refinements Full suite: 96 passed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
3.3 KiB
3.3 KiB
Changelog
2.0.0
- Reduced the shipped package from the 32 skills in v1.0.4 to 8 thin-harness skills:
cs,cs-onboard,cs-feat,cs-issue,cs-refactor,cs-code-review,cs-epic, andcs-keep. - Retired the other 24 v1 entry names without compatibility shims. A one-time exact-name removal is
required before the
skillsCLI full-package reinstall because that CLI does not prune removed package members. Removal is name-based, so same-name custom skills require an explicit backup. - Replaced distributed project runtime assets with minimal project memory:
attention.md,lessons/, andwork/. Existing v1 artifacts remain untouched and searchable, but v2 does not execute or refresh legacy tools, gates, hooks, references, or manifests. - Reworked
build-cs-skillaroundthin harness, thick context, direct semantic tests, explicit rule ownership, context plans, and continuous compression; frontmattercontractsare no longer used. - Separated frozen v1 experiment fixtures from the active v2 contract and added v1.0.4-to-v2 distribution, architecture, documentation, and archive-integrity coverage.
1.0.4
- Hardened CodeStable workflow contracts across Epic dependency admission, Goal authorization, checkpoint resume, independent review, runtime safety, and release gates.
1.0.3
- Added the
cs-feedbackevidence pipeline for collecting local Codex and Claude session context, triaging incidents, and producing privacy-safe public issue previews. - Added candidate-only fixture conversion in the shipped plugin and fail-closed regression fixture promotion in the repository evaluation tooling.
- Hardened current-session discovery, trigger cutoffs, provider-aware tool pairing, public redaction, and upload confirmation gates.
1.0.2
- Hardened runtime upgrades: versionless or mismatched manifests now require synchronization, while
/cs-onboard --mode refresh-runtimerefreshes package-owned assets without overwriting dirty managed paths. - Updated the root
csrouter so action requests dispatch to the target skill in the current run, while advice and overview requests remain non-executing. - Synchronized Codex and Claude marketplace versions and documented complete-plugin plus per-repository upgrade steps.
1.0.1
- CodeStable skill simplification release.
1.0.0
- Simplified CodeStable skill entrypoints around main workflow skills and compatibility wrappers.
- Added
cs-feat,cs-epic, andcs-docsmain entries with explicit--stage/--modeargument semantics. - Added long-running goal driver semantics for feature and epic flows, including
/goalfallback instructions. - Added workflow scenario coverage and Paseo-agent verification evidence for changed skill workflows.
- Documented partial status for earlier state-machine and manual dogfood reports.
0.1.0
- Added the committed CodeStable plugin distribution structure under
plugins/codestable/. - Moved CodeStable
cs/cs-*skills toplugins/codestable/skills/as the canonical skill source. - Added Codex and Claude marketplace manifests for local repository installation.
- Added marketplace metadata required by Codex and Claude CLI validation.
- Documented upgrade commands for Codex, Claude, and
skillsCLI users. - Removed the root-level
browser-bridgestandalone skill from this distribution branch.