Skip to content

feat: add task lifecycle attention workspace - #20

Merged
ephor merged 4 commits into
mainfrom
feat/lifecycle-attention-workspace
Jul 28, 2026
Merged

feat: add task lifecycle attention workspace#20
ephor merged 4 commits into
mainfrom
feat/lifecycle-attention-workspace

Conversation

@ephor

@ephor ephor commented Jul 27, 2026

Copy link
Copy Markdown
Owner

Summary

  • add server-backed snooze, settle, wake, and return-to-active task lifecycle operations
  • redesign the persistent attention rail around Working, Needs you, Later, and Handled shelves
  • group lead tasks and subagents into compact expandable stacks across the rail, Board, Projects, and Mission Control
  • surface lifecycle badges and filters on Board while keeping any actively working member in Working / Active
  • add responsive persistent-sidebar sizing, agent avatar stacks, and related Task Detail UI polish

Verification

  • bun run test — 307 tests passed
  • bun run typecheck
  • bun run lint
  • oxfmt check on all changed desktop files
  • cargo fmt --check
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test — 131 passed in the full run; the command-not-found assertion was flaky because the shell expanded $$, then passed on immediate isolated retry

ephor added 4 commits July 27, 2026 08:39
Versions and release notes were hand-maintained across five manifests and
CHANGELOG.md, so every release depended on editing the same number twice in
Rust, twice in Tauri, and once in the desktop package.

Changesets now owns both. The root package.json is the single versioned
package; scripts/sync-version.mjs propagates its version to the Rust, Tauri,
and desktop manifests plus both lockfiles, patching only the version keys so it
needs no cargo toolchain, registry index, or network.

The Version release workflow applies pending changesets on main via the
edenlabllc fork (stable mode, pinned to its v1 commit), commits the bump, and
pushes the immutable vX.Y.Z tag that Draft release already builds from. Its own
tagging and release creation stay off: the fork publishes an asset-less release
under a date tag, which would win /releases/latest and break the updater feed
that installed apps read latest.json from.

Draft release now uses the version's CHANGELOG.md section as the release body
instead of commit-generated notes, so published notes are the ones contributors
wrote. The metadata check gained the root package version, both changelog
heading formats, and a guard against tagging with unconsumed changesets. CI
reports pending release impact on pull requests without blocking chores.
@ephor
ephor merged commit 0a54151 into main Jul 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant