-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcordis.patch.yml
More file actions
25 lines (24 loc) · 1.19 KB
/
Copy pathcordis.patch.yml
File metadata and controls
25 lines (24 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# taskfold bundle patch: registers the taskfold tool family (task_begin /
# task_end / list_folds / fold_recall) at the host plane (profile bundle
# layer). Tools land in the global tools registry — every session of every
# preset sees them.
#
# Row ids (cmpct-region / cmpct-stats) are legacy-stable on purpose:
# renaming a mounted id orphans installed copies on upgrade, so they keep
# their historical names even though the files are the taskfold sources.
#
# The compaction engine resolves LAZILY inside the plugin and is ALWAYS the
# plugin's own ScopedEngine (span-scoped summarizer; auto:false; imported on
# demand — bare specifier first, then a file-URL fallback walking up from
# host anchors). A realm-registered engine, if any, is left to serve AUTO
# compaction. No compaction row is required here.
#
# COLLISION WARNING: never mount this bundle alongside a preset that already
# carries its own taskfold-era rows (registered under the legacy cmpct ids,
# e.g. the cmpct agent preset) — tool names live in a shared registry and
# duplicate registration fails.
- insert:
- id: cmpct-region
name: './plugins/compact-region.mjs'
- id: cmpct-stats
name: './plugins/compact-stats.mjs'