Skip to content

Commit 64eebfa

Browse files
committed
docs: rewrite README for GPU-native direction, add GPU feasibility report
Rewrite README to lead with GPU execution as the primary purpose. Add comprehensive GPU feasibility report synthesizing 101 findings from 10 parallel research agents. Update .gitignore for worktrees and spec state files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4ce2230 commit 64eebfa

File tree

3 files changed

+875
-243
lines changed

3 files changed

+875
-243
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,19 @@ build/
1010
.coverage
1111
coverage.xml
1212
htmlcov/
13+
14+
# Compiled binaries from benchmarks
1315
benchmarks/sum_n
1416
benchmarks/sum_n_runtime
1517
benchmarks/sum_n_runtime_O3
18+
19+
# Knowledge base (generated, large)
1620
kb/data/
21+
22+
# Ralph spec state
1723
specs/.current-spec
1824
**/.progress.md
25+
**/.ralph-state.json
26+
27+
# Claude worktrees
28+
.claude/worktrees/

0 commit comments

Comments
 (0)