@sumrco/cli 0.1.0 → 0.1.1
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/ai/modules/playbook/sumr.module.yaml +9 -9
- package/index.js +671 -161
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ kind: CliModule
|
|
|
3
3
|
metadata:
|
|
4
4
|
name: playbook
|
|
5
5
|
package: "@sumrco/cli"
|
|
6
|
-
description: Sync
|
|
6
|
+
description: Sync Playbook docs into AI tools (Claude, Cursor, Codex, VS Code)
|
|
7
7
|
owners:
|
|
8
8
|
- team: "@sumr-org/playbook-team"
|
|
9
9
|
tags:
|
|
@@ -11,7 +11,7 @@ metadata:
|
|
|
11
11
|
- authoring
|
|
12
12
|
- ai-tools
|
|
13
13
|
spec:
|
|
14
|
-
visibility:
|
|
14
|
+
visibility: public
|
|
15
15
|
group: modules
|
|
16
16
|
targets:
|
|
17
17
|
contractVersion: ^1.0.0
|
|
@@ -19,25 +19,25 @@ spec:
|
|
|
19
19
|
commands:
|
|
20
20
|
- name: config
|
|
21
21
|
summary: Manage playbook configuration in sumr.yaml
|
|
22
|
-
visibility:
|
|
22
|
+
visibility: public
|
|
23
23
|
- name: sync
|
|
24
24
|
summary: Render Playbook Markdown into AI tool channels
|
|
25
|
-
visibility:
|
|
25
|
+
visibility: public
|
|
26
26
|
- name: validate
|
|
27
27
|
summary: Check Playbook docs for errors without writing files
|
|
28
|
-
visibility:
|
|
28
|
+
visibility: public
|
|
29
29
|
- name: status
|
|
30
30
|
summary: Show Playbook status, sources, and counts
|
|
31
|
-
visibility:
|
|
31
|
+
visibility: public
|
|
32
32
|
- name: add
|
|
33
33
|
summary: Scaffold a new Playbook doc with correct frontmatter
|
|
34
|
-
visibility:
|
|
34
|
+
visibility: public
|
|
35
35
|
- name: clean
|
|
36
36
|
summary: Remove all rendered Playbook outputs from this repo
|
|
37
|
-
visibility:
|
|
37
|
+
visibility: public
|
|
38
38
|
- name: authoring
|
|
39
39
|
summary: Print the canonical Playbook Markdown authoring contract
|
|
40
|
-
visibility:
|
|
40
|
+
visibility: public
|
|
41
41
|
exports:
|
|
42
42
|
resources:
|
|
43
43
|
- ./resources
|