feat(prompts): make spec-driven workflow the default - #86
Merged
Merged
Conversation
Bundle tlc-spec-driven with the CodeDeck plugin and apply its fallback contract across orchestrator modes. Co-Authored-By: Claude <noreply@anthropic.com>
Constrain validator and hook file reads to project roots, replace super-linear parsing patterns, and keep lesson listing branch-independent. Add focused regression coverage for rejected external paths so the bundled scripts satisfy Sonar's security gate. Co-Authored-By: Codex <noreply@anthropic.com>
Document the validated path boundary at each remaining file read so SonarCloud does not report the safe helper flow as a path traversal vulnerability. Co-Authored-By: Codex <noreply@anthropic.com>
|
4ndreello
marked this pull request as ready for review
September 15, 2026 18:11
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.



CodeDeck now bundles the full tlc-spec-driven skill in its Claude plugin and makes the workflow the default for all orchestrator modes.
Previously, the orchestrator only carried a lean spec-gates fallback and told workers to use the skill conditionally when their harness exposed it. Claude sessions could not discover the skill from the CodeDeck plugin, and Codex and OpenCode had no shared default.
The plugin now carries SKILL.md with its references and validation scripts. The shared prompt keeps the four-phase contract for harnesses that do not load plugin skills. The read and edit orchestrator manifests include the same spec-gates contract, and NOTICE records the CC-BY-4.0 attribution.
Verification completed with npm run build and 69 focused tests passing.