Skip to content

fix: show provider-aware guidance at approval gates#64

Merged
wittekin merged 1 commit intomainfrom
fix/approval-gate-mcp-messages-62
Mar 8, 2026
Merged

fix: show provider-aware guidance at approval gates#64
wittekin merged 1 commit intomainfrom
fix/approval-gate-mcp-messages-62

Conversation

@wittekin
Copy link
Owner

@wittekin wittekin commented Mar 8, 2026

Summary

Approval gates in --cycle now display context-appropriate instructions based on the configured provider:

  • MCP backends (GitHub Issues, Linear, Jira): shows "Review tasks in: github (labels: millstone)" instead of misleading local file path
  • File backend: shows the local file path as before
  • Analysis failure: generic "The analysis agent did not create any opportunities" instead of hardcoded opportunities.md reference

Closes #62

Test plan

  • --cycle with MCP backend shows correct provider info at approval gates
  • --cycle with file backend still shows local file path
  • All tests pass

🤖 Generated with Claude Code

Approval gates in --cycle now display context-appropriate
instructions based on whether opportunities/tasks are staged,
stored in an MCP backend, or in a local file. Removes hardcoded
references to opportunities.md and tasklist paths that were
misleading for remote provider users.

Generated with millstone orchestrator
@wittekin wittekin force-pushed the fix/approval-gate-mcp-messages-62 branch from 8afc37e to ca403b1 Compare March 8, 2026 03:25
@wittekin wittekin merged commit b74759f into main Mar 8, 2026
16 checks passed
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.

Approval gate messages reference local file paths instead of MCP provider info

1 participant