opencode-dux 1.0.0
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/LICENSE +21 -0
- package/README.md +452 -0
- package/dist/agents/descriptions.d.ts +6 -0
- package/dist/agents/designer.d.ts +2 -0
- package/dist/agents/explorer.d.ts +2 -0
- package/dist/agents/fixer.d.ts +2 -0
- package/dist/agents/index.d.ts +22 -0
- package/dist/agents/interpreter.d.ts +2 -0
- package/dist/agents/librarian.d.ts +2 -0
- package/dist/agents/oracle.d.ts +2 -0
- package/dist/agents/orchestrator.d.ts +27 -0
- package/dist/agents/overrides.d.ts +18 -0
- package/dist/agents/prompt-blocks.d.ts +97 -0
- package/dist/agents/steward.d.ts +3 -0
- package/dist/cli/config-io.d.ts +24 -0
- package/dist/cli/config-manager.d.ts +4 -0
- package/dist/cli/index.d.ts +2 -0
- package/dist/cli/index.js +1006 -0
- package/dist/cli/install.d.ts +2 -0
- package/dist/cli/mcps.d.ts +13 -0
- package/dist/cli/model-key-normalization.d.ts +1 -0
- package/dist/cli/paths.d.ts +35 -0
- package/dist/cli/providers.d.ts +137 -0
- package/dist/cli/skills.d.ts +22 -0
- package/dist/cli/system.d.ts +5 -0
- package/dist/cli/types.d.ts +38 -0
- package/dist/config/constants.d.ts +12 -0
- package/dist/config/index.d.ts +4 -0
- package/dist/config/loader.d.ts +40 -0
- package/dist/config/runtime-preset.d.ts +12 -0
- package/dist/config/schema.d.ts +281 -0
- package/dist/config/utils.d.ts +10 -0
- package/dist/discovery/local/types.d.ts +79 -0
- package/dist/discovery/local.d.ts +73 -0
- package/dist/discovery/mcp-servers.d.ts +88 -0
- package/dist/discovery/skills.d.ts +94 -0
- package/dist/hooks/apply-patch/codec.d.ts +7 -0
- package/dist/hooks/apply-patch/errors.d.ts +25 -0
- package/dist/hooks/apply-patch/execution-context.d.ts +27 -0
- package/dist/hooks/apply-patch/index.d.ts +15 -0
- package/dist/hooks/apply-patch/matching.d.ts +26 -0
- package/dist/hooks/apply-patch/operations.d.ts +3 -0
- package/dist/hooks/apply-patch/patch.d.ts +2 -0
- package/dist/hooks/apply-patch/prepared-changes.d.ts +17 -0
- package/dist/hooks/apply-patch/resolution.d.ts +19 -0
- package/dist/hooks/apply-patch/rewrite.d.ts +7 -0
- package/dist/hooks/apply-patch/test-helpers.d.ts +6 -0
- package/dist/hooks/apply-patch/types.d.ts +80 -0
- package/dist/hooks/auto-update-checker/cache.d.ts +11 -0
- package/dist/hooks/auto-update-checker/checker.d.ts +32 -0
- package/dist/hooks/auto-update-checker/constants.d.ts +11 -0
- package/dist/hooks/auto-update-checker/index.d.ts +18 -0
- package/dist/hooks/auto-update-checker/types.d.ts +22 -0
- package/dist/hooks/chat-headers.d.ts +16 -0
- package/dist/hooks/context-pressure-reminder/index.d.ts +33 -0
- package/dist/hooks/delegate-task-retry/guidance.d.ts +2 -0
- package/dist/hooks/delegate-task-retry/hook.d.ts +8 -0
- package/dist/hooks/delegate-task-retry/index.d.ts +4 -0
- package/dist/hooks/delegate-task-retry/patterns.d.ts +11 -0
- package/dist/hooks/filter-available-skills/index.d.ts +32 -0
- package/dist/hooks/foreground-fallback/index.d.ts +72 -0
- package/dist/hooks/image-hook.d.ts +5 -0
- package/dist/hooks/index.d.ts +14 -0
- package/dist/hooks/json-error-recovery/hook.d.ts +18 -0
- package/dist/hooks/json-error-recovery/index.d.ts +1 -0
- package/dist/hooks/phase-reminder/index.d.ts +26 -0
- package/dist/hooks/post-file-tool-nudge/index.d.ts +19 -0
- package/dist/hooks/task-session-manager/index.d.ts +52 -0
- package/dist/hooks/todo-continuation/index.d.ts +53 -0
- package/dist/hooks/todo-continuation/todo-hygiene.d.ts +35 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +31782 -0
- package/dist/mcp/context7.d.ts +6 -0
- package/dist/mcp/grep-app.d.ts +6 -0
- package/dist/mcp/index.d.ts +13 -0
- package/dist/mcp/types.d.ts +12 -0
- package/dist/mcp/websearch.d.ts +9 -0
- package/dist/skills/registry.d.ts +29 -0
- package/dist/subscriptions/accounts-store.d.ts +57 -0
- package/dist/subscriptions/index.d.ts +13 -0
- package/dist/subscriptions/neuralwatt-scraper.d.ts +14 -0
- package/dist/subscriptions/opencode-go-scraper.d.ts +27 -0
- package/dist/subscriptions/types.d.ts +115 -0
- package/dist/subscriptions/usage-service.d.ts +74 -0
- package/dist/tools/ast-grep/cli.d.ts +15 -0
- package/dist/tools/ast-grep/constants.d.ts +25 -0
- package/dist/tools/ast-grep/downloader.d.ts +5 -0
- package/dist/tools/ast-grep/index.d.ts +10 -0
- package/dist/tools/ast-grep/tools.d.ts +3 -0
- package/dist/tools/ast-grep/types.d.ts +30 -0
- package/dist/tools/ast-grep/utils.d.ts +4 -0
- package/dist/tools/delegate.d.ts +14 -0
- package/dist/tools/index.d.ts +5 -0
- package/dist/tools/preset-manager.d.ts +27 -0
- package/dist/tools/smartfetch/binary.d.ts +3 -0
- package/dist/tools/smartfetch/cache.d.ts +6 -0
- package/dist/tools/smartfetch/constants.d.ts +12 -0
- package/dist/tools/smartfetch/index.d.ts +3 -0
- package/dist/tools/smartfetch/network.d.ts +38 -0
- package/dist/tools/smartfetch/secondary-model.d.ts +28 -0
- package/dist/tools/smartfetch/tool.d.ts +3 -0
- package/dist/tools/smartfetch/types.d.ts +122 -0
- package/dist/tools/smartfetch/utils.d.ts +18 -0
- package/dist/tui-state.d.ts +168 -0
- package/dist/tui.d.ts +37 -0
- package/dist/tui.js +1896 -0
- package/dist/utils/agent-variant.d.ts +63 -0
- package/dist/utils/compat.d.ts +30 -0
- package/dist/utils/env.d.ts +1 -0
- package/dist/utils/index.d.ts +9 -0
- package/dist/utils/internal-initiator.d.ts +6 -0
- package/dist/utils/logger.d.ts +8 -0
- package/dist/utils/polling.d.ts +21 -0
- package/dist/utils/session-manager.d.ts +55 -0
- package/dist/utils/session.d.ts +90 -0
- package/dist/utils/subagent-depth.d.ts +35 -0
- package/dist/utils/system-collapse.d.ts +6 -0
- package/dist/utils/task.d.ts +4 -0
- package/dist/utils/zip-extractor.d.ts +1 -0
- package/index.ts +1 -0
- package/opencode-dux.schema.json +634 -0
- package/package.json +103 -0
- package/src/agents/descriptions.ts +55 -0
- package/src/agents/designer.test.ts +86 -0
- package/src/agents/designer.ts +154 -0
- package/src/agents/display-name.test.ts +186 -0
- package/src/agents/explorer.test.ts +79 -0
- package/src/agents/explorer.ts +144 -0
- package/src/agents/fixer.test.ts +79 -0
- package/src/agents/fixer.ts +145 -0
- package/src/agents/index.test.ts +472 -0
- package/src/agents/index.ts +248 -0
- package/src/agents/interpreter.ts +136 -0
- package/src/agents/librarian.test.ts +80 -0
- package/src/agents/librarian.ts +145 -0
- package/src/agents/oracle.test.ts +89 -0
- package/src/agents/oracle.ts +184 -0
- package/src/agents/orchestrator.test.ts +116 -0
- package/src/agents/orchestrator.ts +574 -0
- package/src/agents/overrides.ts +95 -0
- package/src/agents/prompt-blocks.test.ts +114 -0
- package/src/agents/prompt-blocks.ts +640 -0
- package/src/agents/steward.ts +146 -0
- package/src/cli/config-io.test.ts +536 -0
- package/src/cli/config-io.ts +473 -0
- package/src/cli/config-manager.test.ts +141 -0
- package/src/cli/config-manager.ts +4 -0
- package/src/cli/index.ts +88 -0
- package/src/cli/install.ts +282 -0
- package/src/cli/mcps.test.ts +62 -0
- package/src/cli/mcps.ts +39 -0
- package/src/cli/model-key-normalization.test.ts +21 -0
- package/src/cli/model-key-normalization.ts +60 -0
- package/src/cli/paths.test.ts +167 -0
- package/src/cli/paths.ts +144 -0
- package/src/cli/providers.test.ts +118 -0
- package/src/cli/providers.ts +141 -0
- package/src/cli/skills.test.ts +111 -0
- package/src/cli/skills.ts +103 -0
- package/src/cli/system.test.ts +91 -0
- package/src/cli/system.ts +180 -0
- package/src/cli/types.ts +43 -0
- package/src/config/constants.ts +58 -0
- package/src/config/index.ts +4 -0
- package/src/config/loader.test.ts +1194 -0
- package/src/config/loader.ts +269 -0
- package/src/config/model-resolution.test.ts +176 -0
- package/src/config/runtime-preset.test.ts +61 -0
- package/src/config/runtime-preset.ts +37 -0
- package/src/config/schema.ts +248 -0
- package/src/config/utils.test.ts +41 -0
- package/src/config/utils.ts +23 -0
- package/src/discovery/local/types.ts +85 -0
- package/src/discovery/local.ts +322 -0
- package/src/discovery/mcp-servers.ts +804 -0
- package/src/discovery/skills.ts +959 -0
- package/src/hooks/apply-patch/codec.test.ts +184 -0
- package/src/hooks/apply-patch/codec.ts +352 -0
- package/src/hooks/apply-patch/errors.ts +117 -0
- package/src/hooks/apply-patch/execution-context.ts +432 -0
- package/src/hooks/apply-patch/hook.test.ts +768 -0
- package/src/hooks/apply-patch/index.ts +126 -0
- package/src/hooks/apply-patch/matching.test.ts +215 -0
- package/src/hooks/apply-patch/matching.ts +586 -0
- package/src/hooks/apply-patch/operations.test.ts +1535 -0
- package/src/hooks/apply-patch/operations.ts +3 -0
- package/src/hooks/apply-patch/patch.ts +9 -0
- package/src/hooks/apply-patch/prepared-changes.ts +400 -0
- package/src/hooks/apply-patch/resolution.test.ts +420 -0
- package/src/hooks/apply-patch/resolution.ts +437 -0
- package/src/hooks/apply-patch/rewrite.ts +496 -0
- package/src/hooks/apply-patch/test-helpers.ts +52 -0
- package/src/hooks/apply-patch/types.ts +111 -0
- package/src/hooks/auto-update-checker/cache.test.ts +179 -0
- package/src/hooks/auto-update-checker/cache.ts +188 -0
- package/src/hooks/auto-update-checker/checker.test.ts +159 -0
- package/src/hooks/auto-update-checker/checker.ts +308 -0
- package/src/hooks/auto-update-checker/constants.ts +33 -0
- package/src/hooks/auto-update-checker/index.test.ts +282 -0
- package/src/hooks/auto-update-checker/index.ts +225 -0
- package/src/hooks/auto-update-checker/types.ts +26 -0
- package/src/hooks/chat-headers.test.ts +236 -0
- package/src/hooks/chat-headers.ts +97 -0
- package/src/hooks/context-pressure-reminder/index.test.ts +179 -0
- package/src/hooks/context-pressure-reminder/index.ts +137 -0
- package/src/hooks/delegate-task-retry/guidance.ts +41 -0
- package/src/hooks/delegate-task-retry/hook.ts +23 -0
- package/src/hooks/delegate-task-retry/index.test.ts +38 -0
- package/src/hooks/delegate-task-retry/index.ts +7 -0
- package/src/hooks/delegate-task-retry/patterns.ts +79 -0
- package/src/hooks/filter-available-skills/index.test.ts +297 -0
- package/src/hooks/filter-available-skills/index.ts +160 -0
- package/src/hooks/foreground-fallback/index.test.ts +624 -0
- package/src/hooks/foreground-fallback/index.ts +374 -0
- package/src/hooks/image-hook.ts +6 -0
- package/src/hooks/index.ts +17 -0
- package/src/hooks/json-error-recovery/hook.ts +73 -0
- package/src/hooks/json-error-recovery/index.test.ts +111 -0
- package/src/hooks/json-error-recovery/index.ts +6 -0
- package/src/hooks/phase-reminder/index.test.ts +74 -0
- package/src/hooks/phase-reminder/index.ts +85 -0
- package/src/hooks/post-file-tool-nudge/index.test.ts +94 -0
- package/src/hooks/post-file-tool-nudge/index.ts +63 -0
- package/src/hooks/task-session-manager/index.test.ts +833 -0
- package/src/hooks/task-session-manager/index.ts +434 -0
- package/src/hooks/todo-continuation/index.test.ts +3026 -0
- package/src/hooks/todo-continuation/index.ts +878 -0
- package/src/hooks/todo-continuation/todo-hygiene.test.ts +204 -0
- package/src/hooks/todo-continuation/todo-hygiene.ts +207 -0
- package/src/index.ts +1672 -0
- package/src/mcp/context7.ts +14 -0
- package/src/mcp/grep-app.ts +11 -0
- package/src/mcp/index.test.ts +96 -0
- package/src/mcp/index.ts +66 -0
- package/src/mcp/types.ts +16 -0
- package/src/mcp/websearch.ts +47 -0
- package/src/skills/codemap/README.md +60 -0
- package/src/skills/codemap/SKILL.md +174 -0
- package/src/skills/codemap/scripts/codemap.mjs +483 -0
- package/src/skills/codemap/scripts/codemap.test.ts +129 -0
- package/src/skills/registry.ts +218 -0
- package/src/skills/simplify/README.md +19 -0
- package/src/skills/simplify/SKILL.md +138 -0
- package/src/subscriptions/accounts-store.test.ts +236 -0
- package/src/subscriptions/accounts-store.ts +184 -0
- package/src/subscriptions/index.ts +30 -0
- package/src/subscriptions/neuralwatt-scraper.ts +108 -0
- package/src/subscriptions/opencode-go-scraper.ts +301 -0
- package/src/subscriptions/types.ts +145 -0
- package/src/subscriptions/usage-service.test.ts +202 -0
- package/src/subscriptions/usage-service.ts +651 -0
- package/src/tools/ast-grep/cli.ts +257 -0
- package/src/tools/ast-grep/constants.ts +214 -0
- package/src/tools/ast-grep/downloader.ts +131 -0
- package/src/tools/ast-grep/index.ts +24 -0
- package/src/tools/ast-grep/tools.ts +117 -0
- package/src/tools/ast-grep/types.ts +51 -0
- package/src/tools/ast-grep/utils.ts +126 -0
- package/src/tools/delegate-handoff.test.ts +18 -0
- package/src/tools/delegate.ts +508 -0
- package/src/tools/index.ts +8 -0
- package/src/tools/preset-manager.test.ts +795 -0
- package/src/tools/preset-manager.ts +332 -0
- package/src/tools/smartfetch/binary.ts +58 -0
- package/src/tools/smartfetch/cache.test.ts +34 -0
- package/src/tools/smartfetch/cache.ts +112 -0
- package/src/tools/smartfetch/constants.ts +29 -0
- package/src/tools/smartfetch/index.ts +8 -0
- package/src/tools/smartfetch/network.test.ts +178 -0
- package/src/tools/smartfetch/network.ts +614 -0
- package/src/tools/smartfetch/secondary-model.test.ts +85 -0
- package/src/tools/smartfetch/secondary-model.ts +276 -0
- package/src/tools/smartfetch/tool.test.ts +60 -0
- package/src/tools/smartfetch/tool.ts +832 -0
- package/src/tools/smartfetch/types.ts +135 -0
- package/src/tools/smartfetch/utils.test.ts +24 -0
- package/src/tools/smartfetch/utils.ts +456 -0
- package/src/tui-state.test.ts +867 -0
- package/src/tui-state.ts +1255 -0
- package/src/tui.test.ts +336 -0
- package/src/tui.ts +1539 -0
- package/src/utils/agent-variant.test.ts +244 -0
- package/src/utils/agent-variant.ts +187 -0
- package/src/utils/compat.ts +91 -0
- package/src/utils/env.ts +12 -0
- package/src/utils/index.ts +9 -0
- package/src/utils/internal-initiator.ts +28 -0
- package/src/utils/logger.test.ts +220 -0
- package/src/utils/logger.ts +136 -0
- package/src/utils/polling.test.ts +191 -0
- package/src/utils/polling.ts +67 -0
- package/src/utils/session-manager.test.ts +173 -0
- package/src/utils/session-manager.ts +356 -0
- package/src/utils/session.test.ts +110 -0
- package/src/utils/session.ts +389 -0
- package/src/utils/subagent-depth.test.ts +170 -0
- package/src/utils/subagent-depth.ts +75 -0
- package/src/utils/system-collapse.test.ts +86 -0
- package/src/utils/system-collapse.ts +24 -0
- package/src/utils/task.test.ts +24 -0
- package/src/utils/task.ts +20 -0
- package/src/utils/zip-extractor.ts +102 -0
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
import { describe, expect, test } from 'bun:test';
|
|
2
|
+
import {
|
|
3
|
+
createTodoHygiene,
|
|
4
|
+
TODO_FINAL_ACTIVE_REMINDER,
|
|
5
|
+
TODO_HYGIENE_REMINDER,
|
|
6
|
+
} from './todo-hygiene';
|
|
7
|
+
|
|
8
|
+
function createState(
|
|
9
|
+
overrides?: Partial<{
|
|
10
|
+
hasOpenTodos: boolean;
|
|
11
|
+
openCount: number;
|
|
12
|
+
inProgressCount: number;
|
|
13
|
+
pendingCount: number;
|
|
14
|
+
}>,
|
|
15
|
+
) {
|
|
16
|
+
return {
|
|
17
|
+
hasOpenTodos: overrides?.hasOpenTodos ?? true,
|
|
18
|
+
openCount: overrides?.openCount ?? 1,
|
|
19
|
+
inProgressCount: overrides?.inProgressCount ?? 0,
|
|
20
|
+
pendingCount: overrides?.pendingCount ?? 1,
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
describe('todo hygiene', () => {
|
|
25
|
+
test('new request clears pending state from the previous turn', async () => {
|
|
26
|
+
const hook = createTodoHygiene({
|
|
27
|
+
getTodoState: async () => createState(),
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
hook.handleRequestStart({ sessionID: 's1' });
|
|
31
|
+
await hook.handleToolExecuteAfter({ tool: 'todowrite', sessionID: 's1' });
|
|
32
|
+
await hook.handleToolExecuteAfter({ tool: 'read', sessionID: 's1' });
|
|
33
|
+
hook.handleRequestStart({ sessionID: 's1' });
|
|
34
|
+
|
|
35
|
+
expect(hook.getPendingReminder('s1')).toBeNull();
|
|
36
|
+
|
|
37
|
+
await hook.handleToolExecuteAfter({ tool: 'todowrite', sessionID: 's1' });
|
|
38
|
+
await hook.handleToolExecuteAfter({ tool: 'read', sessionID: 's1' });
|
|
39
|
+
|
|
40
|
+
expect(hook.getPendingReminder('s1')).toBe(TODO_HYGIENE_REMINDER);
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
test('does not arm before the current request calls todowrite', async () => {
|
|
44
|
+
const hook = createTodoHygiene({
|
|
45
|
+
getTodoState: async () => createState(),
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
hook.handleRequestStart({ sessionID: 's1' });
|
|
49
|
+
await hook.handleToolExecuteAfter({ tool: 'read', sessionID: 's1' });
|
|
50
|
+
|
|
51
|
+
expect(hook.getPendingReminder('s1')).toBeNull();
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
test('arms after the first relevant tool following todowrite', async () => {
|
|
55
|
+
const hook = createTodoHygiene({
|
|
56
|
+
getTodoState: async () => createState(),
|
|
57
|
+
});
|
|
58
|
+
|
|
59
|
+
hook.handleRequestStart({ sessionID: 's1' });
|
|
60
|
+
await hook.handleToolExecuteAfter({ tool: 'todowrite', sessionID: 's1' });
|
|
61
|
+
await hook.handleToolExecuteAfter({ tool: 'read', sessionID: 's1' });
|
|
62
|
+
|
|
63
|
+
expect(hook.getPendingReminder('s1')).toBe(TODO_HYGIENE_REMINDER);
|
|
64
|
+
expect(hook.getPendingReminder('s1')).toBe(TODO_HYGIENE_REMINDER);
|
|
65
|
+
|
|
66
|
+
hook.handleRequestStart({ sessionID: 's1' });
|
|
67
|
+
expect(hook.getPendingReminder('s1')).toBeNull();
|
|
68
|
+
});
|
|
69
|
+
|
|
70
|
+
test('upgrades to final-active on a later round', async () => {
|
|
71
|
+
let call = 0;
|
|
72
|
+
const hook = createTodoHygiene({
|
|
73
|
+
getTodoState: async () => {
|
|
74
|
+
call++;
|
|
75
|
+
if (call <= 3) return createState();
|
|
76
|
+
return createState({
|
|
77
|
+
openCount: 1,
|
|
78
|
+
inProgressCount: 1,
|
|
79
|
+
pendingCount: 0,
|
|
80
|
+
});
|
|
81
|
+
},
|
|
82
|
+
});
|
|
83
|
+
|
|
84
|
+
hook.handleRequestStart({ sessionID: 's1' });
|
|
85
|
+
await hook.handleToolExecuteAfter({ tool: 'todowrite', sessionID: 's1' });
|
|
86
|
+
await hook.handleToolExecuteAfter({ tool: 'read', sessionID: 's1' });
|
|
87
|
+
expect(hook.getPendingReminder('s1')).toBe(TODO_HYGIENE_REMINDER);
|
|
88
|
+
|
|
89
|
+
hook.handleRequestStart({ sessionID: 's1' });
|
|
90
|
+
await hook.handleToolExecuteAfter({ tool: 'todowrite', sessionID: 's1' });
|
|
91
|
+
await hook.handleToolExecuteAfter({ tool: 'read', sessionID: 's1' });
|
|
92
|
+
expect(hook.getPendingReminder('s1')).toBe(TODO_FINAL_ACTIVE_REMINDER);
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
test('todowrite can arm final-active immediately', async () => {
|
|
96
|
+
const hook = createTodoHygiene({
|
|
97
|
+
getTodoState: async () =>
|
|
98
|
+
createState({
|
|
99
|
+
openCount: 1,
|
|
100
|
+
inProgressCount: 1,
|
|
101
|
+
pendingCount: 0,
|
|
102
|
+
}),
|
|
103
|
+
});
|
|
104
|
+
|
|
105
|
+
hook.handleRequestStart({ sessionID: 's1' });
|
|
106
|
+
await hook.handleToolExecuteAfter({ tool: 'todowrite', sessionID: 's1' });
|
|
107
|
+
|
|
108
|
+
expect(hook.getPendingReminder('s1')).toBe(TODO_FINAL_ACTIVE_REMINDER);
|
|
109
|
+
});
|
|
110
|
+
|
|
111
|
+
test('once final-active is armed, later tools skip extra todo lookups in the same round', async () => {
|
|
112
|
+
let calls = 0;
|
|
113
|
+
const hook = createTodoHygiene({
|
|
114
|
+
getTodoState: async () => {
|
|
115
|
+
calls++;
|
|
116
|
+
return createState({
|
|
117
|
+
openCount: 1,
|
|
118
|
+
inProgressCount: 1,
|
|
119
|
+
pendingCount: 0,
|
|
120
|
+
});
|
|
121
|
+
},
|
|
122
|
+
});
|
|
123
|
+
|
|
124
|
+
hook.handleRequestStart({ sessionID: 's1' });
|
|
125
|
+
await hook.handleToolExecuteAfter({ tool: 'todowrite', sessionID: 's1' });
|
|
126
|
+
await hook.handleToolExecuteAfter({ tool: 'read', sessionID: 's1' });
|
|
127
|
+
await hook.handleToolExecuteAfter({ tool: 'grep', sessionID: 's1' });
|
|
128
|
+
|
|
129
|
+
expect(calls).toBe(1);
|
|
130
|
+
});
|
|
131
|
+
|
|
132
|
+
test('shouldInject rejection prevents reset lookup and reminders', async () => {
|
|
133
|
+
let calls = 0;
|
|
134
|
+
const hook = createTodoHygiene({
|
|
135
|
+
getTodoState: async () => {
|
|
136
|
+
calls++;
|
|
137
|
+
return createState({
|
|
138
|
+
openCount: 1,
|
|
139
|
+
inProgressCount: 1,
|
|
140
|
+
pendingCount: 0,
|
|
141
|
+
});
|
|
142
|
+
},
|
|
143
|
+
shouldInject: () => false,
|
|
144
|
+
});
|
|
145
|
+
|
|
146
|
+
hook.handleRequestStart({ sessionID: 's1' });
|
|
147
|
+
await hook.handleToolExecuteAfter({ tool: 'todowrite', sessionID: 's1' });
|
|
148
|
+
await hook.handleToolExecuteAfter({ tool: 'read', sessionID: 's1' });
|
|
149
|
+
|
|
150
|
+
expect(calls).toBe(0);
|
|
151
|
+
expect(hook.getPendingReminder('s1')).toBeNull();
|
|
152
|
+
});
|
|
153
|
+
|
|
154
|
+
test('reading a pending reminder does not inspect todos', async () => {
|
|
155
|
+
let fail = false;
|
|
156
|
+
const hook = createTodoHygiene({
|
|
157
|
+
getTodoState: async () => {
|
|
158
|
+
if (fail) throw new Error('boom');
|
|
159
|
+
return createState();
|
|
160
|
+
},
|
|
161
|
+
});
|
|
162
|
+
|
|
163
|
+
hook.handleRequestStart({ sessionID: 's1' });
|
|
164
|
+
await hook.handleToolExecuteAfter({ tool: 'todowrite', sessionID: 's1' });
|
|
165
|
+
await hook.handleToolExecuteAfter({ tool: 'read', sessionID: 's1' });
|
|
166
|
+
fail = true;
|
|
167
|
+
|
|
168
|
+
expect(hook.getPendingReminder('s1')).toBe(TODO_HYGIENE_REMINDER);
|
|
169
|
+
});
|
|
170
|
+
|
|
171
|
+
test('todowrite lookup failures do not disable the current request', async () => {
|
|
172
|
+
let fail = false;
|
|
173
|
+
const hook = createTodoHygiene({
|
|
174
|
+
getTodoState: async () => {
|
|
175
|
+
if (fail) throw new Error('boom');
|
|
176
|
+
return createState();
|
|
177
|
+
},
|
|
178
|
+
});
|
|
179
|
+
|
|
180
|
+
hook.handleRequestStart({ sessionID: 's1' });
|
|
181
|
+
fail = true;
|
|
182
|
+
await hook.handleToolExecuteAfter({ tool: 'todowrite', sessionID: 's1' });
|
|
183
|
+
fail = false;
|
|
184
|
+
await hook.handleToolExecuteAfter({ tool: 'read', sessionID: 's1' });
|
|
185
|
+
|
|
186
|
+
expect(hook.getPendingReminder('s1')).toBe(TODO_HYGIENE_REMINDER);
|
|
187
|
+
});
|
|
188
|
+
|
|
189
|
+
test('session.deleted clears all state', async () => {
|
|
190
|
+
const hook = createTodoHygiene({
|
|
191
|
+
getTodoState: async () => createState(),
|
|
192
|
+
});
|
|
193
|
+
|
|
194
|
+
hook.handleRequestStart({ sessionID: 's1' });
|
|
195
|
+
await hook.handleToolExecuteAfter({ tool: 'todowrite', sessionID: 's1' });
|
|
196
|
+
await hook.handleToolExecuteAfter({ tool: 'read', sessionID: 's1' });
|
|
197
|
+
hook.handleEvent({
|
|
198
|
+
type: 'session.deleted',
|
|
199
|
+
properties: { info: { id: 's1' } },
|
|
200
|
+
});
|
|
201
|
+
|
|
202
|
+
expect(hook.getPendingReminder('s1')).toBeNull();
|
|
203
|
+
});
|
|
204
|
+
});
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
export const TODO_HYGIENE_REMINDER =
|
|
2
|
+
'If the active task changed or finished, update the todo list to match the current work state.';
|
|
3
|
+
export const TODO_FINAL_ACTIVE_REMINDER =
|
|
4
|
+
'If you are finishing now, do not leave the active todo in_progress. Mark it completed, or move unfinished work back to pending.';
|
|
5
|
+
|
|
6
|
+
const RESET = new Set(['todowrite']);
|
|
7
|
+
const IGNORE = new Set(['auto_continue']);
|
|
8
|
+
|
|
9
|
+
type Reason = 'general' | 'final_active';
|
|
10
|
+
|
|
11
|
+
interface ToolInput {
|
|
12
|
+
tool: string;
|
|
13
|
+
sessionID?: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
interface EventInput {
|
|
17
|
+
type: string;
|
|
18
|
+
properties?: {
|
|
19
|
+
info?: { id?: string };
|
|
20
|
+
sessionID?: string;
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
interface RequestStartInput {
|
|
25
|
+
sessionID: string;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
interface Options {
|
|
29
|
+
getTodoState: (sessionID: string) => Promise<{
|
|
30
|
+
hasOpenTodos: boolean;
|
|
31
|
+
openCount: number;
|
|
32
|
+
inProgressCount: number;
|
|
33
|
+
pendingCount: number;
|
|
34
|
+
}>;
|
|
35
|
+
shouldInject?: (sessionID: string) => boolean;
|
|
36
|
+
log?: (message: string, meta?: Record<string, unknown>) => void;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export function createTodoHygiene(options: Options) {
|
|
40
|
+
const pending = new Map<string, Set<Reason>>();
|
|
41
|
+
const active = new Set<string>();
|
|
42
|
+
|
|
43
|
+
function clearCycle(sessionID: string): void {
|
|
44
|
+
pending.delete(sessionID);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
function clear(sessionID: string): void {
|
|
48
|
+
clearCycle(sessionID);
|
|
49
|
+
active.delete(sessionID);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
function isFinalActive(state: {
|
|
53
|
+
openCount: number;
|
|
54
|
+
inProgressCount: number;
|
|
55
|
+
pendingCount: number;
|
|
56
|
+
}): boolean {
|
|
57
|
+
return (
|
|
58
|
+
state.inProgressCount === 1 &&
|
|
59
|
+
state.pendingCount === 0 &&
|
|
60
|
+
state.openCount === 1
|
|
61
|
+
);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
function mark(sessionID: string, reason: Reason): void {
|
|
65
|
+
const reasons = pending.get(sessionID) ?? new Set<Reason>();
|
|
66
|
+
reasons.add(reason);
|
|
67
|
+
pending.set(sessionID, reasons);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
function pick(reasons: Set<Reason>): string {
|
|
71
|
+
if (reasons.has('final_active')) {
|
|
72
|
+
return TODO_FINAL_ACTIVE_REMINDER;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
return TODO_HYGIENE_REMINDER;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
return {
|
|
79
|
+
handleRequestStart(input: RequestStartInput): void {
|
|
80
|
+
clear(input.sessionID);
|
|
81
|
+
},
|
|
82
|
+
|
|
83
|
+
async handleToolExecuteAfter(
|
|
84
|
+
input: ToolInput,
|
|
85
|
+
_output?: unknown,
|
|
86
|
+
): Promise<void> {
|
|
87
|
+
if (!input.sessionID) {
|
|
88
|
+
return;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
const tool = input.tool.toLowerCase();
|
|
92
|
+
if (IGNORE.has(tool)) {
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
try {
|
|
97
|
+
if (RESET.has(tool)) {
|
|
98
|
+
if (options.shouldInject && !options.shouldInject(input.sessionID)) {
|
|
99
|
+
clear(input.sessionID);
|
|
100
|
+
return;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
active.add(input.sessionID);
|
|
104
|
+
clearCycle(input.sessionID);
|
|
105
|
+
const state = await options.getTodoState(input.sessionID);
|
|
106
|
+
if (!state.hasOpenTodos) {
|
|
107
|
+
active.delete(input.sessionID);
|
|
108
|
+
options.log?.('Cleared todo hygiene cycle', {
|
|
109
|
+
sessionID: input.sessionID,
|
|
110
|
+
tool,
|
|
111
|
+
});
|
|
112
|
+
return;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
if (!isFinalActive(state)) {
|
|
116
|
+
options.log?.('Reset todo hygiene cycle', {
|
|
117
|
+
sessionID: input.sessionID,
|
|
118
|
+
tool,
|
|
119
|
+
});
|
|
120
|
+
return;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
mark(input.sessionID, 'final_active');
|
|
124
|
+
options.log?.('Armed final-active todo hygiene reminder', {
|
|
125
|
+
sessionID: input.sessionID,
|
|
126
|
+
tool,
|
|
127
|
+
});
|
|
128
|
+
return;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
if (!active.has(input.sessionID)) {
|
|
132
|
+
return;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
if (pending.get(input.sessionID)?.has('final_active')) {
|
|
136
|
+
return;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
if (options.shouldInject && !options.shouldInject(input.sessionID)) {
|
|
140
|
+
clear(input.sessionID);
|
|
141
|
+
return;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
const state = await options.getTodoState(input.sessionID);
|
|
145
|
+
if (!state.hasOpenTodos) {
|
|
146
|
+
clear(input.sessionID);
|
|
147
|
+
return;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
if (isFinalActive(state)) {
|
|
151
|
+
mark(input.sessionID, 'final_active');
|
|
152
|
+
} else {
|
|
153
|
+
mark(input.sessionID, 'general');
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
options.log?.('Armed todo hygiene reminder', {
|
|
157
|
+
sessionID: input.sessionID,
|
|
158
|
+
tool,
|
|
159
|
+
reasons: Array.from(pending.get(input.sessionID) ?? []),
|
|
160
|
+
});
|
|
161
|
+
} catch (error) {
|
|
162
|
+
options.log?.(
|
|
163
|
+
'Skipped todo hygiene reminder: failed to inspect todos',
|
|
164
|
+
{
|
|
165
|
+
sessionID: input.sessionID,
|
|
166
|
+
tool,
|
|
167
|
+
error: error instanceof Error ? error.message : String(error),
|
|
168
|
+
},
|
|
169
|
+
);
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
|
|
173
|
+
getPendingReminder(sessionID: string): string | null {
|
|
174
|
+
const reasons = pending.get(sessionID);
|
|
175
|
+
if (!reasons || reasons.size === 0) {
|
|
176
|
+
return null;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
if (options.shouldInject && !options.shouldInject(sessionID)) {
|
|
180
|
+
clear(sessionID);
|
|
181
|
+
return null;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
const reminder = pick(reasons);
|
|
185
|
+
options.log?.('Read todo hygiene reminder', {
|
|
186
|
+
sessionID,
|
|
187
|
+
reminder,
|
|
188
|
+
reasons: Array.from(reasons),
|
|
189
|
+
});
|
|
190
|
+
return reminder;
|
|
191
|
+
},
|
|
192
|
+
|
|
193
|
+
handleEvent(event: EventInput): void {
|
|
194
|
+
if (event.type !== 'session.deleted') {
|
|
195
|
+
return;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
const sessionID =
|
|
199
|
+
event.properties?.sessionID ?? event.properties?.info?.id;
|
|
200
|
+
if (!sessionID) {
|
|
201
|
+
return;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
clear(sessionID);
|
|
205
|
+
},
|
|
206
|
+
};
|
|
207
|
+
}
|