mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Apply RDE config updates in place instead of overwriting the whole file. Plain static configs keep the deterministic render (fast path, no AI). Configs with custom structure (imports, helper wrappers, external text refs) are edited by a headless Claude agent so user-authored structure is preserved and externally-referenced files are updated rather than inlined. Every edit is validated (semantic when the config is evaluable, structural fallback otherwise) and hard-fails on mismatch. Co-Authored-By: mantra <mantra@stack-auth.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintrc.cjs | ||
| LICENSE | ||
| package.json | ||
| tsconfig.json | ||
| tsdown.config.ts | ||
| vitest.config.ts | ||