Skip to content

feat: Consolidate rendering output into a single plain_module folder - #41

Merged
hisenb3rg merged 2 commits into
devfrom
feat/single-plain-output
Sep 7, 2026
Merged

feat: Consolidate rendering output into a single plain_module folder#41
hisenb3rg merged 2 commits into
devfrom
feat/single-plain-output

Conversation

@hisenb3rg

Copy link
Copy Markdown
Collaborator

Summary

  • Forbid delegating render steps: every step must be done by the main agent, never handed to a subagent, Agent/Task tool or workflow — stated at the top of the skill and repeated at Step 4, where failing runs chose to delegate.
  • All modules now render into shared plain_module/code and plain_module/tests folders, each module building on top of the previous one. This removes the per-module folder copying and the module-referencing rules.
  • Requirement lists (impl-reqs.md, test-reqs.md) live in plain_module/tests so they stay out of dist.
  • Test verification (Step 4.3) now runs the tests of all modules rendered so far, catching regressions in earlier modules.
  • Dependency-artifact cleanup moved to Step 5, once before the dist copy, instead of after every module.

🤖 Generated with Claude Code

hisenb3rg and others added 2 commits September 7, 2026 18:45
Require doing every step in the main conversation. Stated once at the
top of the skill and repeated at Step 4, where failing runs handed
module rendering off to subagents.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
All modules now render into shared plain_module/code and
plain_module/tests folders, each module building on top of the previous
one. This removes the per-module folder copying and the
module-referencing rules. Requirement lists live in plain_module/tests
so they stay out of dist, and test verification now runs the tests of
all modules rendered so far.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@hisenb3rg hisenb3rg changed the title feat: Consolidate module rendering into shared plain_module folder feat: Consolidate rendering output into a single plain_module folder Sep 7, 2026
@hisenb3rg
hisenb3rg merged commit 106ed12 into dev Sep 7, 2026
6 checks passed
@hisenb3rg
hisenb3rg deleted the feat/single-plain-output branch September 7, 2026 17:14
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