Skip to content

Commit 210aa9e

Browse files
committed
wording
1 parent d8e30d7 commit 210aa9e

2 files changed

Lines changed: 28 additions & 28 deletions

File tree

reports/stress_report.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
# se-regimes stress report
22

3-
**Regimes:** 9 **Families:** 3 **Cases:** 0 **Passed:** 0 **Failed:** 0
3+
**Regimes:** 9 **Families:** 3 **Cases:** 0 **Passed:** 0 **Failed:** 0
44

55
## Rule matrix
66

77
_Declared responses from the regime registry (se-regimes): theory-level assertions, not empirically validated._
88
_Populated from registry regardless of case coverage._
99

10-
| regime | BF | decomposition | nor_reorg |
11-
| ------- | --- | ------------- | --------- |
12-
| `OBL` | INH | INH | INH |
13-
| `OCC` | INH | INH | INH |
14-
| `REC` | INH | INH | INH |
15-
| `ENR-L` | PRS | INH | INH |
16-
| `ENR-I` | BRK | INH | INH |
17-
| `CTX-E` | INH | PRS | INH |
18-
| `CTX-S` | INH | BRK | INH |
19-
| `NOR-C` | INH | INH | PRS |
20-
| `NOR-S` | INH | INH | BRK |
10+
| regime | BF | decomposition | nor_reorg |
11+
| --- | --- | --- | --- |
12+
| `OBL` | INH | INH | INH |
13+
| `OCC` | INH | INH | INH |
14+
| `REC` | INH | INH | INH |
15+
| `ENR-L` | PRS | INH | INH |
16+
| `ENR-I` | BRK | INH | INH |
17+
| `CTX-E` | INH | PRS | INH |
18+
| `CTX-S` | INH | BRK | INH |
19+
| `NOR-C` | INH | INH | PRS |
20+
| `NOR-S` | INH | INH | BRK |
2121

2222
Legend for rule matrix:
2323

2424
- PRS = Preserves identity. The transformation does not change identity under the regime.
2525
- BRK = Breaks identity. The transformation produces a distinct identity under the regime.
2626
- INH = No split pressure established.
2727
The transformation does not operate on the identity criteria tracked by the regime;
28-
no PRS/BRK determination at this layer.
28+
no PRS/BRK determination is made at this layer.
2929

3030
## Case coverage matrix
3131

3232
_Which regime x family pairs have at least one stress-test case._
3333

34-
| regime | BF | decomposition | nor_reorg |
35-
| ------- | --- | ------------- | --------- |
36-
| `OBL` | - | - | - |
37-
| `OCC` | - | - | - |
38-
| `REC` | - | - | - |
39-
| `ENR-L` | - | - | - |
40-
| `ENR-I` | - | - | - |
41-
| `CTX-E` | - | - | - |
42-
| `CTX-S` | - | - | - |
43-
| `NOR-C` | - | - | - |
44-
| `NOR-S` | - | - | - |
34+
| regime | BF | decomposition | nor_reorg |
35+
| --- | --- | --- | --- |
36+
| `OBL` | - | - | - |
37+
| `OCC` | - | - | - |
38+
| `REC` | - | - | - |
39+
| `ENR-L` | - | - | - |
40+
| `ENR-I` | - | - | - |
41+
| `CTX-E` | - | - | - |
42+
| `CTX-S` | - | - | - |
43+
| `NOR-C` | - | - | - |
44+
| `NOR-S` | - | - | - |
4545

4646
## All cases
4747

48-
| id | domain | regime | expected | source | result |
49-
| --- | ------ | ------ | -------- | ------ | ------ |
50-
| - | - | - | - | - | - |
48+
| id | domain | regime | expected | source | result |
49+
| -- | --- | --- | --- | --- | --- |
50+
| - | - | - | - | - | - |

src/se_regimes/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def write_report(
6464
"- BRK = Breaks identity. The transformation produces a distinct identity under the regime.",
6565
"- INH = No split pressure established.",
6666
" The transformation does not operate on the identity criteria tracked by the regime;",
67-
" no PRS/BRK determination at this layer.",
67+
" no PRS/BRK determination is made at this layer.",
6868
"",
6969
]
7070

0 commit comments

Comments
 (0)