Omar Sobh and Claude Opus 4.8
34f744734b
Large World graph, agent platform, brain stack & dashboard rebuild
...
Frontend
- Large World: collapse org/company/team tiers into one expandable React Flow
hierarchy (WorldFlow) with per-click expand, persisted node positions, a
compact tree sidebar, wrench multi-select delete across levels, and a sized
right slide-out (phone/tablet/full) showing an agent summary + drill button.
- Agent page: GitHub-style animated contribution grid (VitalsCard), collapsible
System Prompt + Personality cards, restructured anatomy cards, bigger avatar
with name/title header row, Markdown/JSON-aware rendering, brain registry +
history, avatar generate/upload.
- User-icon menu (Infrastructure/Brains/Tools/Profile/Credits) + ToolPanel;
Master Planner deploy wizard (Specialists/Swarm/Scheduled/Triggered);
Team Runs view; reap-progress modal; dashboard is the single live interface.
Backend
- cm-brain crate (.brain as the agent definition) + brain apply/history.
- Hard-purge reap (FK-ordered) + sandbox release + SSE batch-delete.
- Swarm self-verifying loop, mode-aware planner, web.search tool, webhooks
(migration 0013), org/company/team delete endpoints, scheduler sweeps.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected] >
2026-06-22 23:21:54 -07:00
Omar Sobh and Claude Opus 4.8
3eca4ed70c
Recursive deploy ladder: Company + Org tiers, mesh mark, two-tier rail
...
Completes the scale ladder (single → team → company → org). Every tier is a
topology whose nodes are the tier below; running a parent recursively runs each
child's sub-topology down to the leaf claws.
Backend:
- migration 0011: companies/company_teams, orgs/org_companies, topology_runs.tier
- cm-db repos for companies + orgs (mirror teams)
- TurnRequest.attrs (forwarded from node.attrs) for child-id binding
- SubTopologyExecutor (recursive_exec.rs): a parent "turn" runs the child's
sub-topology; durability via parent updated_at keepalive + cancel propagation
+ depth cap; boxed future breaks the org→company recursion
- topology_worker selects executor by job.tier
- routes: /api/companies, /api/orgs (create/list/get/run) + unified
/api/structure/{level}/{id} for the zoom canvas
Frontend:
- MeshMark: node-mesh brand glyph (replaces the claw PNG), tier variants
- TopologyGraphView: optional onNodeClick/nodeMeta + dark-token theming
- StructureCanvas + Breadcrumb: one recursive zoom view for every tier
(drill down on node click, breadcrumb up); TeamRunPanel extracted + shared
- two-tier Discord-style rail: StructureRail (mesh mark + org/company/team
glyphs + tools popover + deploy + user) | RosterColumn (selected group's
children, or your claws); SecondaryNav for cross-cutting tools
- ComposeWizard (company/org) wired into DeployWizard; /companies + /orgs pages
Co-Authored-By: Claude Opus 4.8 <[email protected] >
2026-06-18 14:25:06 -07:00
Omar Sobh and Claude Opus 4.8
bba18a4687
Teams UI: deploy scope selector + TeamWizard + Team page
...
ci / gates (push) Has been cancelled
ci / rust (push) Has been cancelled
ci / sandbox-k8s (push) Has been cancelled
ci / frontend (push) Has been cancelled
ci / e2e (push) Has been cancelled
The "+" deploy flow now opens a scope selector (Single / Team / Company-soon /
Org-soon). Single = the existing CreateClawForm. Team = TeamWizard: pick a
baseline topology (from the catalog + role distribution), set size, auto-staff
editable claw cards (name / role / model / persona), preview the topology
graph, then POST /api/teams → land on the Team page.
Team page (/teams/[id]): topology SVG + claw roster (each links to its chat) +
a Run panel that drives the team on the durable runner with live SSE progress
(reuses the topology-run streaming). /teams list page + a Teams nav entry.
lint + typecheck + next build clean.
Co-Authored-By: Claude Opus 4.8 <[email protected] >
2026-06-18 13:17:30 -07:00