feat(operations): add unified operations workspace - #1
Open
salmonumbrella wants to merge 2 commits into
Open
Conversation
Add the durable-person Directory, relationship network, profile maintenance, and CardDAV publication workflows. Expose safe daemon, embedding, enrichment, source, and future attachment-download controls in Web and TUI Settings. Keep provider credentials write-only, origin-bound, independently versioned, and stored outside config.toml.
wesm
force-pushed
the
feat/issue-639-web-directory
branch
2 times, most recently
from
September 2, 2026 20:27
4cf3393 to
39e5675
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
Background work was spread across several status surfaces, and some lanes had no durable history at all. Operators could see that something was unhealthy without a single place to understand what ran, what is still active, and whether the next step is retry, configuration, or conflict resolution.
Usage
Open Operations from the Web navigation. Filter by lane or state, open a run for its history and recovery guidance, and use actions only when the API advertises them.
Stacked on kenn-io#705. This PR contains the single Operations commit above that branch.
Refs kenn-io#639