@authorbot/schemas 0.1.22 → 0.1.24

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 +21 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,27 @@ 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.24
13
+
14
+ - **`collaborate` commits and pushes what it writes.** It used to ask you to do
15
+ it "when you are ready" — and until that push lands, the API cannot project
16
+ your book, so the settings page reports that it cannot read its own
17
+ configuration, with nothing connecting the two.
18
+ - **The agent stage stopped asking for a maintainer bearer token.** No author
19
+ has one; the question could only ever be answered by an operator supplying a
20
+ credential from elsewhere. `AUTHORBOT_API_TOKEN` still works for that case,
21
+ and everyone else is sent to the button on the settings page.
22
+ - Declining an optional step no longer tells you to run that step "to
23
+ continue", which made every optional thing look unfinished — `upgrade` most
24
+ of all, on a book far too new to need it.
25
+
26
+ ## 0.1.23
27
+
28
+ - **Every hint under every question came back.** Moving prompts to clack
29
+ dropped them silently five releases ago: the explanatory line under each
30
+ text and confirm question stopped being shown, so questions arrived without
31
+ the sentence that made them answerable.
32
+
12
33
  ## 0.1.22
13
34
 
14
35
  - **You can create an agent token from your book's settings.** Until now
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authorbot/schemas",
3
- "version": "0.1.22",
3
+ "version": "0.1.24",
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",