@authorbot/schemas 0.1.31 → 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.
- package/CHANGELOG.md +24 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,30 @@ 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
|
+
|
|
12
36
|
## 0.1.31
|
|
13
37
|
|
|
14
38
|
- **Suggestion cards take you back to the prose they reference.** Clicking a
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authorbot/schemas",
|
|
3
|
-
"version": "0.1.
|
|
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",
|