edictum-ee

Enforces enterprise-grade tool-call contracts in the EDICTUM EE layer.

29|6|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/acartag7/edictum --skill edictum-ee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edictum-ee
Source: https://github.com/acartag7/edictum/tree/main/.claude/skills/edictum-ee
Command: npx skills add https://github.com/acartag7/edictum --skill edictum-ee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enterprise-grade policy enforcement for AI tool calls across Edictum, ensuring contracts are applied before execution and auditable across sessions while keeping core code isolation.

Core Features & Use Cases

  • Enterprise PIIDetector integration and audit sinks
  • Central policy server with hot-reload and SSO
  • Cross-agent session tracking and NL authoring for YAML generation
  • Clear boundaries between core and ee/ implementations

Quick Start

Read CLAUDE.md to understand boundaries, then implement enterprise features under ee/ following core protocols.

Frequently Asked Questions about edictum-ee

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce enterprise policy contracts for AI tool calls before execution?

Enforce enterprise tool-call contracts at scale by automating policy application before execution within the Edictum EE layer, ensuring all AI tool actions are validated against strict enterprise governance rules.

How does PII detection integrate with enterprise audit logging for AI agents?

PII detection integrates with enterprise audit sinks by routing tool-call data through the policy server, capturing sensitive information detection results and generating auditable records across cross-agent sessions.

Can I use natural language to generate YAML policies for contract enforcement?

Yes, NL authoring generates YAML for contract enforcement by translating natural language policy descriptions into structured configurations for the central policy server.

How do I implement enterprise features while maintaining core code isolation?

Maintain core code isolation by implementing enterprise features under the ee/ directory, following the core protocols and workflow boundaries defined in CLAUDE.md to ensure strict separation from core logic.

Does the enterprise policy server support hot-reload and SSO for cross-agent tracking?

The central policy server supports hot-reload for dynamic policy updates and SSO for authenticated access, enabling continuous cross-agent session tracking and enterprise audit enforcement.