refactor!: rebrand bterminal to agor (agents-orchestrator)

Rename Cargo crates (bterminal-core→agor-core, bterminal-relay→agor-relay),
env vars (BTERMINAL_*→AGOR_*), config paths (~/.config/agor), CSS custom
properties, plugin API object, package names, and all documentation.

BREAKING CHANGE: config/data paths changed from bterminal to agor.
This commit is contained in:
Hibryda 2026-03-17 01:12:25 +01:00
parent ef3548a569
commit a63e6711ac
52 changed files with 3889 additions and 169 deletions

4
.vscode/launch.json vendored
View file

@ -2,10 +2,10 @@
"version": "0.2.0",
"configurations": [
{
"name": "Launch BTerminal (v1)",
"name": "Launch Agents Orchestrator (v1)",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/bterminal.py"
"program": "${workspaceFolder}/# v1 removed"
}
]
}

2
.vscode/tasks.json vendored
View file

@ -4,7 +4,7 @@
{
"label": "run",
"type": "shell",
"command": "python3 ${workspaceFolder}/bterminal.py",
"command": "python3 ${workspaceFolder}/# v1 removed",
"group": {
"kind": "build",
"isDefault": true