Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
aaeb8e5
feat(core): output handle store + shared schemas (refs #887)
shaun0927 May 12, 2026
e380431
feat(tools): oc_output_fetch tool with pagination + tier-1 registrati…
shaun0927 May 12, 2026
c2d23b2
feat(cli,journal): output-handle TTL flags + output_handle_created ev…
shaun0927 May 12, 2026
afd03c5
feat(tools): output_mode parameter on 5 large-output tools (refs #887)
shaun0927 May 12, 2026
0c19693
test(core): output-handles unit + integration coverage (refs #887)
shaun0927 May 12, 2026
acc8ba7
fix(extract-data): type multipleInlineResult as MCPResult to satisfy …
shaun0927 May 12, 2026
4420f46
test: align task-journal + cursor-verification tests with #887 surfac…
shaun0927 May 12, 2026
0e298a4
Harden output handle retrieval and eviction
shaun0927 May 12, 2026
a6f0266
Drop unused handle preview parameter
shaun0927 May 12, 2026
3689501
Align Cursor tier-one count with current tool surface
shaun0927 May 12, 2026
dbf0aee
Normalize console capture fixture newlines
shaun0927 May 12, 2026
9fe178a
Harden admin key stdout assertion against worker noise
shaun0927 May 12, 2026
538b895
Refresh branch fixtures after s2c merge
shaun0927 May 12, 2026
cde51ae
Merge develop into feat/887-output-handles
shaun0927 May 13, 2026
a67ead0
Merge develop into feat/887-output-handles (auto-resolve, take-ours)
shaun0927 May 13, 2026
b01d6ae
fix(938): restore develop read-page/crawl.ts exports lost in conflict…
shaun0927 May 13, 2026
f60bb26
Merge develop into feat/887-output-handles
shaun0927 May 13, 2026
91947a7
fix(938): restore develop's journal + mcp-server, add recordOutputHan…
shaun0927 May 13, 2026
cfbdda5
Merge develop into feat/887-output-handles
shaun0927 May 13, 2026
4cc4160
Merge develop into feat/887-output-handles
shaun0927 May 13, 2026
f5a7765
fix(938): restore develop's index.ts with --introspect-tools-list
shaun0927 May 13, 2026
1695f99
Merge develop into feat/887-output-handles
shaun0927 May 13, 2026
88cc739
Merge develop into feat/887-output-handles
shaun0927 May 13, 2026
ac53ae8
Merge remote-tracking branch 'origin/feat/887-output-handles' into au…
shaun0927 May 13, 2026
2629763
Merge develop into feat/887-output-handles
shaun0927 May 13, 2026
6fdfe15
fix(938): add TOOL_CAPABILITIES + capability + optional annotations
shaun0927 May 13, 2026
55ca3ad
fix(938): add REQUIRED prefix to oc_output_fetch.output_handle descri…
shaun0927 May 13, 2026
2042730
fix(938): restore TOOL_CAPABILITY_MAP and capability injection on too…
shaun0927 May 13, 2026
f0c6ee8
fix(938): wire purgeExpired into lifecycle and reject items format on…
shaun0927 May 13, 2026
500d495
Merge branch 'develop' into feat/887-output-handles
shaun0927 May 13, 2026
f104668
Keep output-handle PR compatible with existing tool contracts
shaun0927 May 13, 2026
b7dfaf0
Keep Cursor tool discovery test resilient to tier growth
shaun0927 May 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/config/tool-tiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const TOOL_TIERS: Record<string, ToolTier> = {
oc_evidence_bundle: 1, // src/tools/oc-evidence-bundle.ts — Outcome Contracts evidence bundle capture (#792)
oc_skill_record: 1, // src/tools/oc-skill-record.ts — skill memory write surface (#785)
oc_skill_recall: 1, // src/tools/oc-skill-recall.ts — skill memory read surface (#785)
oc_output_fetch: 1, // src/tools/oc-output-fetch.ts — 2-stage fetch for large-output tools (#887)

// Tier 2: Specialist (on demand)
extract_data: 2, // src/tools/extract-data.ts — structured extraction (#571)
Expand Down
Loading
Loading