Commit bc62a32
docs(dotfiles): route plan worktree init through git-spice, fix uv audit and rust test example
The release-refresh plan's Execution Model still initialized feature work with
`gh stack init`, bypassing the repo's git-spice-only branch/PR policy even
after the git-helper skill routing fix. Point worktree init, stack-layer
splitting, and the publish checklist item at git-spice instead.
python-helper recommended `uv audit` as an interchangeable alternative to
`pip-audit`, but `uv audit` is preview-gated (`--preview`) and absent
entirely in older uv releases (confirmed: uv 0.7.22 has no `audit`
subcommand). Lead with `pip-audit`, which works regardless of uv version.
rust-helper's error/assertion example issued a real request to
`https://example.com`, making any copied test depend on DNS and an external
service. Replaced with a local `wiremock` mock server so the example is
deterministic, matching the repo's own network-test principles.
Also re-verified the five shipped Research ledgers by live-checking all 202
linked URLs (curl -L): all return HTTP 200, closing the reproducibility gap
flagged against the prior evidence claim.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01R6nGikhfrT79nwfg2msWgw1 parent 40280f1 commit bc62a32
3 files changed
Lines changed: 30 additions & 9 deletions
File tree
- packages
- docs/plans
- dotfiles/dot_agents/skills
- python-helper
- rust-helper
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | | - | |
67 | | - | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
117 | | - | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
133 | 141 | | |
134 | 142 | | |
135 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
156 | 159 | | |
157 | 160 | | |
158 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
111 | 117 | | |
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
115 | 125 | | |
116 | 126 | | |
117 | 127 | | |
| |||
0 commit comments