STATE.md er intern state-of-play og skal ALDRI nå et offentlig speil. Dette repoets Forgejo-remote (open/) publiseres open source, så STATE.md gjøres local-only per den globale kontinuitets-regelen (samme som linkedin-studio). Hooken injiserer den fra disk uavhengig av tracking → kontinuitet upåvirket. Historikk-scrub følger. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
50 lines
1.2 KiB
Text
50 lines
1.2 KiB
Text
*.local.md
|
|
*.local.html
|
|
*.local.json
|
|
.mcp.json
|
|
.DS_Store
|
|
.claude/
|
|
|
|
# Secrets
|
|
.env
|
|
*.key
|
|
*.pem
|
|
credentials.*
|
|
secrets.*
|
|
|
|
# Generated artifacts
|
|
*.pdf
|
|
*.log
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Runtime state
|
|
.work/
|
|
org/
|
|
# Generated KB-update artifacts (registry, reports) are ignored, but the
|
|
# hand-authored taxonomy (lag 0) and the decision ledger (lag 2) are tracked.
|
|
scripts/kb-update/data/*
|
|
!scripts/kb-update/data/domain-taxonomy.json
|
|
!scripts/kb-update/data/decisions.json
|
|
# Generated skill-lifecycle detection report (Spor B / B1) — regenerated on demand,
|
|
# like the kb-update reports above. The detector script + curated inputs are tracked.
|
|
scripts/kb-eval/data/skill-lifecycle-report.json
|
|
.kb-backup/
|
|
.rollback-in-progress
|
|
|
|
# --- session/local state — LOCAL-ONLY (gitignored) ---
|
|
# STATE.md is internal state-of-play and must NEVER reach a public mirror. This
|
|
# repo's Forgejo remote (open/) is published open source, so STATE.md is local-
|
|
# only per the global continuity rule (same as linkedin-studio). The hook injects
|
|
# it from disk regardless of tracking, so continuity is unaffected.
|
|
STATE.md
|
|
REMEMBER.md
|
|
ROADMAP.md
|
|
TODO.md
|
|
NEXT-SESSION-PROMPT*.local.md
|
|
*.local.md
|
|
*.local.json
|
|
*.local.sh
|
|
.DS_Store
|
|
.claude/
|