docs: preserve event-triggers design spec from a deleted branch#174
Open
jordanrburger wants to merge 2 commits into
Open
docs: preserve event-triggers design spec from a deleted branch#174jordanrburger wants to merge 2 commits into
jordanrburger wants to merge 2 commits into
Conversation
Move three design proposals that lived only on stale local branches into the in-tree docs so they survive branch pruning. None are implemented on main; this preserves the design work for future use. - docs/specs/event-triggers.md (event-driven triggers; roadmap 'in progress') - docs/superpowers/specs/2026-06-21-optional-connector-catalog-design.md - docs/superpowers/specs/2026-06-21-enrichment-recall-subsystem-design.md Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Lands
docs/specs/event-triggers.md(183-line design for event-driven triggers) into the repo. It previously existed only on the local branchfix/pattern-68-template-parser-sync, which was pruned during a repo-hygiene pass — this is the only copy not otherwise preserved.Why
Event-driven triggers are listed as in progress on the project site, but the design doc lived nowhere in-tree. This preserves it.
Scope note
This PR originally also re-added the optional-connector-catalog and enrichment-recall specs — but those are already under review as #152 and #150, so they've been removed here to avoid duplication. #150, #152, and #156 stand on their own.
🤖 Generated with Claude Code