@authorbot/schemas 0.1.30 → 0.1.31

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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,22 @@ 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.31
13
+
14
+ - **Suggestion cards take you back to the prose they reference.** Clicking a
15
+ suggestion now scrolls its anchored section into view, with unit and browser
16
+ coverage for the complete interaction.
17
+ - **Configured books cannot silently skip D1 migrations.** Publish workflows
18
+ now use the standard `DB` binding whenever `@authorbot/api` is installed and
19
+ fail before deployment if that binding is missing or invalid. Static-only
20
+ books still skip the step cleanly.
21
+ - Existing generated publish workflows receive that safety fix through the
22
+ `0001-fail-safe-d1-migrations` book-format migration during
23
+ `authorbot upgrade`.
24
+ - Agent setup instructions now include `AUTHORBOT_PROJECT`, so collaborators
25
+ can target the book without probing the API for its project slug.
26
+ - No D1 database migration is required for this release.
27
+
12
28
  ## 0.1.30
13
29
 
14
30
  - **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.31",
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",