Skip to content

docs: reposition from 'firewall' to intent-bound action authorization - #7

Merged
koishore merged 1 commit into
mainfrom
docs/intent-bound-positioning
Jun 8, 2026
Merged

docs: reposition from 'firewall' to intent-bound action authorization#7
koishore merged 1 commit into
mainfrom
docs/intent-bound-positioning

Conversation

@koishore

@koishore koishore commented Jun 8, 2026

Copy link
Copy Markdown
Member

Aligns the repo's product positioning with the rest of delego (landing, spec, LinkedIn): "intent-bound action authorization for AI agents", replacing the older "policy & audit firewall" framing.

Prose changed (8 files)

  • README.md headline, ARCHITECTURE.md, SECURITY.md, CONTRIBUTING.md, ROADMAP.md intros
  • pyproject.toml description (flows to PyPI)
  • delego/__init__.py module docstring tagline
  • delego/audit.py docstring ("the firewall makes" → "delego makes")

Intentionally NOT changed

  • The Firewall class and build_firewall() public API, their exports, and all firewall/make_firewall test fixtures and test_firewall_* names — renaming these is a breaking API change, out of scope for a positioning fix.
  • Code/object references to the Firewall instance in docstrings (engine/cli/mcp_server/etc.), README "MCP gateways/firewalls" (other tools), CHANGELOG history, and examples/demo.py object references.

Verification

  • python -m py_compile delego/*.py
  • import delego; from delego import Firewall, build_firewall
  • examples/demo.py runs end-to-end (allow / deny / approval / tamper-detection) ✓ — prose-only, no behavior change.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@koishore
koishore merged commit 16a896f into main Jun 8, 2026
3 checks passed
@koishore
koishore deleted the docs/intent-bound-positioning branch June 8, 2026 09:05
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