- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01E1mRkPGYmTVvMKqAzmQvy5
- Closes
- #41
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
packages/openagents-cli/src/coder-capability.ts
packages/openagents-cli/test/coder-capability.test.ts
2 files changed, +17 -3
@@ -144,6 +144,9 @@ function catalogDescription(catalog: ReadonlyArray<PluginCatalogEntry>): string
| 144 | 144 |
|
| 145 | 145 |
|
| 146 | 146 |
|
| 147 |
|
|
| 148 |
|
|
| 149 |
|
|
| 147 | 150 |
|
| 148 | 151 |
|
| 149 | 152 |
|
@@ -156,13 +159,16 @@ export function capabilityTool(options: CapabilityOptions): CoderTool {
| 156 | 159 |
|
| 157 | 160 |
|
| 158 | 161 |
|
| 162 |
|
|
| 163 |
|
|
| 159 | 164 |
|
| 160 | 165 |
|
| 161 | 166 |
|
| 162 | 167 |
|
| 163 |
|
|
| 168 |
|
|
| 164 | 169 |
|
| 165 | 170 |
|
| 171 |
|
|
| 166 | 172 |
|
| 167 | 173 |
|
| 168 | 174 |
|
@@ -39,7 +39,12 @@ const baseCatalog: ReadonlyArray<PluginCatalogEntry> = [
| 39 | 39 |
|
| 40 | 40 |
|
| 41 | 41 |
|
| 42 |
|
|
| 42 |
|
|
| 43 |
|
|
| 44 |
|
|
| 45 |
|
|
| 46 |
|
|
| 47 |
|
|
| 43 | 48 |
|
| 44 | 49 |
|
| 45 | 50 |
|
@@ -55,7 +60,10 @@ describe("capabilityTool", () => {
| 55 | 60 |
|
| 56 | 61 |
|
| 57 | 62 |
|
| 58 |
|
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 59 | 67 |
|
| 60 | 68 |
|
| 61 | 69 |
|