Files
pxpipe/.gitignore
T
teamchong c6a0d61f00 eval(gist-recall): A/B imaged vs text history — 98/98 both arms, 0 confabulation
- 3 tiers: facts-at-depth w/ distractors (50), hard near-miss distractors
  on 45k-char sessions (30), 3x-mutated state tracking (18); 16 unanswerable
  confabulation guards. claude-fable-5, real production renderer, exact-match
  grading, no LLM grader.
- text 98/98, image 98/98, 0 wrong, 0 confabulated UNKNOWNs in either arm
- README benchmark table + FINDINGS dated update; PNGs gitignored,
  probes/results.jsonl committed as receipts
2026-06-10 18:54:03 -04:00

45 lines
1.1 KiB
Plaintext

# Node / TS
node_modules/
dist/
build/
*.log
# pnpm is the package manager — npm's lockfile is not the source of truth
package-lock.json
# Un-ignore pnpm-lock.yaml (global gitignore excludes it; this repo tracks it
# as the source of truth for reproducible installs + supply-chain provenance)
!pnpm-lock.yaml
# Cloudflare Workers
.wrangler/
.dev.vars
# OS
.DS_Store
# Python (defensive — no Python in this repo, but guard against stray scratch files)
__pycache__/
*.pyc
*.pyo
# Scratch diagrams from drawmode MCP — exploration artifacts, not part of the repo
*.drawmode.ts
*.excalidraw
# Agent collaboration scratch — private session memory, never in git.
# Includes long-form project memory for AI assistants (CLAUDE.md, AGENTS.md,
# etc.) and per-tool workspace folders. These persist locally so successive
# AI sessions retain context, but they should never ship to GitHub —
# treat them like ~/.ssh: useful, local-only, never shared.
CLAUDE.md
AGENTS.md
HANDOFF.md
SESSION_PLAYBOOK.md
.claude/
.codex/
.cursor/
.aider*
.continue/
eval/gsm8k/novel_imgs/
eval/gist-recall/work*/*.png