rowboat/apps/x/packages
Gagan 5df26e6fca feat(apps): run an app's own agents when its data/config.json changes
Apps store user settings in data/config.json (e.g. pr-dashboard's
tracked repo) and rely on their bundled agents to turn config into
data. Without this, changing a setting meant staring at an empty app
until the next cron tick. The apps-server watcher now debounces
config.json writes and fires a one-shot manual run of the app's owned
tasks (app--<slug>--*). Generic for any app; dynamic import keeps the
server decoupled from the bg-task runner at load time.
2026-07-10 15:15:24 +05:30
..
core feat(apps): run an app's own agents when its data/config.json changes 2026-07-10 15:15:24 +05:30
shared feat(x): thread the models.dev reasoning flag to the renderer 2026-07-10 10:11:25 +05:30