Skip to content

Commit 4cdbe27

Browse files
ostermanaknysh
andauthored
chore: remove obsolete AGENTS.md, build.sh, and misplaced package-lock.json (#1463)
- Remove AGENTS.md (superseded by CLAUDE.md and .cursor/rules) - Remove build.sh script (broken import paths, unused since 2021) - Remove orphaned package-lock.json from root (belongs in website/) - Add golden snapshot warning to CLAUDE.md from AGENTS.md These files were creating confusion and the package-lock.json in root was orphaned without a corresponding package.json file. Co-authored-by: Andriy Knysh <[email protected]>
1 parent 32bd32f commit 4cdbe27

File tree

4 files changed

+6
-60
lines changed

4 files changed

+6
-60
lines changed

AGENTS.md

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

CLAUDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,12 @@ Use fixtures in `tests/test-cases/` for integration tests. Each test case should
293293
- `stacks/` - Stack definitions
294294
- `components/` - Component configurations
295295

296+
### Golden Snapshots (MANDATORY)
297+
- **NEVER modify files under `tests/test-cases/` or `tests/testdata/`** unless explicitly instructed
298+
- These directories contain golden snapshots that are sensitive to even minor changes
299+
- Golden snapshots are used to verify expected output remains consistent
300+
- If you need to update golden snapshots, do so intentionally and document the reason
301+
296302
## Common Development Tasks
297303

298304
### Adding New CLI Command

build.sh

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

package-lock.json

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

0 commit comments

Comments
 (0)