@authorbot/schemas 0.1.30 → 0.1.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,46 @@ Every published package shares this version. A tag builds, tests, and publishes
9
9
  all of them together, so `@authorbot/cli@0.1.15` and `@authorbot/api@0.1.15` are
10
10
  always the same commit.
11
11
 
12
+ ## 0.1.32
13
+
14
+ - **Chapter navigation shows the work around each chapter.** Signed-in
15
+ collaborators now see separate, accessible counts for open suggestions,
16
+ block or range comments, whole-chapter comments, replies, and active Work on
17
+ the chapter list, current chapter, previous and next links, and Draft rows.
18
+ The counts come from one indexed database read instead of one request per
19
+ chapter.
20
+ - **Any open note can become Work with one click.** Maintainers can promote
21
+ suggestions and comments at chapter, block, or range scope without entering
22
+ a reason. Accepted cards settle into a compact green state, and Previous and
23
+ Next controls move through a chapter's notes without manual scrolling.
24
+ - **Upgrades repair their own lockfile.** `authorbot upgrade` now aligns the CLI
25
+ and API packages, refreshes `package-lock.json` with scripts disabled, checks
26
+ the resolved versions, and fails before changing the repository if npm cannot
27
+ produce a safe lockfile.
28
+ - The collaboration UI now has its first project-scoped `zustand/vanilla`
29
+ store for shared session and chapter-summary reads. Optimistic mutation and
30
+ event reconciliation remain explicitly staged as the next Phase 11
31
+ increment.
32
+ - This release includes database migration `0009_chapter_activity.sql`, which
33
+ adds indexes for the chapter activity aggregate. No book-format migration is
34
+ required.
35
+
36
+ ## 0.1.31
37
+
38
+ - **Suggestion cards take you back to the prose they reference.** Clicking a
39
+ suggestion now scrolls its anchored section into view, with unit and browser
40
+ coverage for the complete interaction.
41
+ - **Configured books cannot silently skip D1 migrations.** Publish workflows
42
+ now use the standard `DB` binding whenever `@authorbot/api` is installed and
43
+ fail before deployment if that binding is missing or invalid. Static-only
44
+ books still skip the step cleanly.
45
+ - Existing generated publish workflows receive that safety fix through the
46
+ `0001-fail-safe-d1-migrations` book-format migration during
47
+ `authorbot upgrade`.
48
+ - Agent setup instructions now include `AUTHORBOT_PROJECT`, so collaborators
49
+ can target the book without probing the API for its project slug.
50
+ - No D1 database migration is required for this release.
51
+
12
52
  ## 0.1.30
13
53
 
14
54
  - **Agents can create chapter drafts without guessing the API.** The
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authorbot/schemas",
3
- "version": "0.1.30",
3
+ "version": "0.1.32",
4
4
  "description": "Zod v4 schemas, inferred TypeScript types, and generated JSON Schemas for Authorbot book-repository artifacts (Phase 0 contract section 4)",
5
5
  "keywords": [
6
6
  "authorbot",