skills: pattern-catalog upgrade for CRDT terminals + plurigrid/asi cross-refs#107
Open
zubyul wants to merge 1 commit into
Open
skills: pattern-catalog upgrade for CRDT terminals + plurigrid/asi cross-refs#107zubyul wants to merge 1 commit into
zubyul wants to merge 1 commit into
Conversation
…oss-refs Adds PATTERNS.md (11-pattern catalog distilled from shipped precedents: Ghostty, Mach, TigerBeetle, Vello, Bevy, River, Roc, Wave Terminal, Nushell, Zellij, Slint), substantive upgrades to crdt-vterm and crdt-zigger-oneshot following P1/P2/P3/P5/P6/P8/P11, and pattern-catalog cross-references on triad-interleave, mcp-tripartite, asi-polynomial-operads. Co-authored-by: monaduck1069 <monaduck1069@users.noreply.github.com> Co-authored-by: Barton Rhodes <freemorphism@gmail.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.
Adds
PATTERNS.md— an 11-pattern catalog distilled from shipped precedents (Ghostty, Mach, TigerBeetle, Vello, Bevy, River, Roc, Wave Terminal, Nushell, Zellij, Slint) — plus substantive upgrades to two CRDT terminal skills following the catalog patterns, and pattern-catalog cross-references on three triad/asi skills.Changes
PATTERNS.md— 11-pattern catalog (P1 boundary-as-tagged-union through P11 typed-pipeline-composition), shipped-precedent table per pattern, composition graph, Cell A sheaf-condition foundation, quantum extension note.skills/crdt-zigger-oneshot/— full directory copy from local source.skills/crdt-vterm/SKILL.md— appends 7-point upgrade section: boundary-as-tagged-union [P1], capability-sign-ops [P6], schema-drive-op-set [P2], sort-middle compaction [P5], three-way GF(3) merge, linear-types-for-one-shot-ops, libcrdt-vterm C ABI carve [P3].skills/crdt-zigger-oneshot/SKILL.md— appends 8-point upgrade section: explicit Boundary union(enum) [P1], GF(3) triad ports, capability sturdyrefs [P6], typed-pipeline output [P11], strict-budget per stage [P8], resumable-from-boundary, zero-shot memoisation, schema-drive spawn config [P2].skills/{triad-interleave,mcp-tripartite,asi-polynomial-operads}/SKILL.md— small pattern-catalog cross-reference footer.Context
Distilled from a multi-turn deep-read of terminal/UI compositors, GPU pipelines, and protocol surfaces. The CRDT terminal upgrades demonstrate the catalog patterns concretely; the cross-references thread the catalog through related triad/asi skills.
INTERACTION_PATTERNS.md(existing) covers agent-interaction patterns;PATTERNS.md(new) covers compositor/protocol architecture — sibling docs.Co-authors