Skip to content

feat(rules): add parallel execution guidelines#788

Merged
JeremyDev87 merged 1 commit intomasterfrom
feat/parallel-execution-rules-771
Mar 21, 2026
Merged

feat(rules): add parallel execution guidelines#788
JeremyDev87 merged 1 commit intomasterfrom
feat/parallel-execution-rules-771

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Create packages/rules/.ai-rules/rules/parallel-execution.md (205 lines) with:
    • Iron Rule: issues modifying the same files must not run in the same parallel wave
    • Wave planning algorithm: file overlap matrix → dependency analysis → greedy coloring assignment
    • Sub-agent parallelization strategy: worker isolation, prompt design, merge strategy
    • AUTO mode iteration methodology with quality gates between waves
    • Post-execution verification checklist with Iron Rule verification command
    • Common pitfalls table
  • Add reference link in core.md Auto Mode section (1 line change)
  • All rules are tool-agnostic (not specific to any AI assistant)

Test plan

  • markdownlint-cli2 passes (79 files, 0 errors)
  • ajv-cli validate passes (35 agents valid)
  • yarn workspace codingbuddy test:coverage passes
  • No Korean characters in new file
  • core.md change is minimal (single reference line)

Closes #771

Create parallel-execution.md with Iron Rule (no same-file parallel
modification), wave planning algorithm, file overlap matrix,
sub-agent parallelization strategy, and post-execution verification
checklist. Add reference link in core.md Auto Mode section.

Closes #771
@JeremyDev87 JeremyDev87 added refactor priority:must Must Have - 반드시 필요, 없으면 릴리즈 불가 labels Mar 21, 2026
@vercel
Copy link

vercel bot commented Mar 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 21, 2026 5:16pm

@JeremyDev87 JeremyDev87 self-assigned this Mar 21, 2026
@JeremyDev87 JeremyDev87 merged commit 9286343 into master Mar 21, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/parallel-execution-rules-771 branch March 21, 2026 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority:must Must Have - 반드시 필요, 없으면 릴리즈 불가 refactor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: Codify parallel execution rules in .ai-rules

1 participant