GodsDevProject commited on
Commit
cf28b13
·
verified ·
1 Parent(s): f2d769c

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

Browse files
governance-site/public/.well-known/ai-policy.json CHANGED
@@ -1,25 +1,8 @@
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
  }
 
1
  {
2
+ "policy": "public-governance",
3
+ "ai_usage": "opt-in only",
4
+ "training": "no private data",
5
+ "scraping": "disabled",
6
+ "document_hosting": "prohibited",
7
+ "last_updated": "2026-01-01"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  }