Clone this repository
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
- Update AGENTS.md to reflect server/ directory, $hatk alias, SvelteKit
integration, and vp commands
- Remove generate job command, template, and directory mapping
- Remove jobs from all description strings
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This path wasn't matched by the /oauth/ prefix since it starts with
/oauth- not /oauth/, causing it to fall through to SvelteKit (404).
Bumps to 0.0.1-alpha.30.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The $hatk module alias needs a Node.js resolve hook for dynamic import()
in scanServerDir. Previously only test.ts had it — now main.ts uses the
same shared hook so production also resolves $hatk correctly.
Bumps to 0.0.1-alpha.29.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>