Skip to content

fix(mktd): anchor RECON exploration to user-specified constraints (#385)#391

Merged
RyderFreeman4Logos merged 1 commit intomainfrom
fix/mktd-constraint-anchor
Mar 10, 2026
Merged

fix(mktd): anchor RECON exploration to user-specified constraints (#385)#391
RyderFreeman4Logos merged 1 commit intomainfrom
fix/mktd-constraint-anchor

Conversation

@RyderFreeman4Logos
Copy link
Owner

Summary

  • Add CONSTRAINT ANCHOR instructions to all three RECON dimension prompts (structure, patterns, constraints) so CSA sub-agents treat user-specified target crates, files, and architectural approach as hard constraints rather than suggestions from codebase pattern matching
  • Add CONSTRAINT VERIFICATION to the DRAFT step to catch remaining drift before plan generation
  • Sync PATTERN.md and workflow.toml per rule 027

Closes #385

Test plan

  • weave compile patterns/mktd/PATTERN.md passes
  • just pre-commit passes (fmt, clippy, test, e2e)
  • Manual: run /mktd with explicit target crate — verify RECON stays scoped

🤖 Generated with Claude Code

Add CONSTRAINT ANCHOR instructions to all three RECON dimension prompts
(structure, patterns, constraints) so CSA sub-agents treat user-specified
target crates, files, and architectural approach as hard constraints
rather than optional suggestions. Add CONSTRAINT VERIFICATION to the
DRAFT step to catch any remaining drift before plan generation.

Sync PATTERN.md and workflow.toml per rule 027 (pattern-workflow-sync).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@RyderFreeman4Logos
Copy link
Owner Author

Local Review Status

CSA review attempted but gemini-cli quota exhausted (QUOTA_EXHAUSTED). Cloud bot is disabled per project config.

Merge Rationale

  • No Rust code changes — only PATTERN.md and workflow.toml prompt text (11 lines each)
  • weave compile patterns/mktd/PATTERN.md passes
  • just pre-commit passes: fmt, clippy, deny, 2453 unit tests, 16 e2e tests — all green
  • Changes are additive CONSTRAINT ANCHOR instructions in prompt text; no behavioral code impact
  • Version bump from 0.1.110 → 0.1.111

Proceeding with merge given the text-only nature of changes and full test suite pass.

@RyderFreeman4Logos RyderFreeman4Logos merged commit f2ce298 into main Mar 10, 2026
4 of 6 checks passed
@RyderFreeman4Logos RyderFreeman4Logos deleted the fix/mktd-constraint-anchor branch March 10, 2026 04:25
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.

mktd: RECON phase ignores user-specified constraints, codebase pattern-matching overrides explicit prompt

1 participant