summarylogtreecommitdiffstats
path: root/AGENTS.md
blob: d2856c8b6e6acd8ddcfe8922aed4574f0e40842a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Package: kimaki

## Upstream
- Repository: https://github.com/remorses/kimaki
- NPM: https://www.npmjs.com/package/kimaki
- Type: Node.js npm package (Discord bot)
- Version tracking: npm registry

## Update Detection
```bash
npm view kimaki version
```

## Update Instructions
1. Check npm for new version
2. Update `pkgver` in PKGBUILD
3. Run `updpkgsums`
4. Test with `makepkg -sf && makepkg -si`
5. Regenerate `.SRCINFO`
6. Commit: "kimaki: update to <version>"

## Notes
- Requires Node.js 22+ for @discordjs/voice (warning expected on older Node)