This repository is not a product. It holds the organization-level
configuration for github.com/Diplomat-ai:
the public profile page, org-wide fallback files (security policy,
contributing guide, code of conduct, support, funding), and shared
issue / PR templates.
| What it does | |
|---|---|
| diplomat-agent | Static AST scan. Maps every AI-agent tool call with side effects. Pre-deploy. |
| diplomat-gate | Deterministic runtime enforcement. CONTINUE / REVIEW / STOP in <1 ms. |
| diplomat.run | Hosted Decision Control Plane. Audit, dashboards, compliance export. |
The org landing page rendered from profile/README.md lives at
github.com/Diplomat-ai.
.
├── profile/
│ ├── README.md → renders as the org landing page
│ └── images/ → reproducible SVG assets + generators
├── .github/
│ ├── ISSUE_TEMPLATE/ → org-wide issue forms
│ └── PULL_REQUEST_TEMPLATE.md → org-wide PR checklist
├── SECURITY.md → org-wide vulnerability reporting policy
├── CONTRIBUTING.md → org-wide contribution rules
├── CODE_OF_CONDUCT.md → Contributor Covenant 2.1
├── SUPPORT.md → where to ask what
└── FUNDING.yml → Sponsor button target
Per-repo files always win. diplomat-gate/SECURITY.md and
diplomat-agent/SECURITY.md continue to apply where they exist; the
files above are fallbacks for the rest.
The two SVGs on the org landing page are derived artifacts, generated
from Python stdlib scripts. Edit the .py, re-run, commit both:
python profile/images/generate_triptych.py
python profile/images/generate_benchmark.pySee profile/images/README.md for the
design tokens (palette aligned with diplomat-gate and diplomat-agent).
- Bug or typo in this repo → open an issue.
- Security vulnerability → see
SECURITY.md. Do not open a public issue. - Question about a product → open an issue or discussion in the product's own repo, not here.
Apache 2.0 for the contents of this repository.