Commit d15e8a6
committed
ci: SessionStart hook to auto-provision Agda toolchain on the web
Adds .claude/hooks/session-start.sh (+ .claude/settings.json registration)
so Claude Code on the web auto-runs the idempotent scripts/provision-agda.sh
at session start, making 'agda proofs/agda/All.agda' / Smoke.agda typecheck
without manual setup. Web-only (guards on CLAUDE_CODE_REMOTE); synchronous so
the toolchain is ready before the agent loop.
.gitignore: switch '.claude/' to '.claude/*' with negations so the shared
hook + settings are tracked while personal Claude config stays ignored.
https://claude.ai/code/session_01VwbFNQJw23tW8tqM7utWku1 parent 9edb6e3 commit d15e8a6
3 files changed
Lines changed: 34 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
0 commit comments