fix(a5): rett dødpeker i eksempel-brief + logg friksjon #20/#21 fra B1-kryssjekk

Akashic meldte (coord, 2026-08-11) at project_dir i F-001s brief var en død
peker og antok det var fase-7-MALEN. Premiss-verifisering mot A5 (commit
a96b3a9, samme dag 6t tidligere) viser malen allerede var korrigert — men
samme dødpeker-klasse levde fortsatt i vår egen eksempel-brief
(domain-packs/ios-app/examples/feature-brief-local-notification-window.md),
rettet nå til A5-konvensjonen (features/{NN}-{slug}/voyage/).

Kryssjekk mot akashic-intelligence sin faktiske B1-fremdrift (ground truth,
2026-08-13) avdekket to nye funn, loggført som friksjon:
- #20: F-001 kjørte /trekresearch + /trekplan fortsatt på brief_version 2.0
  (rev 10) — B1s nøkkelantakelse "2.2-brief passerer strict" er uverifisert.
- #21: Akashics faktiske fix (features/01-sun-position/, uten /voyage/-
  underkatalog) matcher ikke A5s dokumenterte konvensjon, og deres kopi-
  drift-innvending rammer symmetrisk A5s egen mekanikk. Åpent spørsmål for
  B2/D — ikke besluttet, § Fase 7 ikke re-åpnet.

Coord-svar sendt til akashic-intelligence med full premiss-korreksjon.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GBoxVNFnK5QeZsfhLeGWgi
This commit is contained in:
Kjell Tore Guttormsen 2026-08-13 21:44:28 +02:00
commit 031d903810
2 changed files with 34 additions and 3 deletions

View file

@ -11,7 +11,7 @@ brief_version: "2.0"
created: 2026-06-01
task: "Lokale notifikasjoner som varsler brukeren når hvert av de tre daglige soltidsvinduene åpner, av/på per vindu, Focus-bevisst"
slug: notification-on-window-open
project_dir: .claude/projects/2026-06-01-notification-on-window-open/
project_dir: features/02-notification-on-window-open/voyage/ # A5-konvensjon, ikke .claude/projects/ — se phase-design-draft.md § Fase 7 «Handover-mekanikk»
research_topics: 0
research_status: complete
brief_quality: complete
@ -89,6 +89,7 @@ No external research needed — the codebase and this brief contain sufficient c
## How to continue
```bash
/trekplan --project .claude/projects/2026-06-01-notification-on-window-open/
/trekexecute --project .claude/projects/2026-06-01-notification-on-window-open/
mkdir -p features/02-notification-on-window-open/voyage/ && cp features/02-notification-on-window-open/brief.md features/02-notification-on-window-open/voyage/brief.md
/trekplan --project features/02-notification-on-window-open/voyage/
/trekexecute --project features/02-notification-on-window-open/voyage/
```