Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.08 KB

File metadata and controls

27 lines (19 loc) · 1.08 KB

Jomarchy Agent Tools

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

Commands

# 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