-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmax.json
More file actions
69 lines (69 loc) · 1.85 KB
/
Copy pathmax.json
File metadata and controls
69 lines (69 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"$schema": "../schemas/pf-profile.schema.json",
"name": "max",
"version": "1.4.0",
"_description": "All-in 143-agent full cycle. ~600k tokens / ~160 min target. Use for: production launch, high-stakes decisions, regression baselines. 26 previews, 5×5 eng across all disciplines, all 4 panels always on, full QA. Postgres + Docker + CI/CD pipelines.",
"stack": {
"db": "postgres",
"db_file_location": "containerized postgres (compose) → managed postgres (prod)",
"containerize": true,
"migration_cmd": "prisma migrate deploy",
"_note": "Full production pipeline. Docker + multi-stage build + CI/CD workflow + observability stack (pino + prometheus)."
},
"previews": {
"count": 26,
"max_user_expand": 26
},
"engineering": {
"teams": 5,
"members_per_team": 5,
"disciplines": ["backend", "frontend", "database", "devops", "sdk"]
},
"qa": {
"security": 5,
"performance": 3,
"accessibility": 3,
"functional": 3,
"tools_retained": ["semgrep", "gitleaks", "axe-core", "lighthouse", "owasp-zap"]
},
"panels": {
"mode": "always",
"keyword_triggers": {
"tp": [],
"bp": [],
"up": [],
"rp": []
},
"escalation": {
"on_unknown_unknown": false,
"confidence_threshold": 0.9
}
},
"scc": {
"max_iter": 5,
"auto_extend_on_error_decrease": true
},
"budget": {
"advocate_tokens": 1500,
"panel_tokens": 600,
"eng_tokens": 7000,
"spec_tokens": 5000
},
"caching": {
"preview_dd": false,
"ttl_seconds": 0
},
"cost_ceiling": {
"p95_tokens": 600000,
"p95_minutes": 160,
"hard_tokens": 900000,
"hard_minutes": 220
},
"profile_escalation": {
"upgrade_to": "max",
"confidence_threshold": 1.0,
"hard_require_signals": [],
"soft_suggest_categories": [],
"min_distinct_categories": 4
}
}