Commit graph

2 commits

Author SHA1 Message Date
JAE
fdbce41680 fix: add build:all script - packages must build in dependency order
Some checks are pending
CI / build-check-test (push) Waiting to run
Root cause of all web UI bugs: web-ui depends on jae-ai and jae-agent-core
being compiled first. Without their dist/ output, all tool imports
(bash, browser, web-search, voice-tts, memory) silently fail,
causing the entire app to crash at load time.

New scripts:
- build:all: builds packages in correct order
- build:example: builds all + example app
- dev:example: builds all + starts dev server
2026-03-27 17:48:22 +00:00
jae
779e6aed4e Initial commit: Agent JAE CLI - AI coding assistant 2026-03-23 09:17:58 +01:00