Skip to content

docs: collapse action enums to deny | steer | observe#35

Open
lan17 wants to merge 2 commits intomainfrom
lev/updateactionenums
Open

docs: collapse action enums to deny | steer | observe#35
lan17 wants to merge 2 commits intomainfrom
lev/updateactionenums

Conversation

@lan17
Copy link
Copy Markdown
Contributor

@lan17 lan17 commented Apr 2, 2026

Summary

  • Collapses the 5 control action values (allow, deny, steer, warn, log) down to 3 (deny, steer, observe) across all documentation
  • Adds backwards-compatibility notes that legacy values allow/warn/log are still accepted on input but normalized to observe
  • Updates action tables, priority semantics, examples, architecture diagrams, and integration docs

Follows agentcontrol/agent-control#161 which implemented this change in the server, SDK, engine, and UI.

Files changed (11)

  • concepts/controls.mdx — Primary action definition and examples
  • core/reference.mdx — Actions table and priority semantics
  • concepts/overview.mdx — Priority semantics
  • examples/steer-action-demo.mdx — Banking scenario actions
  • examples/agent-control-demo.mdx — Action list
  • examples/deepeval.mdx — Control logic note
  • examples/langchain-sql.mdx — Evaluation outcome labels
  • integrations/langchain.mdx — Action list
  • integrations/crewai.mdx — Action list
  • integrations/strands.mdx — Architecture diagrams
  • concepts/evaluators/built-in-evaluators.mdx — Code comment

Test plan

  • mintlify dev renders all updated pages without errors
  • Action tables show 3 rows (deny, steer, observe)
  • Legacy alias notes render correctly in controls.mdx and reference.mdx
  • No stale references to allow/warn/log as action enum values remain

🤖 Generated with Claude Code

Update all documentation to reflect the consolidated action types.
Legacy values allow/warn/log are now normalized to observe on input.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Card links check

✅ No broken Card links found. Checked external links in 0.4s

@mintlify
Copy link
Copy Markdown

mintlify bot commented Apr 2, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
agentcontrol 🟢 Ready View Preview Apr 2, 2026, 7:47 PM

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

✅ Markdown Lint Passed

All markdown files meet the linting standards! 🎉

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