@keighleykodric/weeve 0.1.1 โ†’ 0.1.3

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 (98) hide show
  1. package/README.md +67 -11
  2. package/bin/weeve.js +547 -4
  3. package/examples/core/CODEOWNERS.template +9 -0
  4. package/examples/core/README.md +63 -0
  5. package/examples/core/demo/README.md +38 -0
  6. package/examples/core/demo/weeve/ally/ally-intake.md +16 -0
  7. package/examples/core/demo/weeve/compass/compass-intake.md +15 -0
  8. package/examples/core/demo/weeve/layers-plus/figma-notes.md +31 -0
  9. package/examples/core/demo/weeve/layers-plus/layers-plus-intake.md +13 -0
  10. package/examples/core/demo/weeve/rubric/component-inventory.md +42 -0
  11. package/examples/core/demo/weeve/rubric/rubric-intake.md +14 -0
  12. package/examples/core/demo/weeve/shared/competitive.md +28 -0
  13. package/examples/core/demo/weeve/shared/roadmap.md +26 -0
  14. package/examples/core/demo/weeve/shared/weeve-guardrails.md +28 -0
  15. package/examples/core/demo/weeve/shared/weeve-intake.md +18 -0
  16. package/examples/core/demo/weeve/shared/weeve-project.md +33 -0
  17. package/examples/core/demo/weeve.yaml +15 -0
  18. package/examples/core/weeve.yaml +14 -0
  19. package/examples/engineering/CODEOWNERS.template +9 -0
  20. package/examples/engineering/README.md +61 -0
  21. package/examples/engineering/demo/README.md +20 -0
  22. package/examples/engineering/demo/weeve/forge/architecture.md +39 -0
  23. package/examples/engineering/demo/weeve/forge/ci-metrics.md +47 -0
  24. package/examples/engineering/demo/weeve/forge/forge-intake.md +41 -0
  25. package/examples/engineering/demo/weeve/guard/guard-intake.md +17 -0
  26. package/examples/engineering/demo/weeve/helm/helm-intake.md +16 -0
  27. package/examples/engineering/demo/weeve/helm/incidents.md +40 -0
  28. package/examples/engineering/demo/weeve/helm/on-call-runbook.md +33 -0
  29. package/examples/engineering/demo/weeve/shared/roadmap.md +25 -0
  30. package/examples/engineering/demo/weeve/shared/team.md +33 -0
  31. package/examples/engineering/demo/weeve/shared/weeve-guardrails.md +27 -0
  32. package/examples/engineering/demo/weeve/shared/weeve-intake.md +18 -0
  33. package/examples/engineering/demo/weeve/shared/weeve-project.md +29 -0
  34. package/examples/engineering/demo/weeve/verify/coverage-report.md +49 -0
  35. package/examples/engineering/demo/weeve/verify/verify-intake.md +16 -0
  36. package/examples/engineering/demo/weeve.yaml +15 -0
  37. package/examples/engineering/weeve.yaml +14 -0
  38. package/examples/gtm/CODEOWNERS.template +8 -0
  39. package/examples/gtm/README.md +59 -0
  40. package/examples/gtm/demo/README.md +19 -0
  41. package/examples/gtm/demo/weeve/compass/compass-intake.md +15 -0
  42. package/examples/gtm/demo/weeve/maven/maven-intake.md +35 -0
  43. package/examples/gtm/demo/weeve/maven/website-notes.md +33 -0
  44. package/examples/gtm/demo/weeve/pitch/pitch-intake.md +54 -0
  45. package/examples/gtm/demo/weeve/pitch/sales-deck-notes.md +28 -0
  46. package/examples/gtm/demo/weeve/pitch/win-loss-notes.md +40 -0
  47. package/examples/gtm/demo/weeve/shared/competitive.md +30 -0
  48. package/examples/gtm/demo/weeve/shared/roadmap.md +19 -0
  49. package/examples/gtm/demo/weeve/shared/weeve-guardrails.md +24 -0
  50. package/examples/gtm/demo/weeve/shared/weeve-intake.md +18 -0
  51. package/examples/gtm/demo/weeve/shared/weeve-project.md +25 -0
  52. package/examples/gtm/demo/weeve.yaml +22 -0
  53. package/examples/gtm/weeve.yaml +14 -0
  54. package/examples/product/CODEOWNERS.template +10 -0
  55. package/examples/product/README.md +67 -0
  56. package/examples/product/demo/README.md +21 -0
  57. package/examples/product/demo/weeve/ally/ally-intake.md +16 -0
  58. package/examples/product/demo/weeve/compass/compass-intake.md +15 -0
  59. package/examples/product/demo/weeve/felt/felt-intake.md +37 -0
  60. package/examples/product/demo/weeve/felt/user-research.md +68 -0
  61. package/examples/product/demo/weeve/layers-plus/layers-plus-intake.md +14 -0
  62. package/examples/product/demo/weeve/rubric/component-inventory.md +42 -0
  63. package/examples/product/demo/weeve/rubric/rubric-intake.md +14 -0
  64. package/examples/product/demo/weeve/shared/competitive.md +28 -0
  65. package/examples/product/demo/weeve/shared/roadmap.md +32 -0
  66. package/examples/product/demo/weeve/shared/weeve-guardrails.md +27 -0
  67. package/examples/product/demo/weeve/shared/weeve-intake.md +18 -0
  68. package/examples/product/demo/weeve/shared/weeve-project.md +29 -0
  69. package/examples/product/demo/weeve.yaml +21 -0
  70. package/examples/product/weeve.yaml +14 -0
  71. package/examples/strategy/CODEOWNERS.template +8 -0
  72. package/examples/strategy/README.md +59 -0
  73. package/examples/strategy/demo/README.md +19 -0
  74. package/examples/strategy/demo/weeve/compass/compass-intake.md +34 -0
  75. package/examples/strategy/demo/weeve/compass/customer-segments.md +34 -0
  76. package/examples/strategy/demo/weeve/layers-plus/layers-plus-intake.md +15 -0
  77. package/examples/strategy/demo/weeve/maven/maven-intake.md +33 -0
  78. package/examples/strategy/demo/weeve/shared/competitive.md +40 -0
  79. package/examples/strategy/demo/weeve/shared/roadmap.md +29 -0
  80. package/examples/strategy/demo/weeve/shared/weeve-guardrails.md +22 -0
  81. package/examples/strategy/demo/weeve/shared/weeve-intake.md +17 -0
  82. package/examples/strategy/demo/weeve/shared/weeve-project.md +25 -0
  83. package/examples/strategy/demo/weeve.yaml +15 -0
  84. package/examples/strategy/weeve.yaml +14 -0
  85. package/package.json +14 -3
  86. package/{reference โ†’ spec}/contributing-template.md +5 -4
  87. package/{reference โ†’ spec}/readme-template.md +4 -4
  88. package/{reference โ†’ spec}/ship-gate.md +7 -7
  89. package/spec/signals-schema.md +685 -0
  90. package/spec/weeve-yaml.md +274 -0
  91. package/.github/SECURITY.md +0 -22
  92. package/GOVERNANCE.md +0 -173
  93. package/WORKFLOW.md +0 -354
  94. package/reference/conventions.md +0 -237
  95. package/reference/engineering-contract.md +0 -94
  96. package/reference/id-prefixes.md +0 -235
  97. package/reference/intake-pattern.md +0 -99
  98. package/reference/schema.md +0 -363
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # ๐Ÿงต Weeve
2
2
 
