GodsDevProject commited on
Commit
7283e25
·
verified ·
1 Parent(s): d87de31

Create public/.well-known/ai-policy.json

Browse files
governance-site/public/.well-known/ai-policy.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ai_system_name": "Federal FOIA Intelligence Search",
3
+ "operator": "Independent Open Research Project",
4
+ "capabilities": [
5
+ "Public-record metadata aggregation",
6
+ "Citation generation",
7
+ "Optional AI-assisted summarization (opt-in)"
8
+ ],
9
+ "limitations": [
10
+ "No scraping",
11
+ "No classified access",
12
+ "No autonomous decision-making"
13
+ ],
14
+ "data_handling": {
15
+ "training": "No user data used for training",
16
+ "storage": "No persistent storage",
17
+ "retention": "Session memory only"
18
+ },
19
+ "governance": {
20
+ "human_control": true,
21
+ "auditability": true,
22
+ "disclosure_required": true
23
+ },
24
+ "contact": "governance@your-domain.example"
25
+ }