diff --git a/AGENTS.md b/AGENTS.md index 2ab458b..75755cf 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -48,6 +48,10 @@ npm run test:debug # Non-headless Chrome for debugging npm run watch # Watch and rebuild on changes ``` +## Build Artifacts — Do Not Commit + +The `dist/` folder, `CHANGELOG.md`, and version bumps in `package.json`/`package-lock.json` are all generated by the CI/CD release process. **Do not commit these manually.** Only commit changes to source (`src/`) and test (`test/`) files. + ## Code Conventions - **Single source file**: All kit logic lives in `src/Rokt-Kit.js` diff --git a/CLAUDE.md b/CLAUDE.md new file mode 120000 index 0000000..47dc3e3 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +AGENTS.md \ No newline at end of file