3
- Cross-functional alignment system. 14+ lanes that audit strategy, product, design, engineering, QA, security, marketing, sales, and UX โ€” then synthesize into one prioritized roadmap.
3
+ Cross-functional contract framework. Each domain writes findings in the same versioned schema shape โ€” Pilot reads them all and surfaces what conflicts, what blocks the ship, and what to do first. Observability for AI-orchestrated execution.
4
4
 
5
- Markdown-in-git. BYO everything. Each lane writes a `<lane>-recommendations.md` file in the same shape. Pilot reads them all and produces a single roadmap. The alignment property: findings from different domains compose, rather than sit in separate files nobody reads.
5
+ Markdown-in-git. BYO everything. The contract shape is the durable asset: a versioned schema that every lane writes to and Pilot synthesizes from. Findings from different domains compose because they share a common structure โ€” not because a platform forces alignment.
6
6
 
7
7
  ---
8
8
 
@@ -10,9 +10,9 @@ Markdown-in-git. BYO everything. Each lane writes a `<lane>-recommendations.md`
10
10
 
11
11
  1. Install the lanes you need
12
12
  2. Run each lane against your product (`/<lane>-intro` to start)
13
- 3. Each lane writes findings to `docs/<lane>/<lane>-recommendations.md`
14
- 4. Run `/pilot-roadmap` โ€” Pilot reads all lane outputs and synthesizes a prioritized roadmap
15
- 5. Run `/pilot-ship` โ€” autonomous worker picks tasks from the roadmap and ships them
13
+ 3. Each lane writes findings to `docs/<lane>/<lane>-signals.md`
14
+ 4. Run `/pilot-priorities` โ€” Pilot reads all lane outputs and synthesizes a prioritized backlog
15
+ 5. Run `/pilot-ship` โ€” autonomous worker picks tasks from the priorities file and ships them
16
16
 
17
17
  ---
18
18
 
@@ -66,9 +66,13 @@ Markdown-in-git. BYO everything. Each lane writes a `<lane>-recommendations.md`
66
66
 
67
67
  ---
68
68
 
69
+ > **Trust model:** Skills execute with your OS permissions โ€” only install from trusted sources.
70
+
71
+ ---
72
+
69
73
  ## You don't need every lane
70
74
 
71
- Install only the lanes that match your team. If marketing doesn't use Maven, that's fine โ€” Maven won't appear in the Pilot roadmap, and nothing breaks.
75
+ Install only the lanes that match your team. If marketing doesn't use Maven, that's fine โ€” Maven won't appear in the Pilot priorities file, and nothing breaks.
72
76
 
