Lightweight bash tools for agent orchestration, database operations, monitoring, development, and browser automation.
Full project context is in JAT knowledge bases — run jt bases list to see all available context.
Tech stack: JAT is a polyglot monorepo (TypeScript/Svelte 5/JS/Bash/SQL/Python/Go/C++) of 13 npm workspaces, with SQLite (better-sqlite3) as the storage backbone, Postgres (pg) for graduated projects, and sqlite-vec for vectors. Full map: @~/code/jat/shared/tech-stack.md.
@~/code/jat/AGENTS.md
# IDE
jat # Start IDE on port 3333 (production build, default)
jat --dev # Start IDE with HMR dev server (use when editing IDE code)
cd ide && npm run dev # Manual dev server start (agents: reuse jw's running server)
cd ide && npm run build # Production build
# Tools
./install.sh # Install/refresh tool symlinks
# Tasks
jt ready --json # Find available work
jt list --status open # List open tasks
jt audit # Check context injection compliance