refactor(ai): streamline agent harness configuration - #53
Merged
Conversation
Keep shared MCP fan-out authoritative without deleting client-specific servers, and restore client configs when an update fails partway through.
Fortress replaced the single recommend_item digest with typed propose_* tools, so the work-capture leg had been silently no-oping on every call. Rework the trigger around the new surface and fix the resolution gaps it exposed: catch-up over the newest 5 calls instead of only the latest, re-resolve under the vault lock to prevent double-processing, and move the transcript-flush poll into the detached worker so the serial trigger runner never blocks. Agent identity now comes from `whoami` instead of an env var the sandboxed agent could never read, instructions shed ~35% of their tokens with every guardrail intact, and examples are anonymized. Prod is ported to full parity, gaining the title/summary step it never had. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019coG1kSnJbpLw7DWauaSs6
Reduce skill context and cognitive load, remove obsolete workflows, and add a focused writing skill aligned with current model behavior.
# ------------------------ >8 ------------------------ # Do not modify or remove the line above. # Everything below it will be ignored. # # Conflicts: # ai/claude-settings.json
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.
Summary
Prunes obsolete personal skills, adds a focused writing skill, and bumps the plugin to 2.9.0 so current harnesses receive a smaller, clearer instruction set. Also carries the branch’s existing 1Password MCP and Tuple post-call integration updates.
Problem
The harness configuration had accumulated redundant workflows and stale integrations that increased context and maintenance cost.