Omar Sobh and Claude Fable 5
1fd2c287f1
P3 exit: Computer panel with all 8 apps, themed and deep-linkable
...
- DevicePanel in the 448px SlidePanel: ?app= routes (home + 8 sub-apps via
dynamic imports), ?device=full|tablet|phone size toggle, per-agent
accent-derived wallpaper theme + feTurbulence grain, glassy dock + grid
home screen, Computer button in the chat header
- Apps: Files (3 drives, real listings), Skills (installed + add from
library), Routines (list/refresh/empty state), Claw Chat (threads +
sensitive badge + detail), Settings (push/pop nav: edit profile PATCHes
the system prompt, Other-Claws access toggle PUTs the policy, confirmed
destructive delete), Slack (§7.3 pre-connect gate), Add Apps (live
/api/apps directory + search), Browser (chrome + spec'd empty state)
- /skills Skill Library page + nav entry; curated /api/apps directory
endpoint; e2e seed gains a catalog skill
- P3 exit E2E (6 journeys): themed home screen + device toggle in URL,
agent-written file appears in Files, agent-scheduled routine appears in
Routines, system-prompt edit persists across reload, deep-link cold-load
of ?app=settings&device=full, every app reachable, library installs
132 Rust + 63 frontend tests + 20 Playwright journeys.
Co-Authored-By: Claude Fable 5 <[email protected] >
2026-06-10 05:37:18 -05:00
Omar Sobh and Claude Fable 5
de38449b41
P2 BLOCKING exit green: approval interception chain end-to-end
...
- tc-tools: Effect declarations -> §15 GatedCategory mapping, deny-by-default
external reach, taint invariant property-tested (tainted external effects
are NEVER auto-allowed)
- tc-safety: pending approvals with exact payload+preview, CAS decide with
audit + single-use grant in one tx, checkpoint suspend/load, exclusive
resume claim, expiry sweep, decided-unresumed work queue (migration 0004
adds the outbox the gated email.send tool writes)
- tc-runtime: resumable LoopState checkpointed to agent_runs; gated tool ->
approval row -> approval_required/run_suspended events -> suspend; resume
consumes the grant BEFORE executing (spent grant = no execution), rejection
feeds a structured refusal in-band; durable resume sweeper; continuous
journal seq across suspension (tested). ContentPart::Text became a struct
variant — internally-tagged newtype primitives don't serialize
- tc-api: GET/decide approvals endpoints (409 double-decide, tenant
isolation), decision triggers in-process resume; full chain proven over
HTTP incl. gateway resumeFrom continuation
- frontend: approval_required/run_suspended events, suspended reply state,
inline ApprovalCard (§10: summary, category, exact payload preview,
approve/reject -> decide + stream re-attach), /approvals queue page, nav
- E2E (14 journeys, workers:1 to serialize the shared backend): gated email
blocks with disabled composer -> approve -> continuation + ✓ step + reload
replay; reject -> ✗ step, nothing executed; queue page decides pending
106 Rust + 61 frontend tests + 14 Playwright journeys green.
Co-Authored-By: Claude Fable 5 <[email protected] >
2026-06-10 04:58:47 -05:00
Omar Sobh and Claude Fable 5
32008c9ef0
P1 backend: chat persistence, tc-llm providers, runtime loop, gateway SSE
...
- tc-db: sessions/messages/steps/runs/run_events repos (atomic seq assignment,
history with ordered step traces, journal replay-from-offset); migration 0003
- tc-llm: provider-neutral ChatRequest/LlmEvent; ScriptedProvider (scenario
TOML, word-level deltas, multi-turn tool legs — ships in production for
e2e/air-gap smoke), AnthropicProvider (Messages SSE), OpenAiCompatProvider
(vLLM/Ollama/llama.cpp); opt-in live tests via TC_LIVE_LLM=1
- tc-runtime: run loop with persist-before-emit event journal, real built-in
clock.now tool, step rows on the reply message, tool-error resilience,
broadcast channels for live attach
- tc-api: agent CRUD + settings/full (tenant-isolated, RBAC'd, audited),
sessions create/list/history?tools=true, POST /api/gateway SSE with
monotonic ids and exact resumeFrom journal replay (tested equal to live)
- teamclaw-server: config-driven provider factory
83 Rust tests green, all against real Postgres / real TCP.
Co-Authored-By: Claude Fable 5 <[email protected] >
2026-06-09 23:16:06 -05:00
Omar Sobh and Claude Fable 5
fc173f170d
P0 exit: e2e harness, Playwright shell journeys green, deploy skeleton
...
- teamclaw-server e2e mode (TEAMCLAW_MODE=e2e): idempotent deterministic
seed through the real registration paths
- Playwright suite (6 journeys) against the real backend + prod Next build:
login redirect, bad-password error, shell/roster/online-dot, team members,
seeded credits, sign-out revocation — P0 exit criterion met
- Dockerfiles: musl-static server -> distroless, Next standalone -> distroless
node (multi-arch via TARGETARCH)
- Air-gapped compose topology with edge/core/sandbox_net/secrets_net
segmentation (engine-validated in CI), config-file + env-overlay pattern
- CI: compose validation + e2e job with trace upload
Co-Authored-By: Claude Fable 5 <[email protected] >
2026-06-09 22:48:28 -05:00