@authorbot/schemas 0.1.24 → 0.1.25
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 +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,15 @@ 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.25
|
|
13
|
+
|
|
14
|
+
- **The collaborator skill.** `npx skills add JoeMattie/authorbot` installs a
|
|
15
|
+
skill that teaches an agent to contribute to an Authorbot book — the loop,
|
|
16
|
+
the safety rules, per-role guidance, and the full API reference — into Claude
|
|
17
|
+
Code and any other supported agent tooling. Also installable as a Claude Code
|
|
18
|
+
plugin (`/plugin marketplace add JoeMattie/authorbot`). The `agent` stage now
|
|
19
|
+
points at it.
|
|
20
|
+
|
|
12
21
|
## 0.1.24
|
|
13
22
|
|
|
14
23
|
- **`collaborate` commits and pushes what it writes.** It used to ask you to do
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authorbot/schemas",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.25",
|
|
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",
|