Commit Graph
2 Commits
Author SHA1 Message Date
Claude 4005de673d Teach Claude to handle user-pasted error messages efficiently
When the user pastes a specific error (stack trace, build failure,
"failed to execute X"), Claude now follows the error directly to the
relevant files instead of exploring the whole codebase.

https://claude.ai/code/session_01Fzv8baXnEVVhnrffAb3Ucc
2026-03-29 23:36:46 +00:00
Claude d30c26aa8e Redesign around web-based Claude Code workflow
Instead of a CLI the user runs separately, this is now two files you
drop into any repo:

- CLAUDE.md: read automatically by Claude Code, teaches it to scan
  first, commit often, and leave handoff notes when usage runs low
- scan.py: standalone script Claude runs itself to find errors via
  linters/tests/type-checkers, using zero AI tokens

No workflow change for the user — they type in Claude Code as before.

https://claude.ai/code/session_01Fzv8baXnEVVhnrffAb3Ucc
2026-03-29 23:01:09 +00:00