feat(ai): add 1min watcher + realtime trace and hw loop docs #11
Reference in New Issue
Block a user
Delete Branch "codex/agentic-credit-local-optimization"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
watcher 1min + realtime log
Scope
Changes
Notes
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:
382b752d7cℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
@@ -0,0 +52,4 @@if ! command -v brew >/dev/null 2>&1; thenecho "[fail] Homebrew is required on macOS for automated Ollama setup." >&2exit 1fiThe script exits when
brewis missing before it checksuname, so Linux users hit a hard failure even though the script already has a non-Darwin path (nohup ollama serve) and may already haveollamainstalled. This makesollama_local_setup.shunusable outside macOS unless Homebrew is installed unnecessarily.Useful? React with 👍 / 👎.
@@ -539,0 +926,4 @@display: flex;}.modal-card {width: min(760px, 100%);This branch adds a dashboard that polls
/api/status,/api/run, and question endpoints, but startup only serves those routes whentools/ai/zeroclaw_orchestrator_server.pyexists. In this commit tree the file is not present (the newtools/aientries do not include it), so this condition is always false and the script always falls back topython -m http.server, which returns 404 for every new orchestration control/API panel.Useful? React with 👍 / 👎.
Codex review (manual): PASS. Scope is script-only (tools/ai + spec docs), no firmware/runtime code changes. No secrets/absolute paths detected, checks green, merged cleanly. Side-effect: one added orchestrator server fallback improves UI/API tooling and remains optional. Safe for merge continuation.