fix(workplans): adopt ADR-007 derived identifiers
Records absent from central carried random pre-ADR-007 identifiers minted by the retired local hub, which C-06 refused as stale references. Deriving from the canonical record id takes no identity from anything. Refs CUST-WP-0068-T06 Assistant: claude-code Assistant-Model: opus Assistant-Process: 2583210@bnt-lap001 Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
This commit is contained in:
parent
9458d0256a
commit
b5730f280b
55 changed files with 2937 additions and 150 deletions
7
editions/modules/attack_relief/none/MODULE.md
Normal file
7
editions/modules/attack_relief/none/MODULE.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Module: `attack_relief.none`
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **aspect** | `attack_relief` |
|
||||
| **role** | **Default.** ATTACK never reduces attacker Stress. |
|
||||
| **status** | baseline-default |
|
||||
10
editions/modules/attack_relief/self_soothe_ge4/MODULE.md
Normal file
10
editions/modules/attack_relief/self_soothe_ge4/MODULE.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Module: `attack_relief.self_soothe_ge4`
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **aspect** | `attack_relief` |
|
||||
| **role** | Uncancelled ATTACK: if attacker Stress was ≥4 before effects → attacker −1 Stress |
|
||||
| **status** | measured only as part of H1; alone unmeasured |
|
||||
| **legacy** | H1-B half of `h1-problem-stress` |
|
||||
|
||||
Under H1, never fired for competent play (Stress stayed <4). Worth re-trying **with** `problem_stress.scoped` as a composition profile.
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
# attack_relief.self_soothe_ge4 (was H1-B)
|
||||
module_id: attack_relief.self_soothe_ge4
|
||||
aspect: attack_relief
|
||||
schema_version: 1
|
||||
base: ground-darvo-r0
|
||||
deltas:
|
||||
- id: AR-H4
|
||||
name: high_stress_attack_self_soothe
|
||||
phase: resolve_attack
|
||||
when:
|
||||
attack_not_cancelled: true
|
||||
attacker_stress_before_attack_effects_gte: 4
|
||||
effect:
|
||||
attacker_stress_delta: -1
|
||||
order: after_target_and_relation_effects
|
||||
notes: Former H1-B alone.
|
||||
unchanged:
|
||||
- deal_and_thresholds
|
||||
- problem_pressure
|
||||
Loading…
Add table
Add a link
Reference in a new issue