- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01GoYpb8FEmdxVErsv7ABCYi
Prove the family emphasis reaches the declared tools
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
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.
Changed files
-
modified
packages/openagents-cli/src/coder-tool-families.ts -
modified
packages/openagents-cli/test/coder-thread.test.ts -
modified
packages/openagents-cli/test/coder-tool-families.test.ts
Diff
3 files changed, +35 -3
packages/openagents-cli/src/coder-tool-families.ts modified +3 -1
@@ -50,7 +50,9 @@ const emphasis: Partial<Record<ToolFamily, Partial<Record<string, string>>>> = {
| 50 | 50 |
|
| 51 | 51 |
|
| 52 | 52 |
|
| 53 |
|
|
| 53 |
|
|
| 54 |
|
|
| 55 |
|
|
| 54 | 56 |
|
| 55 | 57 |
|
| 56 | 58 |
|
packages/openagents-cli/test/coder-thread.test.ts modified +26 -1
@@ -1,7 +1,9 @@
| 1 | 1 |
|
| 2 | 2 |
|
| 3 | 3 |
|
| 4 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 5 | 7 |
|
| 6 | 8 |
|
| 7 | 9 |
|
@@ -1044,6 +1046,29 @@ describe("the session's anchor on the thread lane", () => {
| 1044 | 1046 |
|
| 1045 | 1047 |
|
| 1046 | 1048 |
|
| 1049 |
|
|
| 1050 |
|
|
| 1051 |
|
|
| 1052 |
|
|
| 1053 |
|
|
| 1054 |
|
|
| 1055 |
|
|
| 1056 |
|
|
| 1057 |
|
|
| 1058 |
|
|
| 1059 |
|
|
| 1060 |
|
|
| 1061 |
|
|
| 1062 |
|
|
| 1063 |
|
|
| 1064 |
|
|
| 1065 |
|
|
| 1066 |
|
|
| 1067 |
|
|
| 1068 |
|
|
| 1069 |
|
|
| 1070 |
|
|
| 1071 |
|
|
| 1047 | 1072 |
|
| 1048 | 1073 |
|
| 1049 | 1074 |
|
packages/openagents-cli/test/coder-tool-families.test.ts modified +6 -1
@@ -13,6 +13,7 @@ const tool = (name: string): CoderTool => ({
| 13 | 13 |
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 |
|
|
| 16 | 17 |
|
| 17 | 18 |
|
| 18 | 19 |
|
@@ -23,15 +24,17 @@ describe("toolFamilyOf", () => {
| 23 | 24 |
|
| 24 | 25 |
|
| 25 | 26 |
|
| 27 |
|
|
| 26 | 28 |
|
| 27 | 29 |
|
| 28 | 30 |
|
| 29 | 31 |
|
| 30 | 32 |
|
| 31 |
|
|
| 33 |
|
|
| 32 | 34 |
|
| 33 | 35 |
|
| 34 | 36 |
|
| 37 |
|
|
| 35 | 38 |
|
| 36 | 39 |
|
| 37 | 40 |
|
@@ -41,5 +44,7 @@ describe("declaredDescription", () => {
| 41 | 44 |
|
| 42 | 45 |
|
| 43 | 46 |
|
| 47 |
|
|
| 48 |
|
|
| 44 | 49 |
|
| 45 | 50 |
|