-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (45 loc) · 1.29 KB
/
Copy path.gitignore
File metadata and controls
51 lines (45 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
node_modules/
dist/
.output/
.nitro/
packages/*/.output/
packages/*/.nitro/
.opencode/tmp/
*.diff
.claude/
# Ralph protocol runtime files (local loop state)
AGENT_CONTEXT_FOR_NEXT_RALPH.md
CONTEXT_FOR_RLM.md
CONVERSATION.md
CONVERSATION.*.md
CURRENT_STATE.md
NOTES_AND_LEARNINGS.md
PLAN.md
PREVIOUS_STATE.md
RLM_INSTRUCTIONS.md
SUPERVISOR_LOG.md
TODOS.md
.opencode/reviewer_state.json
# Named-plan layout (.ralph-rlm/plans/<name>/): ignore volatile per-attempt state,
# but keep authored plan docs (PLAN.md, RLM_INSTRUCTIONS.md, NOTES, TODOS) committable
# so plans/versions can be tracked.
.ralph-rlm/plans/*/.state/
.ralph-rlm/plans/*/.active
.ralph-rlm/plans/*/CURRENT_STATE.md
.ralph-rlm/plans/*/PREVIOUS_STATE.md
.ralph-rlm/plans/*/AGENT_CONTEXT_FOR_NEXT_RALPH.md
.ralph-rlm/plans/*/CONTEXT_FOR_RLM.md
.ralph-rlm/plans/*/CONVERSATION.md
.ralph-rlm/plans/*/CONVERSATION.*.md
.ralph-rlm/plans/*/SUPERVISOR_LOG.md
# Local agent/IDE terminal captures and scratch (not part of the repo)
terminals/
tmp/
agent-tools/
# Test fixture: only the tracked config/scripts are committed; ignore any
# protocol files / run artifacts generated locally inside the fixture.
fixtures/minimal-repo/
# Ephemeral npm auth (bin/publish-npm.ts)
.npmrc
# Test fixtures are generated at test time (ensureMinimalRepoFixture)
fixtures/