refactor(build-mcpb): split reference files by language (PY/TS)#62
Open
JoeCardoso13 wants to merge 2 commits intomainfrom
Open
refactor(build-mcpb): split reference files by language (PY/TS)#62JoeCardoso13 wants to merge 2 commits intomainfrom
JoeCardoso13 wants to merge 2 commits intomainfrom
Conversation
Replace the three monolithic reference files (CONVENTIONS.md, PATTERNS.md,
SKILL_FORMAT.md) with six per-language variants (-PY.md / -TS.md). Each file
is self-contained so the agent loads exactly one language track per invocation.
Workflow phases 0, 2, 3, 4, 5, 6 updated to use {lang}-parameterized pointers
instead of inline A/B branching. Template substitution lists moved from
phase-0 into the new CONVENTIONS files. Concept mapping and Critical Notes
moved from phase-3 into CONVENTIONS. Implementation order moved from phase-3
into PATTERNS. Skill file locations and wiring patterns moved from phase-5
into SKILL_FORMAT files.
Re #60.
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
CONVENTIONS.md,PATTERNS.md,SKILL_FORMAT.md) with six per-language variants (-PY.md/-TS.md), each self-contained so the agent loads exactly one language track per invocation{lang}-parameterized pointers instead of inline A/B branchingCloses #60
Test plan
./scripts/validate.shpasses{lang}references in workflow phases resolve correctly for both PY and TSCONVENTIONS.md,PATTERNS.md,SKILL_FORMAT.md)