feat(health): add P0 health channel kernel and encrypted health zone.

Lock health recording behind confirm-only state machines, reject public publishes for the health category, and ship the 14-day experiment Page Data templates with tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-09-02 09:35:55 +08:00
parent d2d463b1db
commit f96fdcb3b9
34 changed files with 3140 additions and 9 deletions
+17
View File
@@ -143,6 +143,23 @@ const SCOPE_RULES = [
'plaza-ops.test.mjs',
],
},
{
id: 'health',
patterns: [/^health-/i, /health-assistant/i, /templates\/health-p0/i],
tests: [
'health-channel-state.test.mjs',
'health-intent-rules.test.mjs',
'health-extraction.test.mjs',
'health-observation-validate.test.mjs',
'health-baseline-maturity.test.mjs',
'health-publish-guard.test.mjs',
'health-p0-experiment.test.mjs',
'mindspace.test.mjs',
'mindspace-publications.test.mjs',
'chat-skills.test.mjs',
'skills-registry.test.mjs',
],
},
{
id: 'page-data',
patterns: [/page-data/i, /page-access-policy/i, /user-data-space-service/i, /mindspace-sandbox-mcp/i],