Metadata-Version: 2.4
Name: iscstack
Version: 1.0.1
Summary: ISCStack - The Intelligent Systems Control Stack - Authority is a Runtime Property
Author-email: Ibrahim Salama <ibrahim.salama@domims.com>
License: MIT
Project-URL: Homepage, https://iscstack.com
Project-URL: Repository, https://github.com/Ibrahim-Salama-iscstack/ISCSTACK
Keywords: ai,governance,control,iscstack,constitution
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# ISCStack™ - The Intelligent Systems Control Stack

Official Reference Implementation
Founder: Ibrahim Salama
Website: https://iscstack.com

## Constitution
Authority is a Runtime Property - verified at execution boundary.

## Layers
- MLVer: Semantic Verification
- MLROI: Risk & Outcome Intelligence  
- MLAIO: Orchestration
- AIGovCore: Policy Definition
- APIRegulator: Execution Boundary Enforcement (COMMIT NODE)
- MLRegulator: Compliance Mediation

## Installation
pip install iscstack

## Quick Start
from iscstack import APIRegulator
reg = APIRegulator()
result = reg.intercept({"env": "prod", "intent": "delete_db"})
# result = BLOCKED
