Skip to content

Commit 625fe76

Browse files
authored
[agent] docs: prepare v1.2.0 release notes + backfill v1.1.1 entry (#179)
1 parent 89ac64f commit 625fe76

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1+
## v1.2.0 — 2026-05-08
2+
3+
### Added
4+
- **List TUI updates can show the diff before you apply** — press `r`, `l`, or `m` to inspect remote, local, or merged skill changes inline before choosing whether to update.
5+
- **Status, sync, and adopt output now match the website mockups** — command banners, summaries, and action text use the same compact CLI language across the main project workflows.
6+
- **`scribe doctor` warns when global skill listings exceed agent budgets** — doctor now flags overflow risk before oversized global skill inventories make agent skill discovery noisy.
7+
8+
### Changed
9+
- **`scribe doctor` text output is easier to scan** — doctor results now group checks, findings, and remediation text with clearer terminal structure.
10+
11+
### Fixed
12+
- **`scribe sync` no longer reports stale local edits from old installed hashes** — stale `installed_hash` state no longer triggers false-positive "Local edits detected" warnings.
13+
- **Team-share project sync paths now reconcile shared projects correctly** — project sharing, lockfile hashing, and project-store resolution now converge without dropping expected sync state.
14+
15+
### Documentation
16+
- **README now leads with engineer workflows** — the project overview was rewritten around concrete `scribe` usage instead of marketing copy.
17+
- **CONTRIBUTING.md documents the website launch flow** — contributors now have a repo-local guide for website-related changes.
18+
119
## v1.1.1 — 2026-05-07
220

21+
_Backfilled in v1.2.0 release notes — entry was missed at original v1.1.1 cut._
22+
323
### Added
424
- **`scribe project init` scaffolds project loadouts** — create a committed `.scribe.yaml`, optionally seeded with local kits via `--kits`, with JSON envelope output for agents.
525
- **`scribe kit list` and `scribe kit show` inspect local kits** — list and inspect `~/.scribe/kits/*.yaml` definitions from the CLI, including machine-readable output.

0 commit comments

Comments
 (0)