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:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user