| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Make canonical Member input a durable UserDirectedWork turn on the existing FIFO and runtime. Add exact intervention handoff, restart recovery, isolated finalization, idempotent Return, tool authority, quiescence rules, and rollback-safe Team deletion invariants. Verification: - cargo test -p agent_core --lib -- --test-threads=1: 3263 passed, 0 failed, 2 ignored - cargo check, fmt check, and clippy -p agent_core --lib -D warnings: passed - focused hierarchy and OrgTrack deletion persistence: 12/12 passed Pre-commit hook ran. Total eslint: 5, total circular: 0
Carry the exact EventStore source through the existing send path and render durable Member activity, queue, Stop, Return, Writer capability, and lifecycle outcomes without changing Team status. Keep ordinary SDE and Group behavior on their existing paths and localize the new copy across all supported locales. Verification: - pnpm typecheck: passed - pnpm lint: passed with 5 unchanged warnings outside PR8 - pnpm vitest run: 8793 passed, 2 skipped; isolated Canvas rerun 2/2 passed Pre-commit hook ran. Total eslint: 5, total circular: 0
Remove debug-owned send and Return semantics, keep helpers limited to isolated fixture setup and evidence reads, and add a rendered live-provider spec for direct work, Stop, Return, Pause, Resume, Archive, and Delete paths. Verification: - packaged Tauri Computer Use: direct, handoff, Stop, Return, Pause, Resume, Archive, restart, and Delete passed - live Provider checkout SDK scenario: 5/5 fixture tests passed - WDIO live execution: blocked by macOS Tauri WebDriver contenteditable focus; not counted as passed Pre-commit hook ran. Total eslint: 5, total circular: 0
Record the ten-layer architecture review, frontend consistency findings, lifecycle performance matrix, real-provider scenario, destructive Delete revalidation, and the one explicitly blocked WDIO infrastructure path. Verification: - audit evidence reconciled with final source and packaged-App results - git diff --check and secret/personal-path scans: clean Pre-commit hook ran. Total eslint: 5, total circular: 0
Pre-commit hook ran. Total eslint: 5, total circular: 0
| Back | FazBrowse Home | New Git URL |
Problem
Fixes #763
Canonical Agent Org Member pages could not start independent, durable user-directed work. A direct message was either rejected or injected as steering into the current formal TaskExecution; Paused Members could not legally run it, and the old intervention overlay expired after 180 seconds. The transport carried only a boolean intervention hint, so the backend could not prove the exact EventStore user source or recover one stable Turn after a crash.
Return to Work also polled and blanket-drained Inbox state instead of applying an idempotent receipt transition. After the initial PR8 implementation, a cleared receipt was still projected as current returned activity on every Run View refresh, and the frontend discarded the real applied outcome. This made a standalone Planner direct chain repeatedly claim that formal work had resumed even though no formal Task had ever been suspended.
Solution
Potential risks
Verification
Scope and rollout
Audit