chore: add AGENTS.md, drop dead JavaScript-era files#4
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR documents the repo’s current nix/spago-based workflow for AI coding agents and removes legacy JavaScript-era tooling files that are no longer used by this fork.
Changes:
- Add
AGENTS.mdwith build/test/lint guidance plus Lua 5.1 + FFI constraints for contributors and agents. - Add
CLAUDE.mdas an import shim to reuseAGENTS.mdfor Claude Code. - Remove legacy JS toolchain artifacts:
package.json,bower.json, and.eslintrc.json.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| AGENTS.md | Adds standardized agent/contributor commands and Lua 5.1/FFI/toolchain guidance |
| CLAUDE.md | Points Claude Code at AGENTS.md to avoid duplicated instructions |
| package.json | Removed legacy npm-based PureScript build scripts/deps |
| bower.json | Removed legacy Bower-era package metadata/deps |
| .eslintrc.json | Removed legacy ESLint configuration tied to the old JS workflow |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
20b430a to
5bb7cd3
Compare
AGENTS.md is the single instruction file the coding agents read natively; CLAUDE.md is a one-line @AGENTS.md import so Claude Code shares it. Also removes dead bower.json/package.json/.eslintrc.json. CI is already on the shared canon; no src/ change.
5bb7cd3 to
c001df7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fork's CI is already on the shared canon, so this is docs and cleanup only: it adds the AI-agent instructions and clears out the dead JavaScript-era files.
AGENTS.md+CLAUDE.md:AGENTS.mdis the one instruction file the coding agents read natively (Codex, Cursor, Copilot, Gemini CLI, Aider): the build/test/lint commands, the Lua 5.1 constraints, the FFI parenthesisation rule, and the toolchain pins.CLAUDE.mdis a one-line@AGENTS.mdimport so Claude Code reads the same file instead of a second copy that drifts out of sync.It drops
.eslintrc.json,bower.json,package.jsonleft over from the JavaScript build; the toolchain is spago plus nix now.No
src/change, so there is no tag or package-set bump.Verification
nix develop -c ./scripts/buildand luacheck are clean locally.