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
# kilo readiness manifest (x-83e7) - full-roster parity port from
# the reference manifest for kilo per ADAPTING.md. kilo shares
# opencode's TUI chrome, so opencode_permission mirrors opencode.toml's rule.
#
# UNVALIDATED + INERT: kilo 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 kilo 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 opencode_permission (blocked) > 100 esc_interrupt
# (working).
= 1
[[]]
= "opencode_permission"
= "blocked"
= 300
= "whole_recent"
= { = [
{ = "△ Permission required" },
{ = [
{ = "esc dismiss" },
{ = [
{ = "enter confirm" },
{ = "enter submit" },
{ = "enter toggle" },
] },
{ = [
{ = "↑↓ select" },
{ = "⇆ tab" },
] },
] },
] }
[[]]
= "esc_interrupt_working"
= "working"
= 100
= "whole_recent"
= { = "esc interrupt" }