run 31
This commit is contained in:
@@ -213,9 +213,43 @@ Observed examples:
|
||||
- `EC 20 D0` -> `E4 40 30`
|
||||
- `EC 40 30` -> `FB 50 26`
|
||||
- `EC 60 30` -> `7B 58 26`
|
||||
- off-grid mixed pairs still produced structured families rather than rejection:
|
||||
- `E8 40 D0` -> `7A 50 3A`
|
||||
- `E9 40 D0` -> `7A 28 DD`
|
||||
- `EC 40 D0` -> `FB 50 3A`
|
||||
- `EC 00 30` -> `7B 40 26`
|
||||
|
||||
That strongly suggests the `state/value` fields are not filler. They likely
|
||||
select a page, subtype, class, or data register within the selector space.
|
||||
It also weakens the idea that only a tiny fixed whitelist of pair codes is
|
||||
accepted; the space appears more compositional than that.
|
||||
|
||||
## Family Classification Table
|
||||
|
||||
This table is a practical aid for reading captures. It separates:
|
||||
|
||||
- target families: structured families that appear to be intended branch results
|
||||
- sibling families: alternate structured results in the same selector space
|
||||
- fallback families: repeatable collapse/transient outcomes that usually mean
|
||||
context or parameters were not what the branch wanted
|
||||
- heartbeat-only: no useful branch opened
|
||||
|
||||
| Selector / context area | Target families | Sibling families | Fallback families | Notes |
|
||||
| --- | --- | --- | --- | --- |
|
||||
| `E8` family space | `07 80 7A 50 26 D1`, `07 80 7A 40 30 D7`, `07 80 7A 48 3A D5`, `07 80 7A 58 26 D9`, `07 80 7A 50 3A CD`, `07 80 7A 40 26 C1`, `07 80 7A 58 30 CF` | `07 80 FA 50 26 51`, `07 80 FA 48 26 49` | `07 80 40 40 30 ED`, `07 80 C0 40 30 6D` | `E8` usually lives in the `7A` family; some opener/payload combinations flip it into sibling `FA`. |
|
||||
| `E9` family space | `07 80 7A 28 D3 5C`, `07 80 7A 20 D8 5F`, `07 80 7A 24 FD 7E`, `07 80 7A 2C D3 58`, `07 80 7A 20 D3 54`, `07 80 7A 24 D3 50`, `07 80 7A 28 DD 52`, `07 80 7A 2C D8 53` | none clearly separated yet | `07 80 40 40 30 ED` | `E9` has been the most internally consistent: it stays in `7A` while the trailing bytes move with parameters. |
|
||||
| `EC` family space | `07 80 7B 50 26 D0`, `07 80 7B 58 26 D8`, `07 80 7B 40 26 C0`, `07 80 7B 4C 26 CC`, `07 80 7B 58 30 CE` | `07 80 FB 50 26 50`, `07 80 FB 40 30 56`, `07 80 FB 50 3A 4C`, `07 80 E4 40 30 49`, `07 C0 2F 95 09 2E` | `07 80 C0 40 30 6D`, `07 80 40 40 30 ED` | `EC` is the richest and touchiest branch. It can land in `7B`, `FB`, or `E4` families depending on context and payload. |
|
||||
| Heartbeat-context transients | none | none | `07 80 40 40 30 ED`, `07 80 40 60 30 CD`, `07 80 C0 40 30 6D` | These show up when traffic shape or context is recognized but does not open the intended structured branch. |
|
||||
| Query/discovery surface | `07 80 68 40 30 C5`, `07 80 6C 40 30 C1`, `07 80 6D 20 D8 48` | `07 80 E8 40 30 45` and related context-sensitive variants | heartbeat-only after one-shot window is spent | This area still looks more like one-shot readable blocks than selector-space family behavior. |
|
||||
|
||||
Working rule of thumb:
|
||||
|
||||
- if the family is `7A`, `7B`, `FB`, `FA`, or `E4`, you are probably still in a
|
||||
meaningful selector/result space
|
||||
- if the family is `40`/`C0` after a branch attempt, you probably hit a
|
||||
fallback/transient outcome
|
||||
- if you only get heartbeat, the branch likely did not open or the one-shot
|
||||
window was already gone
|
||||
|
||||
## Downstream Family Branches
|
||||
|
||||
|
||||
Reference in New Issue
Block a user