@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.
- package/README.md +67 -11
- package/bin/weeve.js +547 -4
- package/examples/core/CODEOWNERS.template +9 -0
- package/examples/core/README.md +63 -0
- package/examples/core/demo/README.md +38 -0
- package/examples/core/demo/weeve/ally/ally-intake.md +16 -0
- package/examples/core/demo/weeve/compass/compass-intake.md +15 -0
- package/examples/core/demo/weeve/layers-plus/figma-notes.md +31 -0
- package/examples/core/demo/weeve/layers-plus/layers-plus-intake.md +13 -0
- package/examples/core/demo/weeve/rubric/component-inventory.md +42 -0
- package/examples/core/demo/weeve/rubric/rubric-intake.md +14 -0
- package/examples/core/demo/weeve/shared/competitive.md +28 -0
- package/examples/core/demo/weeve/shared/roadmap.md +26 -0
- package/examples/core/demo/weeve/shared/weeve-guardrails.md +28 -0
- package/examples/core/demo/weeve/shared/weeve-intake.md +18 -0
- package/examples/core/demo/weeve/shared/weeve-project.md +33 -0
- package/examples/core/demo/weeve.yaml +15 -0
- package/examples/core/weeve.yaml +14 -0
- package/examples/engineering/CODEOWNERS.template +9 -0
- package/examples/engineering/README.md +61 -0
- package/examples/engineering/demo/README.md +20 -0
- package/examples/engineering/demo/weeve/forge/architecture.md +39 -0
- package/examples/engineering/demo/weeve/forge/ci-metrics.md +47 -0
- package/examples/engineering/demo/weeve/forge/forge-intake.md +41 -0
- package/examples/engineering/demo/weeve/guard/guard-intake.md +17 -0
- package/examples/engineering/demo/weeve/helm/helm-intake.md +16 -0
- package/examples/engineering/demo/weeve/helm/incidents.md +40 -0
- package/examples/engineering/demo/weeve/helm/on-call-runbook.md +33 -0
- package/examples/engineering/demo/weeve/shared/roadmap.md +25 -0
- package/examples/engineering/demo/weeve/shared/team.md +33 -0
- package/examples/engineering/demo/weeve/shared/weeve-guardrails.md +27 -0
- package/examples/engineering/demo/weeve/shared/weeve-intake.md +18 -0
- package/examples/engineering/demo/weeve/shared/weeve-project.md +29 -0
- package/examples/engineering/demo/weeve/verify/coverage-report.md +49 -0
- package/examples/engineering/demo/weeve/verify/verify-intake.md +16 -0
- package/examples/engineering/demo/weeve.yaml +15 -0
- package/examples/engineering/weeve.yaml +14 -0
- package/examples/gtm/CODEOWNERS.template +8 -0
- package/examples/gtm/README.md +59 -0
- package/examples/gtm/demo/README.md +19 -0
- package/examples/gtm/demo/weeve/compass/compass-intake.md +15 -0
- package/examples/gtm/demo/weeve/maven/maven-intake.md +35 -0
- package/examples/gtm/demo/weeve/maven/website-notes.md +33 -0
- package/examples/gtm/demo/weeve/pitch/pitch-intake.md +54 -0
- package/examples/gtm/demo/weeve/pitch/sales-deck-notes.md +28 -0
- package/examples/gtm/demo/weeve/pitch/win-loss-notes.md +40 -0
- package/examples/gtm/demo/weeve/shared/competitive.md +30 -0
- package/examples/gtm/demo/weeve/shared/roadmap.md +19 -0
- package/examples/gtm/demo/weeve/shared/weeve-guardrails.md +24 -0
- package/examples/gtm/demo/weeve/shared/weeve-intake.md +18 -0
- package/examples/gtm/demo/weeve/shared/weeve-project.md +25 -0
- package/examples/gtm/demo/weeve.yaml +22 -0
- package/examples/gtm/weeve.yaml +14 -0
- package/examples/product/CODEOWNERS.template +10 -0
- package/examples/product/README.md +67 -0
- package/examples/product/demo/README.md +21 -0
- package/examples/product/demo/weeve/ally/ally-intake.md +16 -0
- package/examples/product/demo/weeve/compass/compass-intake.md +15 -0
- package/examples/product/demo/weeve/felt/felt-intake.md +37 -0
- package/examples/product/demo/weeve/felt/user-research.md +68 -0
- package/examples/product/demo/weeve/layers-plus/layers-plus-intake.md +14 -0
- package/examples/product/demo/weeve/rubric/component-inventory.md +42 -0
- package/examples/product/demo/weeve/rubric/rubric-intake.md +14 -0
- package/examples/product/demo/weeve/shared/competitive.md +28 -0
- package/examples/product/demo/weeve/shared/roadmap.md +32 -0
- package/examples/product/demo/weeve/shared/weeve-guardrails.md +27 -0
- package/examples/product/demo/weeve/shared/weeve-intake.md +18 -0
- package/examples/product/demo/weeve/shared/weeve-project.md +29 -0
- package/examples/product/demo/weeve.yaml +21 -0
- package/examples/product/weeve.yaml +14 -0
- package/examples/strategy/CODEOWNERS.template +8 -0
- package/examples/strategy/README.md +59 -0
- package/examples/strategy/demo/README.md +19 -0
- package/examples/strategy/demo/weeve/compass/compass-intake.md +34 -0
- package/examples/strategy/demo/weeve/compass/customer-segments.md +34 -0
- package/examples/strategy/demo/weeve/layers-plus/layers-plus-intake.md +15 -0
- package/examples/strategy/demo/weeve/maven/maven-intake.md +33 -0
- package/examples/strategy/demo/weeve/shared/competitive.md +40 -0
- package/examples/strategy/demo/weeve/shared/roadmap.md +29 -0
- package/examples/strategy/demo/weeve/shared/weeve-guardrails.md +22 -0
- package/examples/strategy/demo/weeve/shared/weeve-intake.md +17 -0
- package/examples/strategy/demo/weeve/shared/weeve-project.md +25 -0
- package/examples/strategy/demo/weeve.yaml +15 -0
- package/examples/strategy/weeve.yaml +14 -0
- package/package.json +14 -3
- package/{reference โ spec}/contributing-template.md +5 -4
- package/{reference โ spec}/readme-template.md +4 -4
- package/{reference โ spec}/ship-gate.md +7 -7
- package/spec/signals-schema.md +685 -0
- package/spec/weeve-yaml.md +274 -0
- package/.github/SECURITY.md +0 -22
- package/GOVERNANCE.md +0 -173
- package/WORKFLOW.md +0 -354
- package/reference/conventions.md +0 -237
- package/reference/engineering-contract.md +0 -94
- package/reference/id-prefixes.md +0 -235
- package/reference/intake-pattern.md +0 -99
- package/reference/schema.md +0 -363
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# ๐งต Weeve
|
|
2
2
|
|
|
3
|
-
Cross-functional
|
|
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.
|
|
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>-
|
|
14
|
-
4. Run `/pilot-
|
|
15
|
-
5. Run `/pilot-ship` โ autonomous worker picks tasks from the
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
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
|
|