The Ai Factory
Search the build
-
0aa9c0c2026-05-19 viewer: 404-guard snapshot/backup paths from static root -
0d5209c2026-05-19 gitignore: broaden snapshot/backup patterns -
cee93fb2026-05-13 snapshot: 11 file(s) changed, +3 new, ~8 modified -
20486fe2026-05-07 tighten .gitignore: add missing standing-rule patterns (tmp/ dist/ build/ .next/) -
75e44f62026-05-04 [overnight] pre-debate baseline
Authors
- Steve5
Agents used
Skills used
- /backup2
Creative ideas + design notes
0aa9c0c · 2026-05-19 · viewer: 404-guard snapshot/backup paths from static root
Block requests for *.bak, *.bak.*, *.pre-*, *.orig from being served by express.static even if such a file is accidentally placed in public/. Returns 404 before static middleware sees the path. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0d5209c · 2026-05-19 · gitignore: broaden snapshot/backup patterns
Add *.bak, *.bak.*, *.pre-*, *.orig, *.swp so accidental snapshot files never land in the repo. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
File tree
- .env.example
- .gitignore
- CHANGES.md
- GA_CONSOLIDATION.md
- PLAN.md
- README.md
- REVIEW-2026-05-04.md
- ecosystem.config.cjs
- output/clickthrough/01-table.png
- output/clickthrough/02-events-expanded.png
- output/clickthrough/summary.json
- output/run-4/shopify-cost-breakdown/SKILL.md
- output/run-5/sql-tldr-summarizer/SKILL.md
- output/run-6/pm2-crash-watcher.md
- package-lock.json
- package.json
- public/favicon.svg
- public/index.html
- scripts/clickthrough.js
- scripts/run.js
- server.js
- sql/001_init.sql
- src/llm.js
- src/pipeline.js
- src/stages/critic.js
- src/stages/document.js
- src/stages/intake.js
- src/stages/iterate.js
- src/stages/memory_write.js
- src/stages/research.js
- src/stages/scaffold.js
- src/stages/smoke_test.js
- viewer.js