@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.
@@ -3,7 +3,7 @@ kind: CliModule
3
3
  metadata:
4
4
  name: playbook
5
5
  package: "@sumrco/cli"
6
- description: Sync team standards into AI tools (Claude, Cursor, Codex, VS Code)
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: private
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: private
22
+ visibility: public
23
23
  - name: sync
24
24
  summary: Render Playbook Markdown into AI tool channels
25
- visibility: private
25
+ visibility: public
26
26
  - name: validate
27
27
  summary: Check Playbook docs for errors without writing files
28
- visibility: private
28
+ visibility: public
29
29
  - name: status
30
30
  summary: Show Playbook status, sources, and counts
31
- visibility: private
31
+ visibility: public
32
32
  - name: add
33
33
  summary: Scaffold a new Playbook doc with correct frontmatter
34
- visibility: private
34
+ visibility: public
35
35
  - name: clean
36
36
  summary: Remove all rendered Playbook outputs from this repo
37
- visibility: private
37
+ visibility: public
38
38
  - name: authoring
39
39
  summary: Print the canonical Playbook Markdown authoring contract
40
- visibility: private
40
+ visibility: public
41
41
  exports:
42
42
  resources:
43
43
  - ./resources