Skip to content

Commit 5fac750

Browse files
committed
Merge remote-tracking branch 'origin/main' into ralph/nodejs-conformance-tests
# Conflicts: # CLAUDE.md
2 parents 92e9ed9 + 2783baf commit 5fac750

7,058 files changed

Lines changed: 664124 additions & 17626 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/conformance.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

CLAUDE.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
- the V8 runtime already has dual-mode execution (`execute_script` for CJS, `execute_module` for ESM) — lean on V8's native module system rather than pre-transforming source on the host side
127127
- existing regex-based transforms (e.g., `convertEsmToCjs`, `transformDynamicImport`, `isESM`) are known technical debt and should be replaced
128128

129+
129130
## Contracts (CRITICAL)
130131

131132
- `.agent/contracts/` contains behavioral contracts — these are the authoritative source of truth for runtime, bridge, permissions, stdlib, and governance requirements
@@ -206,12 +207,6 @@ Follow the style in `packages/secure-exec/src/index.ts`.
206207
- when adding new work, add it to todo.md
207208
- when completing work, mark items done in todo.md
208209

209-
## Ralph (Autonomous Agent)
210-
211-
- Ralph's working directory is `scripts/ralph/` — this contains `prd.json`, `progress.txt`, `ralph.sh`, `CLAUDE.md`, and the `archive/` folder
212-
- do NOT create a `.ralph/` directory at the repo root; `scripts/ralph/` is the canonical location
213-
- when creating or converting PRDs for Ralph, write to `scripts/ralph/prd.json`
214-
215210
## Skills
216211

217212
- create project skills in `.claude/skills/`

0 commit comments

Comments
 (0)