73
77
  Departments without a lane can still contribute. Any team member can feed context into another lane's intake skill โ€” paste a doc, a ticket link, or a screenshot into `/compass-intake` or `/layers-plus-intake` and it gets scoped and routed. You don't need a lane installed to provide input; you just won't get lane-specific findings back.
74
78
 
@@ -96,6 +100,16 @@ npx @keighleykodric/weeve add all # Everything
96
100
 
97
101
  Every preset includes Pilot โ€” it's the synthesis layer that makes the lanes compose.
98
102
 
103
+ ### Version pinning
104
+
105
+ Pin to a tagged release for reproducible installs:
106
+
107
+ ```
108
+ npx skills add keighleykodric/weeve-compass@v0.1.0
109
+ ```
110
+
111
+ See [Releases](https://github.com/keighleykodric/weeve/releases) for available versions.
112
+
99
113
  ---
100
114
 
101
115
  ## First-run order
@@ -106,22 +120,64 @@ See [WORKFLOW.md](WORKFLOW.md) for the full cadence, within-lane sequences, and
106
120
 
107
121
  ---
108
122
 
109
- ## The alignment property
123
+ ## The contract shape
110
124
 
111
- Each lane writes findings independently. Pilot reads them all and surfaces:
125
+ Each lane writes findings independently, in the same schema. Pilot reads them all and surfaces:
112
126
  - Cross-lane conflicts (strategy says X, design says Y)
113
127
  - Ship gates (Guard or Verify can block `/pilot-ship`)
114
128
  - Priority synthesis (what to do first, across all domains)
115
129
 
116
- The claim: running all lanes against the same product produces coherent, composable output โ€” not just a bigger folder of tools.
130
+ The schema is what makes the lanes composable. A finding from Guard and a finding from Compass use the same severity vocabulary, status field, and ID prefix โ€” so Pilot can synthesize them without translation. The contract is the moat, not the lane count.
117
131
 
118
132
  ---
119
133
 
120
134
  ## Schema
121
135
 
122
- All lane recommendations files follow a versioned schema: [recommendations-schema.md](docs/shared/recommendations-schema.md) (v0.3).
136
+ All lane signals files follow a versioned schema: [signals-schema.md](spec/schema.md) (v0.4).
137
+
138
+ The schema is the contract. Severity uses `๐Ÿ”ด High / ๐ŸŸก Medium / ๐ŸŸข Low`. Lane files never use Now/Next/Watch โ€” that vocabulary belongs to Pilot's priorities output. The manifest hierarchy (`weeve.yaml` โ†’ `road.yaml` โ†’ `lane.yaml`) governs multi-lane configuration.
139
+
140
+ ---
141
+
142
+ ## Alternative installation (git clone)
143
+
144
+ If you prefer not to use the npm installer, you can clone lanes directly and verify integrity:
145
+
146
+ ```bash
147
+ # Clone a specific tagged release
148
+ git clone --branch v0.1.0 --depth 1 https://github.com/keighleykodric/weeve-compass.git
149
+
150
+ # Verify the commit SHA matches the published release
151
+ cd weeve-compass
152
+ git rev-parse HEAD
153
+ # Compare against the SHA listed on https://github.com/keighleykodric/weeve-compass/releases/tag/v0.1.0
154
+
155
+ # Verify skills-lock.json integrity (if present)
156
+ # skills-lock.json contains SHA-256 hashes of all SKILL.md files
157
+ cat skills-lock.json
158
+ # Manually verify: shasum -a 256 skills/<skill-dir>/SKILL.md
159
+ ```
160
+
161
+ Then symlink or copy the skills directory into `~/.claude/skills/`:
162
+
163
+ ```bash
164
+ cp -r skills/* ~/.claude/skills/
165
+ ```
166
+
167
+ This bypasses the npm registry entirely. You can audit all code before installation and verify that file contents match the published hashes in `skills-lock.json`.
168
+
169
+ ---
170
+
171
+ ## Terminology
172
+
173
+ Two terms in Weave overlap with common engineering vocabulary:
174
+
175
+ | Term | In Weave | In engineering contexts |
176
+ |---|---|---|
177
+ | **Operator** | The practitioner running the lanes โ€” a cross-functional lead, designer, or strategist using Claude Code | Infrastructure operator, DevOps engineer, Kubernetes operator |
178
+ | **Schema** | The governance spec that defines how lanes write findings (`spec/schema.md`) | Database schema, OpenAPI spec, JSON Schema |
123
179
 
124
- The schema is the durable asset. Severity uses `๐Ÿ”ด High / ๐ŸŸก Medium / ๐ŸŸข Low`. Lane files never use Now/Next/Watch โ€” that vocabulary belongs to Pilot's roadmap output.
180
+ If you come from an infrastructure or data engineering background: Weave's "Operator" is closer to "practitioner" or "user," and Weave's "Schema" is closer to "contract format" or "output spec."
125
181
 
126
182
  ---
127
183