Skip to content

Commit c07d314

Browse files
committed
chore(release): bump to v0.25.6
1 parent 7afc36f commit c07d314

282 files changed

Lines changed: 2047 additions & 714 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: pk-explain-routing
3+
description: "Use the model-recommender skill to explain the model-routing trace for $ARGUMENTS."
4+
---
5+
6+
Use the model-recommender skill to explain the model-routing trace for $ARGUMENTS.
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: team-create
3-
description: "Command: team-create"
2+
name: pk-team-create
3+
description: "Command: pk-team-create"
44
---
55

6-
# Command: team-create
6+
# Command: pk-team-create
77

88
Full team derivation from scratch. Writes 8 Role + 8 Actor + 8 Binding
99
entities, rewrites `context/team/roster.md`, and emits a chartering
@@ -12,7 +12,7 @@ DecisionRecord that supersedes the prior team DecisionRecord.
1212
## Syntax
1313

1414
```
15-
team-create
15+
pk-team-create
1616
--subscription <provider>:<tier> # e.g. anthropic:max-5x
1717
--providers <list|"any"> # comma-separated; "any" = all accessible
1818
--parallelism-cap <int> # max clones per role, default 5
@@ -46,7 +46,7 @@ Three-level precedence (see `references/landscape-resolution.md`):
4646
If no artifact is found at any level, **abort** with:
4747
> "No landscape-summary artifact found. Run the Haiku landscape-ingest
4848
> task to produce an ART-*-LandscapeSnapshot artifact before running
49-
> team-create."
49+
> pk-team-create."
5050
5151
If the resolved artifact is older than 90 days, emit a warning but
5252
continue. Record the artifact ID and its `created` date in the
@@ -162,7 +162,7 @@ If `context/team/roster.md` already exists:
162162
1. Parse the prior team's Actor and Binding IDs from roster.md.
163163
2. For each prior Binding:
164164
`binding-management.end_binding(id, reason=
165-
"superseded by team-create run <ISO-timestamp>")`
165+
"superseded by pk-team-create run <ISO-timestamp>")`
166166
3. For each prior Actor whose model ID does NOT appear in the new
167167
team assignments:
168168
`actor-profile.deactivate_actor(id)`
@@ -250,12 +250,12 @@ decision-record-write(
250250
```
251251

252252
The `inputs_snapshot.weights` block is the canonical weight store
253-
that `team-rebalance` will read on future runs.
253+
that `pk-team-rebalance` will read on future runs.
254254

255255
## Dry-run output format
256256

257257
```
258-
=== team-create DRY RUN ===
258+
=== pk-team-create DRY RUN ===
259259
Subscription: <value> Governance floor: <value>
260260
Landscape: <artifact-id> (<date>)
261261
Weights: C=0.60 K=0.20 L=0.10 G=0.10
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
name: team-rebalance
3-
description: "Command: team-rebalance"
2+
name: pk-team-rebalance
3+
description: "Command: pk-team-rebalance"
44
---
55

6-
# Command: team-rebalance
6+
# Command: pk-team-rebalance
77

8-
Apply a `team-review` recommendation. Targeted re-tiering of one or
8+
Apply a `pk-team-review` recommendation. Targeted re-tiering of one or
99
more roles without full team recreation. Requires `--confirm` to
1010
prevent accidental writes.
1111

1212
## Syntax
1313

1414
```
15-
team-rebalance
15+
pk-team-rebalance
1616
--roles <list|"all"> # comma-separated role names, or "all"
1717
--confirm # required; prevents accidental writes
1818
--reason <string> # recorded in the DecisionRecord amendment
@@ -48,23 +48,23 @@ silently apply the new weights:
4848
```
4949
WARNING: A newer DEC-*-TeamWeights record (created <ISO-date>)
5050
post-dates the governing team DecisionRecord (created <ISO-date>).
51-
Weight policy has changed since the last team-create run. This
51+
Weight policy has changed since the last pk-team-create run. This
5252
targeted rebalance uses stored weights from the governing DEC.
5353
To apply the updated weights across all roles, run:
54-
team-rebalance --roles all --confirm --reason "<reason>"
54+
pk-team-rebalance --roles all --confirm --reason "<reason>"
5555
```
5656

5757
CLI `--weight-overrides` and `--threshold-overrides` always override
5858
stored values regardless of DEC age.
5959

60-
If `--roles all` is specified, re-run the full `team-create` logic
61-
(steps 1–8 of `team-create`) and write a new DecisionRecord instead
60+
If `--roles all` is specified, re-run the full `pk-team-create` logic
61+
(steps 1–8 of `pk-team-create`) and write a new DecisionRecord instead
6262
of amending. The remainder of this document covers the non-`all`
6363
path.
6464

6565
### Step 2 — Resolve landscape snapshot
6666

67-
Same resolution logic as `team-create` Step 1. If `--landscape` is
67+
Same resolution logic as `pk-team-create` Step 1. If `--landscape` is
6868
not supplied, use the latest `landscape-summary` artifact. Warn if
6969
older than 90 days; do not block.
7070

@@ -91,7 +91,7 @@ For each role where a model change is needed:
9191
```
9292
binding-management.end_binding(
9393
id=<current-BIND-id>,
94-
reason="superseded by team-rebalance: <--reason> (<ISO-timestamp>)"
94+
reason="superseded by pk-team-rebalance: <--reason> (<ISO-timestamp>)"
9595
)
9696
```
9797

@@ -155,11 +155,11 @@ A new DecisionRecord is NOT written unless `--roles all` is used.
155155

156156
## The `--roles all` shortcut
157157

158-
`team-rebalance --roles all --confirm --reason "<reason>"` is
159-
equivalent to running `team-create` with the stored weights and
158+
`pk-team-rebalance --roles all --confirm --reason "<reason>"` is
159+
equivalent to running `pk-team-create` with the stored weights and
160160
subscription, except:
161161
- A new DecisionRecord IS written (superseding the current one).
162-
- The deactivation sequence from `team-create` Step 5 applies in full.
162+
- The deactivation sequence from `pk-team-create` Step 5 applies in full.
163163

164164
Use this when the landscape has shifted so broadly that targeted
165165
rebalancing would touch every role anyway.
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: team-review
3-
description: "Command: team-review"
2+
name: pk-team-review
3+
description: "Command: pk-team-review"
44
---
55

6-
# Command: team-review
6+
# Command: pk-team-review
77

88
Read-only health-check. Compares current team assignments against the
99
latest landscape snapshot and surfaces tier-drift, unavailable models,
@@ -12,7 +12,7 @@ and new outperformers. No entities are written.
1212
## Syntax
1313

1414
```
15-
team-review
15+
pk-team-review
1616
[--landscape-artifact <ART-id>] # explicit landscape override; skips discovery
1717
[--landscape <artifact-id>] # alias for --landscape-artifact
1818
[--threshold <float>] # flag if tier-score drifted > N pts, default 0.15
@@ -23,7 +23,7 @@ team-review
2323
### Step 1 — Load current team
2424

2525
1. Read `context/team/roster.md` to get the active role → model mapping.
26-
2. Resolve the governing DecisionRecord (the most recent `team-create`
26+
2. Resolve the governing DecisionRecord (the most recent `pk-team-create`
2727
DecisionRecord) via `decision-record.get_decision`.
2828
3. Extract stored formula weights and tier scores from
2929
`spec.inputs_snapshot`. These are the baseline scores for the diff.
@@ -32,7 +32,7 @@ team-review
3232
### Step 2 — Load landscape snapshot
3333

3434
Landscape resolution follows the same three-level precedence as
35-
`team-create` (see `references/landscape-resolution.md`):
35+
`pk-team-create` (see `references/landscape-resolution.md`):
3636

3737
1. If `--landscape-artifact <ART-id>` (or alias `--landscape`) is
3838
supplied, load that artifact directly.
@@ -68,7 +68,7 @@ Score all accessible candidates with the stored weights. Identify any
6868
model that:
6969
- Would out-score the current assignment for its role by more than
7070
`--threshold` (default 0.15).
71-
- Appeared in the landscape since the last `team-create` run.
71+
- Appeared in the landscape since the last `pk-team-create` run.
7272

7373
### Step 5 — Detect unavailable models
7474

@@ -84,8 +84,8 @@ or `major_outage`.
8484
Output format (stdout only — no files written):
8585

8686
```
87-
=== team-review — <date> ===
88-
Baseline: DecisionRecord <DEC-id> (<team-create date>)
87+
=== pk-team-review — <date> ===
88+
Baseline: DecisionRecord <DEC-id> (<pk-team-create date>)
8989
Landscape: <artifact-id> (<artifact date>) [STALE: >90 days if applicable]
9090
Weights used: C=<C> K=<K> L=<K> G=<G>
9191
Threshold: <threshold>
@@ -110,7 +110,7 @@ STABLE (no action needed):
110110
SUMMARY:
111111
2 roles recommended for rebalance
112112
1 role urgently needs replacement (major_outage)
113-
Run: team-rebalance --roles developer,junior-developer --confirm \
113+
Run: pk-team-rebalance --roles developer,junior-developer --confirm \
114114
--reason "<reason>"
115115
=============================
116116
```
@@ -121,9 +121,9 @@ Omit empty sections. Always emit the SUMMARY even if no issues found.
121121

122122
None. This command is fully read-only.
123123

124-
## Distinction from team-create
124+
## Distinction from pk-team-create
125125

126-
`team-review` reads and diffs; `team-create` writes. Running
127-
`team-review` is always safe and reversible. Only run `team-create`
128-
or `team-rebalance` when you have reviewed the diff and confirmed
126+
`pk-team-review` reads and diffs; `pk-team-create` writes. Running
127+
`pk-team-review` is always safe and reversible. Only run `pk-team-create`
128+
or `pk-team-rebalance` when you have reviewed the diff and confirmed
129129
the recommended changes.

.claude/commands/pk-dec-find.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
argument-hint: ""
2+
argument-hint: "filter"
33
allowed-tools: []
44
---
55

.claude/commands/pk-dec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
argument-hint: ""
2+
argument-hint: "decision-title"
33
allowed-tools: []
44
---
55

.claude/commands/pk-note-promote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
argument-hint: ""
2+
argument-hint: "note-id"
33
allowed-tools: []
44
---
55

.claude/commands/pk-observe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
argument-hint: ""
2+
argument-hint: "owner-name observation"
33
allowed-tools: []
44
---
55

.claude/commands/pk-owner-bootstrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
argument-hint: ""
2+
argument-hint: "owner-name"
33
allowed-tools: []
44
---
55

.claude/commands/pk-release-audit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
argument-hint: "[--repo-root=<path>]"
2+
argument-hint: "[--repo-root=<path>] [--tree=context|src-context|both]"
33
allowed-tools: []
44
---
55

0 commit comments

Comments
 (0)