Engineering
Published June 10, 2026
Agentic workflows are becoming a GitHub-native concern. When chat reflects active sessions and CLI commands can create or review repository state, engineering teams need a policy model for the whole path.
Operating Model
- Session visibility: Every agent run should have a traceable owner and session record.
- Command scope: Restrict terminal review commands to approved repositories and teams.
- Workflow policy: State when automation can create issues, discussions, or sub-issues.
- Review gate: Keep humans in the loop for security-sensitive outputs.
Failure Modes
- Orphaned sessions: If no one can explain a session, the workflow is too opaque.
- Policy drift: CLI commands can quietly become the default path without review.
- Dependency sprawl: Sub-issue trees can grow faster than anyone can audit them.
Decision Rule
Expand only when the logs, approvals, and scope boundaries are all visible enough to support a post-incident review.