sync: 2026-03-16 17:00 — 17 files from Alexandria
Some checks failed
Lint & Format / detect (push) Has been cancelled
Lint & Format / js-lint (push) Has been cancelled
Lint & Format / py-lint (push) Has been cancelled
Lint & Format / sh-lint (push) Has been cancelled
Lint & Format / go-lint (push) Has been cancelled
Monorepo Lint / lint-shell (push) Has been cancelled
Monorepo Lint / lint-js (push) Has been cancelled
Some checks failed
Lint & Format / detect (push) Has been cancelled
Lint & Format / js-lint (push) Has been cancelled
Lint & Format / py-lint (push) Has been cancelled
Lint & Format / sh-lint (push) Has been cancelled
Lint & Format / go-lint (push) Has been cancelled
Monorepo Lint / lint-shell (push) Has been cancelled
Monorepo Lint / lint-js (push) Has been cancelled
RoadChain-SHA2048: 979020fc1c52ba6e RoadChain-Identity: alexa@sovereign RoadChain-Full: 979020fc1c52ba6e5c7b9636e5f4b27fdb2a610f5f92e04e35bc21a8b36a4afdf07bf1b92e47293d306e3495a677736e3dcc53d82f60a02d1e4f777f6b839eba5ef0d41c8986f03184c41afb7d1ccf940329a57d78cc30d1663b1a18193744c0960e06751e2b58f29897650cb9eb8467f242e8914e442d93abc1a77d645bc75277600ed598672e5e816fa1a25ca7a8c06ba839fc1431bdd587e5677900be760979f1565def581a1a958b004ef84567c4e67bcdbd8097df1259fb0beebac9ead76ad9f982715e5e0d795e84e3d42ff66d7473ac55e6a950359b3efbfe3974bd7a4f84306bf1f62e6855cced7dd5382209052e624acd1cf6c77d61b94fc15ace93
This commit is contained in:
@@ -48,11 +48,13 @@ Every Claude session auto-loads the BlackRoad memory system via SessionStart hoo
|
||||
| `memory-til-broadcast.sh` | Share learnings | `broadcast <category> "<learning>"`, `list`, `search <query>` |
|
||||
| `memory-indexer.sh` | FTS5 search + knowledge graph | `search <query>`, `rebuild`, `patterns` |
|
||||
| `memory-security.sh` | Agent identity + audit | `status`, `identity <name>`, `sign`, `audit` |
|
||||
| `memory-collaboration.sh` | Claude-to-Claude collab + Slack | `register`, `announce`, `handoff`, `inbox`, `status`, `ask <agent>`, `group` |
|
||||
|
||||
### Workflow for every session
|
||||
|
||||
1. **Read the briefing** — the SessionStart hooks show you active projects, codex stats, and available tasks
|
||||
2. **Search codex before solving** — `memory-codex.sh search "<problem>"` — don't reinvent existing solutions
|
||||
2. **Check inbox** — `memory-collaboration.sh inbox` shows pending handoffs from previous sessions
|
||||
3. **Search codex before solving** — `memory-codex.sh search "<problem>"` — don't reinvent existing solutions
|
||||
3. **Pick up work** — check `memory-infinite-todos.sh list` for projects with pending todos
|
||||
4. **Log your actions** — `memory-system.sh log <action> <entity> "<details>"`
|
||||
5. **Broadcast learnings** — `memory-til-broadcast.sh broadcast <category> "<learning>"`
|
||||
|
||||
@@ -34,3 +34,8 @@
|
||||
5 6 * * * cd /Users/alexa/blackroad-os-kpis && bash reports/slack-notify.sh >> /Users/alexa/blackroad-os-kpis/data/cron.log 2>&1
|
||||
7,37 * * * * /Users/alexa/blackroad-git-sync.sh >> /Users/alexa/.blackroad/logs/git-sync.log 2>&1
|
||||
0 8 * * * /Users/alexa/fleet-daily-summary.sh >> /Users/alexa/.blackroad/logs/daily-summary.log 2>&1
|
||||
|
||||
# BlackRoad Collaboration Watchdog — sweep stale sessions + heartbeat
|
||||
*/30 * * * * /Users/alexa/blackroad-operator/scripts/memory/memory-watchdog.sh heartbeat >> /Users/alexa/.blackroad/logs/collab-watchdog.log 2>&1
|
||||
0 3 * * * /Users/alexa/blackroad-operator/scripts/memory/memory-watchdog.sh sweep >> /Users/alexa/.blackroad/logs/collab-watchdog.log 2>&1
|
||||
0 9 * * * /Users/alexa/blackroad-operator/scripts/memory/memory-watchdog.sh digest --slack >> /Users/alexa/.blackroad/logs/collab-watchdog.log 2>&1
|
||||
|
||||
Reference in New Issue
Block a user