chore: rebrand to Agent Orchestrator + fix pragma busy_timeout crash
Rebrand all user-visible BTerminal references to Agent Orchestrator (window title, product name, identifier, status bar, updater URL, context registration, CLAUDE.md branch reference). Fix critical btmsg/bttask crash: pragma_update uses execute() internally but PRAGMA busy_timeout returns a result row, causing "Execute returned results" error that silently broke all CommsTab message loading. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a313da8892
commit
4fee567dd9
8 changed files with 19 additions and 18 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# BTerminal — Claude Behavioral Guide
|
||||
# Agent Orchestrator — Claude Behavioral Guide
|
||||
|
||||
## Workflow
|
||||
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
## Rules
|
||||
|
||||
- Do not modify v1 code (`bterminal.py`) unless explicitly asked — it is production-stable.
|
||||
- v2/v3 work goes on the `v2-mission-control` branch, not master.
|
||||
- v2/v3 work goes on the `dexter_changes` branch (repo: agent-orchestrator), not master.
|
||||
- v2 architecture decisions must reference `docs/task_plan.md` Decisions Log.
|
||||
- v3 architecture decisions must reference `docs/v3-task_plan.md` Decisions Log.
|
||||
- When adding new decisions, append to the Decisions Log table with date.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue