You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/superpowers/specs/2026-07-25-create-thread-capability-evidence-design.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# TFD create_thread Capability Evidence Design
2
2
3
-
**Status:** Approved design for implementation planning
4
-
**Date:** 2026-07-25
3
+
**Status:** Approved design for implementation planning
4
+
**Date:** 2026-07-25
5
5
**Scope:** Add current-session `create_thread` tool-schema evidence to the live model scanner without weakening the existing account-catalog or `spawn_agent` evidence boundaries.
6
6
7
7
## 1. Problem
@@ -18,7 +18,7 @@ TFD 2.1.0 correctly scans the active Codex account model catalog and accepts the
18
18
}
19
19
```
20
20
21
-
Live acceptance on 2026-07-25 proved that the current `create_thread`schema advertises and successfully executes all seven visible account models. The scanner cannot represent that evidence, so its machine-readable backend result diverges from the Coordinator's live tool evidence.
21
+
Live acceptance on 2026-07-25 proved that current `create_thread`tool metadata advertises seven visible account-model identifiers and that supplying those identifiers produces a seven-model account/backend metadata intersection. It did not prove seven completed invocations. The scanner cannot represent that evidence, so its machine-readable backend result diverges from the Coordinator's live tool evidence.
Copy file name to clipboardExpand all lines: plugins/tfd/skills/team/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Choose no fixed roster size. Include a role only when it adds a required special
52
52
53
53
## Verify live model evidence
54
54
55
-
Before proposing a roster, the Coordinator must read the current create_thread model allowlist from live tool metadata and the current spawn_agent model allowlist from live tool metadata. Pass every exact current-session identifier to `<plugin-root>/scripts/model_catalog.py`once for its backend. For spawn_agent, pass every exact model name to `<plugin-root>/scripts/model_catalog.py` as a repeated `--runtime-allowed-model` argument. Use this pattern:
55
+
Before proposing a roster, the Coordinator must read the current create_thread model allowlist from live tool metadata and the current spawn_agent model allowlist from live tool metadata. Pass each exact create_thread model identifier once with its own repeated `--create-thread-model` flag. For spawn_agent, pass every exact model name to `<plugin-root>/scripts/model_catalog.py` as a repeated `--runtime-allowed-model` argument. Use this pattern:
0 commit comments