Skip to content

refactor(ai): streamline agent harness configuration - #53

Merged
stephendolan merged 4 commits into
mainfrom
refactor/prune-skills
Jul 24, 2026
Merged

refactor(ai): streamline agent harness configuration#53
stephendolan merged 4 commits into
mainfrom
refactor/prune-skills

Conversation

@stephendolan

Copy link
Copy Markdown
Owner

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.

stephendolan and others added 4 commits July 17, 2026 08:53
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
@stephendolan
stephendolan merged commit fab87d1 into main Jul 24, 2026
1 check passed
@stephendolan
stephendolan deleted the refactor/prune-skills branch July 24, 2026 21:29
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