@contractspec/bundle.library 3.9.6 → 3.9.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/.turbo/turbo-build.log +154 -150
  2. package/CHANGELOG.md +44 -0
  3. package/dist/components/docs/DocsIndexPage.js +2 -2
  4. package/dist/components/docs/docsManifest.js +1 -1
  5. package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.d.ts +3 -0
  6. package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.js +95 -0
  7. package/dist/components/docs/guides/GuideContractDrivenFormsPage.d.ts +1 -0
  8. package/dist/components/docs/guides/GuideContractDrivenFormsPage.js +95 -0
  9. package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
  10. package/dist/components/docs/guides/GuidesIndexPage.js +2 -2
  11. package/dist/components/docs/guides/guides.docblocks.js +3 -1
  12. package/dist/components/docs/guides/index.d.ts +1 -0
  13. package/dist/components/docs/guides/index.js +139 -44
  14. package/dist/components/docs/index.js +352 -257
  15. package/dist/index.js +363 -268
  16. package/dist/libs/posthog/client.js +1 -1
  17. package/dist/node/components/docs/DocsIndexPage.js +2 -2
  18. package/dist/node/components/docs/docsManifest.js +1 -1
  19. package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.content.js +94 -0
  20. package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.js +94 -0
  21. package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
  22. package/dist/node/components/docs/guides/GuidesIndexPage.js +2 -2
  23. package/dist/node/components/docs/guides/guides.docblocks.js +3 -1
  24. package/dist/node/components/docs/guides/index.js +139 -44
  25. package/dist/node/components/docs/index.js +352 -257
  26. package/dist/node/index.js +363 -268
  27. package/dist/node/libs/posthog/client.js +1 -1
  28. package/package.json +47 -23
  29. package/src/components/docs/docsManifest.ts +12 -0
  30. package/src/components/docs/generated/docs-index._common.json +2008 -1699
  31. package/src/components/docs/generated/docs-index.agent-console.json +377 -377
  32. package/src/components/docs/generated/docs-index.ai-chat-assistant.json +17 -17
  33. package/src/components/docs/generated/docs-index.ai-chat.json +105 -105
  34. package/src/components/docs/generated/docs-index.ai-support-bot.json +9 -9
  35. package/src/components/docs/generated/docs-index.analytics-dashboard.json +169 -169
  36. package/src/components/docs/generated/docs-index.app-config.json +137 -137
  37. package/src/components/docs/generated/docs-index.artisan-knowledge-product.json +17 -17
  38. package/src/components/docs/generated/docs-index.artisan-payments-stripe.json +33 -33
  39. package/src/components/docs/generated/docs-index.audit-trail.json +49 -49
  40. package/src/components/docs/generated/docs-index.calendar-google.json +9 -9
  41. package/src/components/docs/generated/docs-index.content-generation.json +9 -9
  42. package/src/components/docs/generated/docs-index.control-plane.json +17 -17
  43. package/src/components/docs/generated/docs-index.crm-pipeline.json +161 -161
  44. package/src/components/docs/generated/docs-index.data-grid-showcase.json +25 -25
  45. package/src/components/docs/generated/docs-index.defineExample.json +9 -9
  46. package/src/components/docs/generated/docs-index.email-gmail.json +9 -9
  47. package/src/components/docs/generated/docs-index.feature-flags.json +217 -217
  48. package/src/components/docs/generated/docs-index.files.json +177 -177
  49. package/src/components/docs/generated/docs-index.generated.ts +20 -20
  50. package/src/components/docs/generated/docs-index.harness-lab.json +9 -9
  51. package/src/components/docs/generated/docs-index.health.json +97 -97
  52. package/src/components/docs/generated/docs-index.identity-rbac.json +313 -313
  53. package/src/components/docs/generated/docs-index.in-app-docs.json +9 -9
  54. package/src/components/docs/generated/docs-index.integration-hub.json +265 -265
  55. package/src/components/docs/generated/docs-index.integration-posthog.json +9 -9
  56. package/src/components/docs/generated/docs-index.integration-stripe.json +9 -9
  57. package/src/components/docs/generated/docs-index.integration-supabase.json +9 -9
  58. package/src/components/docs/generated/docs-index.jobs.json +137 -137
  59. package/src/components/docs/generated/docs-index.kb-update-pipeline.json +129 -129
  60. package/src/components/docs/generated/docs-index.knowledge-canon.json +9 -9
  61. package/src/components/docs/generated/docs-index.learning-journey-ambient-coach.json +9 -9
  62. package/src/components/docs/generated/docs-index.learning-journey-crm-onboarding.json +49 -49
  63. package/src/components/docs/generated/docs-index.learning-journey-duo-drills.json +9 -9
  64. package/src/components/docs/generated/docs-index.learning-journey-platform-tour.json +49 -49
  65. package/src/components/docs/generated/docs-index.learning-journey-quest-challenges.json +9 -9
  66. package/src/components/docs/generated/docs-index.learning-journey-registry.json +33 -33
  67. package/src/components/docs/generated/docs-index.learning-journey-studio-onboarding.json +49 -49
  68. package/src/components/docs/generated/docs-index.learning-journey-ui-coaching.json +9 -9
  69. package/src/components/docs/generated/docs-index.learning-journey-ui-gamified.json +9 -9
  70. package/src/components/docs/generated/docs-index.learning-journey-ui-onboarding.json +9 -9
  71. package/src/components/docs/generated/docs-index.learning-journey-ui-shared.json +9 -9
  72. package/src/components/docs/generated/docs-index.learning-journey.json +241 -241
  73. package/src/components/docs/generated/docs-index.learning-patterns.json +9 -9
  74. package/src/components/docs/generated/docs-index.lifecycle-cli.json +9 -9
  75. package/src/components/docs/generated/docs-index.lifecycle-dashboard.json +9 -9
  76. package/src/components/docs/generated/docs-index.locale-jurisdiction-gate.json +65 -65
  77. package/src/components/docs/generated/docs-index.marketplace.json +337 -337
  78. package/src/components/docs/generated/docs-index.meeting-recorder-providers.json +9 -9
  79. package/src/components/docs/generated/docs-index.meeting-recorder.json +49 -49
  80. package/src/components/docs/generated/docs-index.messaging-agent-actions.json +17 -17
  81. package/src/components/docs/generated/docs-index.metrics.json +201 -201
  82. package/src/components/docs/generated/docs-index.minimal.json +17 -17
  83. package/src/components/docs/generated/docs-index.mobile-demo-landing.json +41 -41
  84. package/src/components/docs/generated/docs-index.notifications.json +65 -65
  85. package/src/components/docs/generated/docs-index.openbanking-powens.json +9 -9
  86. package/src/components/docs/generated/docs-index.openbanking.json +65 -65
  87. package/src/components/docs/generated/docs-index.opencode-cli.json +17 -17
  88. package/src/components/docs/generated/docs-index.personalization.json +9 -9
  89. package/src/components/docs/generated/docs-index.platform-acp.json +137 -137
  90. package/src/components/docs/generated/docs-index.platform-agent.json +201 -201
  91. package/src/components/docs/generated/docs-index.platform-context.json +121 -121
  92. package/src/components/docs/generated/docs-index.platform-control-plane.json +321 -321
  93. package/src/components/docs/generated/docs-index.platform-database.json +89 -89
  94. package/src/components/docs/generated/docs-index.platform-docs.json +161 -161
  95. package/src/components/docs/generated/docs-index.platform-harness.json +177 -177
  96. package/src/components/docs/generated/docs-index.platform-integrations.json +329 -329
  97. package/src/components/docs/generated/docs-index.platform-knowledge.json +57 -57
  98. package/src/components/docs/generated/docs-index.platform-provider-ranking.json +217 -217
  99. package/src/components/docs/generated/docs-index.pocket-family-office.json +129 -129
  100. package/src/components/docs/generated/docs-index.policy-safe-knowledge-assistant.json +9 -9
  101. package/src/components/docs/generated/docs-index.product-intent.json +9 -9
  102. package/src/components/docs/generated/docs-index.project-management-sync.json +9 -9
  103. package/src/components/docs/generated/docs-index.saas-boilerplate.json +209 -209
  104. package/src/components/docs/generated/docs-index.service-business-os.json +193 -193
  105. package/src/components/docs/generated/docs-index.team-hub.json +185 -185
  106. package/src/components/docs/generated/docs-index.unknown.json +521 -521
  107. package/src/components/docs/generated/docs-index.versioned-knowledge-base.json +81 -81
  108. package/src/components/docs/generated/docs-index.video-api-showcase.json +33 -33
  109. package/src/components/docs/generated/docs-index.video-docs-terminal.json +9 -9
  110. package/src/components/docs/generated/docs-index.video-marketing-clip.json +9 -9
  111. package/src/components/docs/generated/docs-index.visualization-showcase.json +17 -17
  112. package/src/components/docs/generated/docs-index.voice-providers.json +9 -9
  113. package/src/components/docs/generated/docs-index.wealth-snapshot.json +153 -153
  114. package/src/components/docs/generated/docs-index.workflow-system.json +433 -433
  115. package/src/components/docs/generated/docs-index.workspace-cli.json +9 -9
  116. package/src/components/docs/guides/GuideContractDrivenFormsPage.content.ts +98 -0
  117. package/src/components/docs/guides/GuideContractDrivenFormsPage.tsx +143 -0
  118. package/src/components/docs/guides/GuideSpecValidationTypingPage.tsx +2 -2
  119. package/src/components/docs/guides/GuidesIndexPage.tsx +7 -0
  120. package/src/components/docs/guides/guides.docblocks.ts +12 -0
  121. package/src/components/docs/guides/index.ts +1 -0
  122. package/src/libs/posthog/client.ts +11 -9
