@authorbot/domain 0.1.21 → 0.1.23

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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -9,6 +9,23 @@ 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.23
13
+
14
+ - **Every hint under every question came back.** Moving prompts to clack
15
+ dropped them silently five releases ago: the explanatory line under each
16
+ text and confirm question stopped being shown, so questions arrived without
17
+ the sentence that made them answerable.
18
+
19
+ ## 0.1.22
20
+
21
+ - **You can create an agent token from your book's settings.** Until now
22
+ nothing in Authorbot could make one: the API needs a maintainer session,
23
+ which only a browser holds, and the settings page could list and revoke
24
+ tokens but not create them — while the setup wizard asked for a bearer token
25
+ no author has ever been issued. The control sits under Agent tokens, shows
26
+ the value once, and defaults to the narrowest scopes an agent needs to read
27
+ chapters, claim work, and submit a draft.
28
+
12
29
  ## 0.1.21
13
30
 
14
31
  - **Installing the GitHub App no longer lands you on a 404.** GitHub was asked
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authorbot/domain",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "description": "Pure domain logic for Authorbot: role/scope authorization, annotation and Git-operation state machines, command validators, and token/session value rules (Phase 2 contract section 3)",
5
5
  "keywords": [
6
6
  "authorbot",
@@ -40,7 +40,7 @@
40
40
  ],
41
41
  "dependencies": {
42
42
  "zod": "^4.0.0",
43
- "@authorbot/schemas": "0.1.21"
43
+ "@authorbot/schemas": "0.1.23"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^22.0.0",