Brief + 8-step trekplan for 3 new dep-free scanners: TRG (trigger-abuse), SIG (signature engine over the decode pipeline), AST (Python AST taint). Adversarial review fixed 3 blockers + 7 majors on draft 1 (59/D -> 86/B). STATE.md prepped as a self-contained cold-start for /trekexecute next session. Un-gitignore STATE.md (global ~/.claude rule overrides old polyrepo convention); ignore generated plan annotation HTML. No scanner code yet. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V3s6WnubSSrFjAQTLQdVbG
32 lines
613 B
Text
32 lines
613 B
Text
node_modules/
|
|
.DS_Store
|
|
coverage/
|
|
harness-events.jsonl
|
|
*.log
|
|
reports/baselines/*.json
|
|
reports/watch/config.json
|
|
reports/watch/latest.json
|
|
.env
|
|
.env.*
|
|
*.key
|
|
*.pem
|
|
credentials.*
|
|
secrets.*
|
|
.local/
|
|
HANDOFF-FINDINGS.local.md
|
|
|
|
# --- session/local state ---
|
|
# NOTE: STATE.md is intentionally TRACKED and committed (global ~/.claude rule
|
|
# overrides the old polyrepo gitignore convention). Do NOT add STATE.md here.
|
|
REMEMBER.md
|
|
ROADMAP.md
|
|
TODO.md
|
|
NEXT-SESSION-PROMPT*.local.md
|
|
*.local.md
|
|
*.local.json
|
|
*.local.sh
|
|
.DS_Store
|
|
.claude/
|
|
|
|
# Voyage-generated plan annotation HTML (regenerable via annotate.mjs)
|
|
docs/plans/*.html
|