59bd4f6eea08919494ec567bccc7d1a8f51e8de4a709a2b2daecea6b893de6bb4224bab85ae200d8Authored: 8 months ago (Thu, 20 Nov 2025 16:54:21 +0000)Match: Assisted-by: GLM 4.6 via Conductor2904ff974bc5bb0256a941436046f1d3b364559bAuthored: 1 year ago (Fri, 13 Jun 2025 13:53:10 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>7b84904d15c307096c717a1c0275ee4dde3a23b0Authored: 1 year ago (Thu, 8 May 2025 21:38:51 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>d40b5cfdab11c62dc2ed226bde32b19ea7107f21Authored: 1 year ago (Mon, 21 Apr 2025 00:09:27 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>ad432897caf468e3c2c76ffbc5b8942db1b78a21Authored: 1 year ago (Fri, 21 Mar 2025 19:47:22 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>e7b9b17b92b3a6a3122d9d54a9d317dd3720342cAuthored: 1 year ago (Fri, 21 Mar 2025 18:21:59 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>CLAUDE.mdTool: claude-code@AGENTS.md
@CONTRIBUTING.md
AGENTS.mdTool: agents-md# Agent instructions
Primary agent documentation is in `CONTRIBUTING.md`. You MUST read this file before proceeding.
## Useful Commands
```shell
npm ci # install node dependencies
npm run assets # build JS/CSS (required before any Go build/test)
npm run build # assets + go build -> ./var/anubis
npm run dev # assets + run locally with --use-remote-address
```
## Testing
```shell
npm run test
```
## Linting
```shell
go vet ./...
go tool staticcheck ./...
go tool govulncheck ./...
``none