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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# github-copilot readiness manifest (x-83e7) - full-roster parity port from
# the reference manifest for github-copilot (the reference id
# "copilot") per ADAPTING.md. Resolved under the agent key "copilot" (see the
# bundled_manifest arm), mirroring the reference's own agent->file mapping.
#
# UNVALIDATED + INERT: copilot has no fno provider host (no build_pane_argv arm /
# provider impl), so scrape_targets never selects it and this manifest is
# bundled-but-dormant (like opencode). Markers are reference-derived, NOT pinned
# against a live copilot TUI. Our engine is case-sensitive and the reference engine is not, so
# these lowercase needles under-fire until smoke-pinned - the conservative
# never-false-ready direction (readiness OQ#9). State vocab + arbitration: see
# codex.toml.
#
# Priority (highest wins): 300 selection_blocker (blocked) > 100 cancel (working).
# The selection menu (esc cancel + enter select/confirm/submit/accept) outranks
# the bare cancel-hint so a live menu never reads as plain working.
= 1
[[]]
= "selection_blocker"
= "blocked"
= 300
= "whole_recent"
= { = [
{ = [ { = "esc to cancel" }, { = "esc cancel" } ] },
{ = [
{ = "enter to select" },
{ = "enter to confirm" },
{ = "enter to submit" },
{ = "enter accept" },
] },
] }
[[]]
= "working_cancel_hint"
= "working"
= 100
= "whole_recent"
= { = [
{ = "esc to cancel" },
{ = "esc cancel" },
{ = "esc again to cancel" },
] }