docs(n-bundlene): use ~-form for two absolute home paths -- handover gate was red on HEAD [skip-docs]
The gate (test_package_leaks_no_secret_content) is `git archive HEAD` content-scanned
against the absolute-home-path pattern. It caught two literal /Users/ktg/... paths in
docs/2026-09-08-n-bundlene-konsum.md's command block, introduced in e7ffe9e. Same
shell semantics with ~-form; no other change.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
e7ffe9e196
commit
a26e8f2338
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ okf-checkout. Ingen push.
|
|||
Måleprotokollens stige: alt gratis først, så en feil i en betalt arm er attribuerbar.
|
||||
|
||||
```bash
|
||||
OKF=/Users/ktg/repos/llm-ingestion-okf-wt-o2c # ren worktree, a37d5ce, egen venv
|
||||
B=/Users/ktg/repos/vegnormal-okf/build/ferdig
|
||||
OKF=~/repos/llm-ingestion-okf-wt-o2c # ren worktree, a37d5ce, egen venv
|
||||
B=~/repos/vegnormal-okf/build/ferdig
|
||||
$OKF/.venv/bin/python3 $OKF/tools/okf_consume.py $B/n100-2023 \
|
||||
--question "Hva krever Krav 3.3.1—13 i N100? Gjengi det sentrale vilkåret." --out payload-n100.json
|
||||
# ... tilsvarende for n200-2024 og n500-2024, DEFAULT-kommandoen, ingen flagg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue