Git commits tell you WHAT changed. EPICON tells you WHY.
EPICON Guard is the world's first Intent Accountability Layer for Git, developed by Mobius Systems. It transforms version control from "what changed" to "why it changed" by requiring structured justifications for every code modification.
Traditional Git tracks:
- β WHAT changed
- β WHEN it changed
- β WHO changed it
But not:
- β WHY it changed
- β WHEN should it expire
- β WHAT would make us revert
EPICON Guard adds the missing accountability layer:
EPICON INTENT PUBLICATION
ledger_id: acme:payments:stripe-integration
scope: core
mode: normal
issued_at: 2025-12-22T16:00:00Z
expires_at: 2026-01-22T16:00:00Z
justification: |
Adding Stripe payment integration for credit card processing.
CONTEXT: Current provider (Braintree) has 2.9% fees
DECISION: Stripe offers 2.4% fees + better fraud detection
IMPACT: Projected savings of $50k/year
counterfactuals:
- If fraud rate increases >0.5%, revert
- If A/B test shows worse conversion, stay with Braintree
- If users report payment issues, disableResult: Every code change has documented reasoning, time-bounded authority, and clear success criteria.
Every PR requires a structured justification block explaining WHY, WHAT, HOW, and WHEN.
Changes are limited to declared scope. Security engineers can't accidentally touch payment code.
All access grants expire automatically. No more zombie permissions or forgotten temporary fixes.
Clear success criteria: "If X happens, then do Y." Removes ambiguity about when to revert.
Organizations receive an integrity score based on their engineering practices.
Intent AI suggests justifications based on code changes. "Copilot for intent."
1. Install GitHub App
# Visit github.com/apps/epicon-guard
# Click "Install" and authorize repos2. Add Intent Block to PR
EPICON INTENT PUBLICATION
ledger_id: myorg:myrepo:feature-name
scope: core | docs | infra | tests
mode: normal | emergency
issued_at: 2025-12-22T10:00:00Z
expires_at: 2026-01-22T10:00:00Z
justification: |
Your explanation here...
counterfactuals:
- If condition, then action3. EPICON Validates
β
Intent Publication Valid
β
Scope Aligned
β
Time-Bounded
β
Counterfactuals Present
Intent Quality Score: 92/100
GitHub Organization:
1. Install EPICON Guard GitHub App
2. Configure scope rules (.epicon/config.yml)
3. Set team permissions
4. Enable dashboard accessSelf-Hosted Option:
docker-compose up -d
# See docs/self-hosted-setup.mdMonitor your organization's integrity:
- π΄ Expired intents requiring action
- π‘ Intents expiring soon
- π’ Active intents by scope
- π Corporate Integrity Index (CII)
- π Trends over time
EPICON grades your organization's engineering integrity:
Overall Score: 87/100 (A-)
ββ Intent Compliance: 94%
ββ Justification Quality: 88/100
ββ Scope Discipline: 91%
ββ Time Management: 82%
ββ Counterfactual Maturity: 85%
ββ Emergency Usage: 89%
Display Your Badge:
<img src="https://img.shields.io/endpoint?url=https://epicon.dev/api/badge/yourorg" />Why Companies Display CII:
- π Recruiting: "We're a top 10% integrity company"
- πΌ Sales: "Our engineering practices are certified"
- π Investors: "We have governance maturity"
- β Public repos
- β Intent validation
- β Basic audit logs (30 days)
- β Community support
- β Private repos (unlimited)
- β Advanced audit logs (1 year)
- β Custom scope rules
- β Slack/Teams integration
- β CII scoring
- β SSO/SAML
- β Unlimited audit retention
- β Compliance reports (SOC 2, HIPAA)
- β On-premise deployment
- β Dedicated support
- β FedRAMP certified
- β Air-gapped deployment
- β Clearance-aware controls
- β 24/7 support
"I can read the intent and understand the original decision."
"Future me will thank me for documenting my reasoning."
"I have visibility into which temporary fixes became permanent."
"SOC 2 audits went from 40 hours to 2 hours of prep."
"Students learn to justify technical decisions, not just write code."
"Complete audit trail for clearance-aware access controls."
- β GitHub - Native app integration
- β GitLab - CI/CD pipeline
- β Jira - Automatic ticket linking
- β Slack - Real-time notifications
- β Teams - Collaboration alerts
- π Bitbucket - Coming soon
- Getting Started
- Intent Publication Guide
- Scope Configuration
- Counterfactual Patterns
- API Reference
- Self-Hosted Setup
- Corporate Integrity Index
We welcome contributions! EPICON Guard is open source (AGPL-3.0).
git clone https://github.com/epicon-guard/epicon.git
cd epicon
npm install
npm run devSee CONTRIBUTING.md for guidelines.
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β EPICON Guard β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Intent Engine Validation API Audit Store β
β Scope Enforcer Time Checker CII Calculator β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
βββββββββββΌββββββββββ
β β β
ββββββββΌββββ ββββΌββββ ββββΌβββββ
β GitHub β β GitLabβ β Jira β
ββββββββββββ βββββββββ βββββββββ
See ARCHITECTURE.md for details.
What We Store:
- β Intent publications
- β Validation results
- β Audit logs
What We DON'T Store:
- β Source code
- β Commit diffs
- β API keys or secrets
Compliance:
- β SOC 2 Type II (in progress)
- β GDPR compliant
- β FedRAMP (government tier)
See SECURITY.md for full policy.
| Component | Status | Version |
|---|---|---|
| GitHub App | π‘ Beta | 0.9.0 |
| GitLab CI | π‘ Beta | 0.9.0 |
| Web Dashboard | π‘ Beta | 0.9.0 |
| API | π‘ Beta | 0.9.0 |
| Intent AI | π΄ Roadmap | - |
| Self-Hosted | π‘ Beta | 0.9.0 |
- π Website: epicon.dev
- π¬ Discussions: GitHub Discussions
- π Issues: GitHub Issues
- π§ Email: hello@epicon.dev
- π¦ Twitter: @epiconguard
- π Blog: blog.epicon.dev
- β Intent validation engine
- β GitHub App
- β Basic dashboard
- β CII scoring
- π Intent AI (suggestions)
- π Pattern detection
- π GitLab integration
- π Jira integration
- π SSO/SAML
- π Advanced reporting
- π Self-hosted option
- π Compliance certifications
- π Intent Autopilot
- π Counterfactual monitoring
- π Automated remediation
EPICON Guard is developed by Mobius Systems, creators of the world's first AI Operating System for Civilization.
Mobius Mission: Build governance infrastructure for safe AGI deployment.
Other Mobius Products:
- π‘οΈ EPICON Guard - Intent accountability for Git
- π Mobius Ledger - Integrity-backed audit log
- π MIC Economy - Integrity-linked currency
AGPL-3.0 with Ethical Addendum
See LICENSE for details.
Built with integrity by the Mobius Systems team:
- Michael (Kaizen) - Founder & Architect
- ATLAS - Infrastructure & Operations
- AUREA - Integrity Sentinel
- EVE - Ethics Engine
- JADE - Morale Anchor
- HERMES - Market & Signals
Special thanks to all early adopters and contributors.
π‘οΈ Git commits tell you WHAT changed. EPICON tells you WHY.
Built by Mobius Systems | epicon.dev