@authorbot/schemas 0.1.20 → 0.1.22
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.22
|
|
13
|
+
|
|
14
|
+
- **You can create an agent token from your book's settings.** Until now
|
|
15
|
+
nothing in Authorbot could make one: the API needs a maintainer session,
|
|
16
|
+
which only a browser holds, and the settings page could list and revoke
|
|
17
|
+
tokens but not create them — while the setup wizard asked for a bearer token
|
|
18
|
+
no author has ever been issued. The control sits under Agent tokens, shows
|
|
19
|
+
the value once, and defaults to the narrowest scopes an agent needs to read
|
|
20
|
+
chapters, claim work, and submit a draft.
|
|
21
|
+
|
|
22
|
+
## 0.1.21
|
|
23
|
+
|
|
24
|
+
- **Installing the GitHub App no longer lands you on a 404.** GitHub was asked
|
|
25
|
+
to run its OAuth flow during installation, which redirected to a callback
|
|
26
|
+
that cannot exist yet — the Worker's config needs the installation id that
|
|
27
|
+
installing is in the middle of producing. It now returns you to your book's
|
|
28
|
+
own site.
|
|
29
|
+
- **The agent stage stopped asking for a credential nobody has.** It wanted "a
|
|
30
|
+
maintainer token you already hold"; signing in gives you a session cookie and
|
|
31
|
+
nothing in Authorbot issues bearer tokens. It now prints a request you can
|
|
32
|
+
actually run from your signed-in site. (A create control on the settings page
|
|
33
|
+
is the real fix and is still to come.)
|
|
34
|
+
- Colour is drawn with chalk, so it adapts to what your terminal supports.
|
|
35
|
+
|
|
12
36
|
## 0.1.20
|
|
13
37
|
|
|
14
38
|
- **The GitHub App key was stored in a format the Worker cannot read.** GitHub's
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authorbot/schemas",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
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",
|