@@ -1,90 +1,90 @@
1
1
  [
2
- {
3
- "id": "platform.database/database.context",
4
- "title": "database.context",
5
- "summary": "Schema, migration, dictionary, and read-only query surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: context\n- **File**: `packages/libs/contracts-spec/src/database/capabilities/databaseContext.capability.ts`",
6
- "route": "/docs/reference/platform.database/database.context",
7
- "source": "generated",
8
- "contentPath": "platform.database/database.context.md"
9
- },
10
- {
11
- "id": "platform.database/database.dictionary.get",
12
- "title": "database.dictionary.get",
13
- "summary": "Retrieve a data dictionary entry for a schema field.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: dictionary\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseDictionaryGet.query.ts`",
14
- "route": "/docs/reference/platform.database/database.dictionary.get",
15
- "source": "generated",
16
- "contentPath": "platform.database/database.dictionary.get.md"
17
- },
18
- {
19
- "id": "platform.database/database.migrations.list",
20
- "title": "database.migrations.list",
21
- "summary": "List registered database migrations and statuses.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: migrations\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseMigrationsList.query.ts`",
22
- "route": "/docs/reference/platform.database/database.migrations.list",
23
- "source": "generated",
24
- "contentPath": "platform.database/database.migrations.list.md"
25
- },
26
- {
27
- "id": "platform.database/database.query.readonly",
28
- "title": "database.query.readonly",
29
- "summary": "Execute a governed read-only query via a data view.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: query, readonly\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseQueryReadonly.query.ts`",
30
- "route": "/docs/reference/platform.database/database.query.readonly",
31
- "source": "generated",
32
- "contentPath": "platform.database/database.query.readonly.md"
33
- },
34
- {
35
- "id": "platform.database/database.schema.describe",
36
- "title": "database.schema.describe",
37
- "summary": "Describe database schemas and models with PII indicators.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: describe\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseSchemaDescribe.query.ts`",
38
- "route": "/docs/reference/platform.database/database.schema.describe",
39
- "source": "generated",
40
- "contentPath": "platform.database/database.schema.describe.md"
41
- },
42
- {
43
- "id": "platform.database/docs.tech.database.context",
44
- "title": "Database context",
45
- "summary": "Database context covers schema descriptions, migrations, data dictionary entries, and governed read-only access.",
46
- "route": "/docs/reference/platform.database/docs.tech.database.context",
47
- "source": "generated",
48
- "contentPath": "platform.database/docs.tech.database.context.md"
49
- },
50
- {
51
- "id": "platform.database/docs.tech.database.dictionary.get",
52
- "title": "database.dictionary.get",
53
- "summary": "Returns semantic descriptions and PII tags for fields.",
54
- "route": "/docs/reference/platform.database/docs.tech.database.dictionary.get",
55
- "source": "generated",
56
- "contentPath": "platform.database/docs.tech.database.dictionary.get.md"
57
- },
58
- {
59
- "id": "platform.database/docs.tech.database.migrations.list",
60
- "title": "database.migrations.list",
61
- "summary": "Returns migration registry entries and statuses for auditability.",
62
- "route": "/docs/reference/platform.database/docs.tech.database.migrations.list",
63
- "source": "generated",
64
- "contentPath": "platform.database/docs.tech.database.migrations.list.md"
65
- },
66
- {
67
- "id": "platform.database/docs.tech.database.query.readonly",
68
- "title": "database.query.readonly",
69
- "summary": "Executes read-only data access using data views with policy and redaction.",
70
- "route": "/docs/reference/platform.database/docs.tech.database.query.readonly",
71
- "source": "generated",
72
- "contentPath": "platform.database/docs.tech.database.query.readonly.md"
73
- },
74
- {
75
- "id": "platform.database/docs.tech.database.schema.describe",
76
- "title": "database.schema.describe",
77
- "summary": "Returns deterministic schema summaries for agents and operators.",
78
- "route": "/docs/reference/platform.database/docs.tech.database.schema.describe",
79
- "source": "generated",
80
- "contentPath": "platform.database/docs.tech.database.schema.describe.md"
81
- },
82
- {
83
- "id": "platform.database/platform.database",
84
- "title": "platform.database",
85
- "summary": "Describe schemas, list migrations, query data dictionaries, and execute read-only queries\n- **Type**: feature\n- **Version**: 1.0.0\n- **File**: `packages/libs/contracts-spec/src/database/database.feature.ts`",
86
- "route": "/docs/reference/platform.database/platform.database",
87
- "source": "generated",
88
- "contentPath": "platform.database/platform.database.md"
89
- }
90
- ]
2
+ {
3
+ "id": "platform.database/database.context",
4
+ "title": "database.context",
5
+ "summary": "Schema, migration, dictionary, and read-only query surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: context\n- **File**: `packages/libs/contracts-spec/src/database/capabilities/databaseContext.capability.ts`",
6
+ "route": "/docs/reference/platform.database/database.context",
7
+ "source": "generated",
8
+ "contentPath": "platform.database/database.context.md"
9
+ },
10
+ {
11
+ "id": "platform.database/database.dictionary.get",
12
+ "title": "database.dictionary.get",
13
+ "summary": "Retrieve a data dictionary entry for a schema field.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: dictionary\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseDictionaryGet.query.ts`",
14
+ "route": "/docs/reference/platform.database/database.dictionary.get",
15
+ "source": "generated",
16
+ "contentPath": "platform.database/database.dictionary.get.md"
17
+ },
18
+ {
19
+ "id": "platform.database/database.migrations.list",
20
+ "title": "database.migrations.list",
21
+ "summary": "List registered database migrations and statuses.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: migrations\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseMigrationsList.query.ts`",
22
+ "route": "/docs/reference/platform.database/database.migrations.list",
23
+ "source": "generated",
24
+ "contentPath": "platform.database/database.migrations.list.md"
25
+ },
26
+ {
27
+ "id": "platform.database/database.query.readonly",
28
+ "title": "database.query.readonly",
29
+ "summary": "Execute a governed read-only query via a data view.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: query, readonly\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseQueryReadonly.query.ts`",
30
+ "route": "/docs/reference/platform.database/database.query.readonly",
31
+ "source": "generated",
32
+ "contentPath": "platform.database/database.query.readonly.md"
33
+ },
34
+ {
35
+ "id": "platform.database/database.schema.describe",
36
+ "title": "database.schema.describe",
37
+ "summary": "Describe database schemas and models with PII indicators.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: describe\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseSchemaDescribe.query.ts`",
38
+ "route": "/docs/reference/platform.database/database.schema.describe",
39
+ "source": "generated",
40
+ "contentPath": "platform.database/database.schema.describe.md"
41
+ },
42
+ {
43
+ "id": "platform.database/docs.tech.database.context",
44
+ "title": "Database context",
45
+ "summary": "Database context covers schema descriptions, migrations, data dictionary entries, and governed read-only access.",
46
+ "route": "/docs/reference/platform.database/docs.tech.database.context",
47
+ "source": "generated",
48
+ "contentPath": "platform.database/docs.tech.database.context.md"
49
+ },
50
+ {
51
+ "id": "platform.database/docs.tech.database.dictionary.get",
52
+ "title": "database.dictionary.get",
53
+ "summary": "Returns semantic descriptions and PII tags for fields.",
54
+ "route": "/docs/reference/platform.database/docs.tech.database.dictionary.get",
55
+ "source": "generated",
56
+ "contentPath": "platform.database/docs.tech.database.dictionary.get.md"
57
+ },
58
+ {
59
+ "id": "platform.database/docs.tech.database.migrations.list",
60
+ "title": "database.migrations.list",
61
+ "summary": "Returns migration registry entries and statuses for auditability.",
62
+ "route": "/docs/reference/platform.database/docs.tech.database.migrations.list",
63
+ "source": "generated",
64
+ "contentPath": "platform.database/docs.tech.database.migrations.list.md"
65
+ },
66
+ {
67
+ "id": "platform.database/docs.tech.database.query.readonly",
68
+ "title": "database.query.readonly",
69
+ "summary": "Executes read-only data access using data views with policy and redaction.",
70
+ "route": "/docs/reference/platform.database/docs.tech.database.query.readonly",
71
+ "source": "generated",
72
+ "contentPath": "platform.database/docs.tech.database.query.readonly.md"
73
+ },
74
+ {
75
+ "id": "platform.database/docs.tech.database.schema.describe",
76
+ "title": "database.schema.describe",
77
+ "summary": "Returns deterministic schema summaries for agents and operators.",
78
+ "route": "/docs/reference/platform.database/docs.tech.database.schema.describe",
79
+ "source": "generated",
80
+ "contentPath": "platform.database/docs.tech.database.schema.describe.md"
81
+ },
82
+ {
83
+ "id": "platform.database/platform.database",
84
+ "title": "platform.database",
85
+ "summary": "Describe schemas, list migrations, query data dictionaries, and execute read-only queries\n- **Type**: feature\n- **Version**: 1.0.0\n- **File**: `packages/libs/contracts-spec/src/database/database.feature.ts`",
86
+ "route": "/docs/reference/platform.database/platform.database",
87
+ "source": "generated",
88
+ "contentPath": "platform.database/platform.database.md"
89
+ }
90
+ ]
@@ -1,162 +1,162 @@
1
1
  [
2
- {
3
- "id": "platform.docs/AddNumbersSpec",
4
- "title": "AddNumbersSpec",
5
- "summary": "- **Type**: operation (command)\n- **Version**: 1.0.0\n- **File**: `packages/libs/contracts-spec/src/docs/docblocks.manifest.generated.ts`\n```typescript\nexport const AddNumbersSpec = defineCommand({\\n meta: { name: 'math.add', version: '1.0.0', /* … */ },\\n io: {\\n input: AddNumbersInput,\\n output: AddNumbersOutput,\\n },\\n policy: { auth: 'user' },\\n});",
6
- "route": "/docs/reference/platform.docs/AddNumbersSpec",
7
- "source": "generated",
8
- "contentPath": "platform.docs/AddNumbersSpec.md"
9
- },
10
- {
11
- "id": "platform.docs/docs_search",
12
- "title": "docs_search",
13
- "summary": "Search and filter DocBlocks by query, tag, or visibility.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: search, index\n- **File**: `packages/libs/contracts-spec/src/docs/queries/docsIndex.query.ts`",
14
- "route": "/docs/reference/platform.docs/docs_search",
15
- "source": "generated",
16
- "contentPath": "platform.docs/docs_search.md"
17
- },
18
- {
19
- "id": "platform.docs/docs_search.form",
20
- "title": "docs_search.form",
21
- "summary": "Search form for documentation discovery.\n- **Type**: form (form)\n- **Version**: 1.0.0\n- **Tags**: search\n- **File**: `packages/libs/contracts-spec/src/docs/forms/docsSearch.form.ts`\n```typescript\nimport { ScalarTypeEnum, SchemaModel } from '@contractspec/lib.schema';",
22
- "route": "/docs/reference/platform.docs/docs_search.form",
23
- "source": "generated",
24
- "contentPath": "platform.docs/docs_search.form.md"
25
- },
26
- {
27
- "id": "platform.docs/docs.accessibility_wcag_compliance_specs",
28
- "title": "Accessibility & WCAG Compliance — **specs.md**",
29
- "summary": "> **Goal:** Ship interfaces that are usable by everyone, by default. This spec sets non‑negotiable rules, checklists, and CI gates to meet **WCAG 2.2 AA** (aim for AAA where low‑cost), align with **EN 301 549** (EU), and keep parity on **web (Next.js)** and **mobile (Expo/React Native)**.",
30
- "route": "/docs/reference/platform.docs/docs.accessibility_wcag_compliance_specs",
31
- "source": "generated",
32
- "contentPath": "platform.docs/docs.accessibility_wcag_compliance_specs.md"
33
- },
34
- {
35
- "id": "platform.docs/docs.contract.reference",
36
- "title": "docs.contract.reference",
37
- "summary": "Resolve a contract into a documentation-ready reference.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: reference\n- **File**: `packages/libs/contracts-spec/src/docs/queries/contractReference.query.ts`",
38
- "route": "/docs/reference/platform.docs/docs.contract.reference",
39
- "source": "generated",
40
- "contentPath": "platform.docs/docs.contract.reference.md"
41
- },
42
- {
43
- "id": "platform.docs/docs.generate",
44
- "title": "docs.generate",
45
- "summary": "Generate documentation artifacts from ContractSpecs.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: generation\n- **File**: `packages/libs/contracts-spec/src/docs/commands/docsGenerate.command.ts`",
46
- "route": "/docs/reference/platform.docs/docs.generate",
47
- "source": "generated",
48
- "contentPath": "platform.docs/docs.generate.md"
49
- },
50
- {
51
- "id": "platform.docs/docs.generated",
52
- "title": "docs.generated",
53
- "summary": "Emitted when documentation artifacts are generated.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: generation\n- **File**: `packages/libs/contracts-spec/src/docs/events/docsGenerated.event.ts`\n```typescript",
54
- "route": "/docs/reference/platform.docs/docs.generated",
55
- "source": "generated",
56
- "contentPath": "platform.docs/docs.generated.md"
57
- },
58
- {
59
- "id": "platform.docs/docs.layout",
60
- "title": "docs.layout",
61
- "summary": "Shared layout shell for documentation pages.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: layout\n- **File**: `packages/libs/contracts-spec/src/docs/presentations/docsLayout.presentation.ts`",
62
- "route": "/docs/reference/platform.docs/docs.layout",
63
- "source": "generated",
64
- "contentPath": "platform.docs/docs.layout.md"
65
- },
66
- {
67
- "id": "platform.docs/docs.meta.docblocks-process",
68
- "title": "platform.docs/docs.meta.docblocks-process",
69
- "summary": "- Colocate docs beside implementation; avoid barrel /docs folders.\n- Split intent:\n- **goal**: why this exists (before implementation).\n- **how**: operational/runbook steps.\n- **usage**: quick checklist for consumers.",
70
- "route": "/docs/reference/platform.docs/docs.meta.docblocks-process",
71
- "source": "generated",
72
- "contentPath": "platform.docs/docs.meta.docblocks-process.md"
73
- },
74
- {
75
- "id": "platform.docs/docs.publish",
76
- "title": "docs.publish",
77
- "summary": "Publish generated documentation artifacts.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: publish\n- **File**: `packages/libs/contracts-spec/src/docs/commands/docsPublish.command.ts`\nDeploy docs to the public docs surface with consistent versioning.",
78
- "route": "/docs/reference/platform.docs/docs.publish",
79
- "source": "generated",
80
- "contentPath": "platform.docs/docs.publish.md"
81
- },
82
- {
83
- "id": "platform.docs/docs.published",
84
- "title": "docs.published",
85
- "summary": "Emitted when documentation is published.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: publish\n- **File**: `packages/libs/contracts-spec/src/docs/events/docsPublished.event.ts`\n```typescript\nimport { ScalarTypeEnum, SchemaModel } from '@contractspec/lib.schema';",
86
- "route": "/docs/reference/platform.docs/docs.published",
87
- "source": "generated",
88
- "contentPath": "platform.docs/docs.published.md"
89
- },
90
- {
91
- "id": "platform.docs/docs.reference.page",
92
- "title": "docs.reference.page",
93
- "summary": "Reference page layout for contract documentation.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: reference\n- **File**: `packages/libs/contracts-spec/src/docs/presentations/docsReferencePage.presentation.ts`",
94
- "route": "/docs/reference/platform.docs/docs.reference.page",
95
- "source": "generated",
96
- "contentPath": "platform.docs/docs.reference.page.md"
97
- },
98
- {
99
- "id": "platform.docs/docs.search",
100
- "title": "docs_search",
101
- "summary": "Search and filter DocBlocks by query, tag, or visibility.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: search, index\n- **File**: `packages/libs/contracts-spec/src/docs/queries/docsIndex.query.ts`",
102
- "route": "/docs/reference/platform.docs/docs.search",
103
- "source": "generated",
104
- "contentPath": "platform.docs/docs.search.md"
105
- },
106
- {
107
- "id": "platform.docs/docs.system",
108
- "title": "docs.system",
109
- "summary": "End-to-end docs generation, indexing, and presentation.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: system\n- **File**: `packages/libs/contracts-spec/src/docs/capabilities/documentationSystem.capability.ts`",
110
- "route": "/docs/reference/platform.docs/docs.system",
111
- "source": "generated",
112
- "contentPath": "platform.docs/docs.system.md"
113
- },
114
- {
115
- "id": "platform.docs/docs.tech.docs-generator",
116
- "title": "Docs generator",
117
- "summary": "The generator produces documentation artifacts, search metadata, and reference pages from ContractSpecs and DocBlocks.",
118
- "route": "/docs/reference/platform.docs/docs.tech.docs-generator",
119
- "source": "generated",
120
- "contentPath": "platform.docs/docs.tech.docs-generator.md"
121
- },
122
- {
123
- "id": "platform.docs/docs.tech.docs-publish",
124
- "title": "Docs publish",
125
- "summary": "Publishing moves generated artifacts to a hosting target with versioning and release metadata.",
126
- "route": "/docs/reference/platform.docs/docs.tech.docs-publish",
127
- "source": "generated",
128
- "contentPath": "platform.docs/docs.tech.docs-publish.md"
129
- },
130
- {
131
- "id": "platform.docs/docs.tech.docs-reference",
132
- "title": "Contract reference",
133
- "summary": "Contract reference pages are generated from spec metadata plus schema details and exposed as a docs-ready payload.",
134
- "route": "/docs/reference/platform.docs/docs.tech.docs-reference",
135
- "source": "generated",
136
- "contentPath": "platform.docs/docs.tech.docs-reference.md"
137
- },
138
- {
139
- "id": "platform.docs/docs.tech.docs-search",
140
- "title": "Docs index and search",
141
- "summary": "The docs index is the canonical list of DocBlocks exposed to UI, CLI, and MCP surfaces for filtering and retrieval.",
142
- "route": "/docs/reference/platform.docs/docs.tech.docs-search",
143
- "source": "generated",
144
- "contentPath": "platform.docs/docs.tech.docs-search.md"
145
- },
146
- {
147
- "id": "platform.docs/docs.tech.docs-system",
148
- "title": "Docs system overview",
149
- "summary": "ContractSpec treats documentation as a first-class output of your specs. The docs system combines contracts, DocBlocks, manifests, and presentations into a consistent docs surface.",
150
- "route": "/docs/reference/platform.docs/docs.tech.docs-system",
151
- "source": "generated",
152
- "contentPath": "platform.docs/docs.tech.docs-system.md"
153
- },
154
- {
155
- "id": "platform.docs/platform.docs",
156
- "title": "platform.docs",
157
- "summary": "Generate, publish, search, and reference contract documentation and DocBlocks\n- **Type**: feature\n- **Version**: 1.0.0\n- **File**: `packages/libs/contracts-spec/src/docs/docs.feature.ts`\n- `docs.generate` (v1.0.0)",
158
- "route": "/docs/reference/platform.docs/platform.docs",
159
- "source": "generated",
160
- "contentPath": "platform.docs/platform.docs.md"
161
- }
162
- ]
2
+ {
3
+ "id": "platform.docs/AddNumbersSpec",
4
+ "title": "AddNumbersSpec",
5
+ "summary": "- **Type**: operation (command)\n- **Version**: 1.0.0\n- **File**: `packages/libs/contracts-spec/src/docs/docblocks.manifest.generated.ts`\n```typescript\nexport const AddNumbersSpec = defineCommand({\\n meta: { name: 'math.add', version: '1.0.0', /* … */ },\\n io: {\\n input: AddNumbersInput,\\n output: AddNumbersOutput,\\n },\\n policy: { auth: 'user' },\\n});",
6
+ "route": "/docs/reference/platform.docs/AddNumbersSpec",
7
+ "source": "generated",
8
+ "contentPath": "platform.docs/AddNumbersSpec.md"
9
+ },
10
+ {
11
+ "id": "platform.docs/docs_search",
12
+ "title": "docs_search",
13
+ "summary": "Search and filter DocBlocks by query, tag, or visibility.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: search, index\n- **File**: `packages/libs/contracts-spec/src/docs/queries/docsIndex.query.ts`",
14
+ "route": "/docs/reference/platform.docs/docs_search",
15
+ "source": "generated",
16
+ "contentPath": "platform.docs/docs_search.md"
17
+ },
18
+ {
19
+ "id": "platform.docs/docs_search.form",
20
+ "title": "docs_search.form",
21
+ "summary": "Search form for documentation discovery.\n- **Type**: form (form)\n- **Version**: 1.0.0\n- **Tags**: search\n- **File**: `packages/libs/contracts-spec/src/docs/forms/docsSearch.form.ts`\n```typescript\nimport { ScalarTypeEnum, SchemaModel } from '@contractspec/lib.schema';",
22
+ "route": "/docs/reference/platform.docs/docs_search.form",
23
+ "source": "generated",
24
+ "contentPath": "platform.docs/docs_search.form.md"
25
+ },
26
+ {
27
+ "id": "platform.docs/docs.accessibility_wcag_compliance_specs",
28
+ "title": "Accessibility & WCAG Compliance — **specs.md**",
29
+ "summary": "> **Goal:** Ship interfaces that are usable by everyone, by default. This spec sets non‑negotiable rules, checklists, and CI gates to meet **WCAG 2.2 AA** (aim for AAA where low‑cost), align with **EN 301 549** (EU), and keep parity on **web (Next.js)** and **mobile (Expo/React Native)**.",
30
+ "route": "/docs/reference/platform.docs/docs.accessibility_wcag_compliance_specs",
31
+ "source": "generated",
32
+ "contentPath": "platform.docs/docs.accessibility_wcag_compliance_specs.md"
33
+ },
34
+ {
35
+ "id": "platform.docs/docs.contract.reference",
36
+ "title": "docs.contract.reference",
37
+ "summary": "Resolve a contract into a documentation-ready reference.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: reference\n- **File**: `packages/libs/contracts-spec/src/docs/queries/contractReference.query.ts`",
38
+ "route": "/docs/reference/platform.docs/docs.contract.reference",
39
+ "source": "generated",
40
+ "contentPath": "platform.docs/docs.contract.reference.md"
41
+ },
42
+ {
43
+ "id": "platform.docs/docs.generate",
44
+ "title": "docs.generate",
45
+ "summary": "Generate documentation artifacts from ContractSpecs.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: generation\n- **File**: `packages/libs/contracts-spec/src/docs/commands/docsGenerate.command.ts`",
46
+ "route": "/docs/reference/platform.docs/docs.generate",
47
+ "source": "generated",
48
+ "contentPath": "platform.docs/docs.generate.md"
49
+ },
50
+ {
51
+ "id": "platform.docs/docs.generated",
52
+ "title": "docs.generated",
53
+ "summary": "Emitted when documentation artifacts are generated.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: generation\n- **File**: `packages/libs/contracts-spec/src/docs/events/docsGenerated.event.ts`\n```typescript",
54
+ "route": "/docs/reference/platform.docs/docs.generated",
55
+ "source": "generated",
56
+ "contentPath": "platform.docs/docs.generated.md"
57
+ },
58
+ {
59
+ "id": "platform.docs/docs.layout",
60
+ "title": "docs.layout",
61
+ "summary": "Shared layout shell for documentation pages.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: layout\n- **File**: `packages/libs/contracts-spec/src/docs/presentations/docsLayout.presentation.ts`",
62
+ "route": "/docs/reference/platform.docs/docs.layout",
63
+ "source": "generated",
64
+ "contentPath": "platform.docs/docs.layout.md"
65
+ },
66
+ {
67
+ "id": "platform.docs/docs.meta.docblocks-process",
68
+ "title": "platform.docs/docs.meta.docblocks-process",
69
+ "summary": "- Colocate docs beside implementation; avoid barrel /docs folders.\n- Split intent:\n- **goal**: why this exists (before implementation).\n- **how**: operational/runbook steps.\n- **usage**: quick checklist for consumers.",
70
+ "route": "/docs/reference/platform.docs/docs.meta.docblocks-process",
71
+ "source": "generated",
72
+ "contentPath": "platform.docs/docs.meta.docblocks-process.md"
73
+ },
74
+ {
75
+ "id": "platform.docs/docs.publish",
76
+ "title": "docs.publish",
77
+ "summary": "Publish generated documentation artifacts.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: publish\n- **File**: `packages/libs/contracts-spec/src/docs/commands/docsPublish.command.ts`\nDeploy docs to the public docs surface with consistent versioning.",
78
+ "route": "/docs/reference/platform.docs/docs.publish",
79
+ "source": "generated",
80
+ "contentPath": "platform.docs/docs.publish.md"
81
+ },
82
+ {
83
+ "id": "platform.docs/docs.published",
84
+ "title": "docs.published",
85
+ "summary": "Emitted when documentation is published.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: publish\n- **File**: `packages/libs/contracts-spec/src/docs/events/docsPublished.event.ts`\n```typescript\nimport { ScalarTypeEnum, SchemaModel } from '@contractspec/lib.schema';",
86
+ "route": "/docs/reference/platform.docs/docs.published",
87
+ "source": "generated",
88
+ "contentPath": "platform.docs/docs.published.md"
89
+ },
90
+ {
91
+ "id": "platform.docs/docs.reference.page",
92
+ "title": "docs.reference.page",
93
+ "summary": "Reference page layout for contract documentation.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: reference\n- **File**: `packages/libs/contracts-spec/src/docs/presentations/docsReferencePage.presentation.ts`",
94
+ "route": "/docs/reference/platform.docs/docs.reference.page",
95
+ "source": "generated",
96
+ "contentPath": "platform.docs/docs.reference.page.md"
97
+ },
98
+ {
99
+ "id": "platform.docs/docs.search",
100
+ "title": "docs_search",
101
+ "summary": "Search and filter DocBlocks by query, tag, or visibility.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: search, index\n- **File**: `packages/libs/contracts-spec/src/docs/queries/docsIndex.query.ts`",
102
+ "route": "/docs/reference/platform.docs/docs.search",
103
+ "source": "generated",
104
+ "contentPath": "platform.docs/docs.search.md"
105
+ },
106
+ {
107
+ "id": "platform.docs/docs.system",
108
+ "title": "docs.system",
109
+ "summary": "End-to-end docs generation, indexing, and presentation.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: system\n- **File**: `packages/libs/contracts-spec/src/docs/capabilities/documentationSystem.capability.ts`",
110
+ "route": "/docs/reference/platform.docs/docs.system",
111
+ "source": "generated",
112
+ "contentPath": "platform.docs/docs.system.md"
113
+ },
114
+ {
115
+ "id": "platform.docs/docs.tech.docs-generator",
116
+ "title": "Docs generator",
117
+ "summary": "The generator produces documentation artifacts, search metadata, and reference pages from ContractSpecs and DocBlocks.",
118
+ "route": "/docs/reference/platform.docs/docs.tech.docs-generator",
119
+ "source": "generated",
120
+ "contentPath": "platform.docs/docs.tech.docs-generator.md"
121
+ },
122
+ {
123
+ "id": "platform.docs/docs.tech.docs-publish",
124
+ "title": "Docs publish",
125
+ "summary": "Publishing moves generated artifacts to a hosting target with versioning and release metadata.",
126
+ "route": "/docs/reference/platform.docs/docs.tech.docs-publish",
127
+ "source": "generated",
128
+ "contentPath": "platform.docs/docs.tech.docs-publish.md"
129
+ },
130
+ {
131
+ "id": "platform.docs/docs.tech.docs-reference",
132
+ "title": "Contract reference",
133
+ "summary": "Contract reference pages are generated from spec metadata plus schema details and exposed as a docs-ready payload.",
134
+ "route": "/docs/reference/platform.docs/docs.tech.docs-reference",
135
+ "source": "generated",
136
+ "contentPath": "platform.docs/docs.tech.docs-reference.md"
137
+ },
138
+ {
139
+ "id": "platform.docs/docs.tech.docs-search",
140
+ "title": "Docs index and search",
141
+ "summary": "The docs index is the canonical list of DocBlocks exposed to UI, CLI, and MCP surfaces for filtering and retrieval.",
142
+ "route": "/docs/reference/platform.docs/docs.tech.docs-search",
143
+ "source": "generated",
144
+ "contentPath": "platform.docs/docs.tech.docs-search.md"
145
+ },
146
+ {
147
+ "id": "platform.docs/docs.tech.docs-system",
148
+ "title": "Docs system overview",
149
+ "summary": "ContractSpec treats documentation as a first-class output of your specs. The docs system combines contracts, DocBlocks, manifests, and presentations into a consistent docs surface.",
150
+ "route": "/docs/reference/platform.docs/docs.tech.docs-system",
151
+ "source": "generated",
152
+ "contentPath": "platform.docs/docs.tech.docs-system.md"
153
+ },
154
+ {
155
+ "id": "platform.docs/platform.docs",
156
+ "title": "platform.docs",
157
+ "summary": "Generate, publish, search, and reference contract documentation and DocBlocks\n- **Type**: feature\n- **Version**: 1.0.0\n- **File**: `packages/libs/contracts-spec/src/docs/docs.feature.ts`\n- `docs.generate` (v1.0.0)",
158
+ "route": "/docs/reference/platform.docs/platform.docs",
159
+ "source": "generated",
160
+ "contentPath": "platform.docs/platform.docs.md"
161
+ }
162
+ ]