@cotrrackpro-dev/sdk 0.1.0
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.
- package/CHANGELOG.md +51 -0
- package/LICENSE +21 -0
- package/README.md +111 -0
- package/dist/assistant/compliance.d.ts +24 -0
- package/dist/assistant/compliance.js +60 -0
- package/dist/assistant/compliance.js.map +1 -0
- package/dist/assistant/crisis.d.ts +31 -0
- package/dist/assistant/crisis.js +62 -0
- package/dist/assistant/crisis.js.map +1 -0
- package/dist/assistant/index.d.ts +15 -0
- package/dist/assistant/index.js +16 -0
- package/dist/assistant/index.js.map +1 -0
- package/dist/assistant/levels.d.ts +43 -0
- package/dist/assistant/levels.js +102 -0
- package/dist/assistant/levels.js.map +1 -0
- package/dist/assistant/prompt.d.ts +20 -0
- package/dist/assistant/prompt.js +96 -0
- package/dist/assistant/prompt.js.map +1 -0
- package/dist/assistant/rbac.d.ts +45 -0
- package/dist/assistant/rbac.js +75 -0
- package/dist/assistant/rbac.js.map +1 -0
- package/dist/assistant/readability.d.ts +28 -0
- package/dist/assistant/readability.js +70 -0
- package/dist/assistant/readability.js.map +1 -0
- package/dist/auth/broker.d.ts +32 -0
- package/dist/auth/broker.js +48 -0
- package/dist/auth/broker.js.map +1 -0
- package/dist/auth/deviceFlow.d.ts +26 -0
- package/dist/auth/deviceFlow.js +65 -0
- package/dist/auth/deviceFlow.js.map +1 -0
- package/dist/auth/provider.d.ts +32 -0
- package/dist/auth/provider.js +29 -0
- package/dist/auth/provider.js.map +1 -0
- package/dist/community/badges.d.ts +19 -0
- package/dist/community/badges.js +19 -0
- package/dist/community/badges.js.map +1 -0
- package/dist/community/events.d.ts +30 -0
- package/dist/community/events.js +31 -0
- package/dist/community/events.js.map +1 -0
- package/dist/community/identity.d.ts +28 -0
- package/dist/community/identity.js +2 -0
- package/dist/community/identity.js.map +1 -0
- package/dist/community/index.d.ts +7 -0
- package/dist/community/index.js +8 -0
- package/dist/community/index.js.map +1 -0
- package/dist/community/org.d.ts +46 -0
- package/dist/community/org.js +32 -0
- package/dist/community/org.js.map +1 -0
- package/dist/community/tiers.d.ts +8 -0
- package/dist/community/tiers.js +40 -0
- package/dist/community/tiers.js.map +1 -0
- package/dist/community/types.d.ts +26 -0
- package/dist/community/types.js +2 -0
- package/dist/community/types.js.map +1 -0
- package/dist/core/config.d.ts +22 -0
- package/dist/core/config.js +27 -0
- package/dist/core/config.js.map +1 -0
- package/dist/core/errors.d.ts +29 -0
- package/dist/core/errors.js +20 -0
- package/dist/core/errors.js.map +1 -0
- package/dist/core/transport.d.ts +45 -0
- package/dist/core/transport.js +109 -0
- package/dist/core/transport.js.map +1 -0
- package/dist/diagram/core.d.ts +11 -0
- package/dist/diagram/core.js +12 -0
- package/dist/diagram/core.js.map +1 -0
- package/dist/diagram/extract.d.ts +17 -0
- package/dist/diagram/extract.js +213 -0
- package/dist/diagram/extract.js.map +1 -0
- package/dist/diagram/index.d.ts +2 -0
- package/dist/diagram/index.js +3 -0
- package/dist/diagram/index.js.map +1 -0
- package/dist/diagram/mermaid.d.ts +10 -0
- package/dist/diagram/mermaid.js +50 -0
- package/dist/diagram/mermaid.js.map +1 -0
- package/dist/diagram/prompt.d.ts +4 -0
- package/dist/diagram/prompt.js +16 -0
- package/dist/diagram/prompt.js.map +1 -0
- package/dist/diagram/types.d.ts +33 -0
- package/dist/diagram/types.js +2 -0
- package/dist/diagram/types.js.map +1 -0
- package/dist/diagram/validate.d.ts +13 -0
- package/dist/diagram/validate.js +48 -0
- package/dist/diagram/validate.js.map +1 -0
- package/dist/guide/compose.d.ts +10 -0
- package/dist/guide/compose.js +31 -0
- package/dist/guide/compose.js.map +1 -0
- package/dist/guide/core.d.ts +10 -0
- package/dist/guide/core.js +11 -0
- package/dist/guide/core.js.map +1 -0
- package/dist/guide/index.d.ts +2 -0
- package/dist/guide/index.js +3 -0
- package/dist/guide/index.js.map +1 -0
- package/dist/guide/prompt.d.ts +8 -0
- package/dist/guide/prompt.js +20 -0
- package/dist/guide/prompt.js.map +1 -0
- package/dist/guide/render.d.ts +9 -0
- package/dist/guide/render.js +180 -0
- package/dist/guide/render.js.map +1 -0
- package/dist/guide/types.d.ts +67 -0
- package/dist/guide/types.js +2 -0
- package/dist/guide/types.js.map +1 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +19 -0
- package/dist/index.js.map +1 -0
- package/dist/mcp/artifacts.generated.d.ts +19 -0
- package/dist/mcp/artifacts.generated.js +140 -0
- package/dist/mcp/artifacts.generated.js.map +1 -0
- package/dist/mcp/format.d.ts +10 -0
- package/dist/mcp/format.js +17 -0
- package/dist/mcp/format.js.map +1 -0
- package/dist/mcp/index.d.ts +12 -0
- package/dist/mcp/index.js +18 -0
- package/dist/mcp/index.js.map +1 -0
- package/dist/mcp/knowledge.generated.d.ts +11 -0
- package/dist/mcp/knowledge.generated.js +12 -0
- package/dist/mcp/knowledge.generated.js.map +1 -0
- package/dist/mcp/prompt-modules.generated.d.ts +12 -0
- package/dist/mcp/prompt-modules.generated.js +19 -0
- package/dist/mcp/prompt-modules.generated.js.map +1 -0
- package/dist/mcp/roles.generated.d.ts +15 -0
- package/dist/mcp/roles.generated.js +25 -0
- package/dist/mcp/roles.generated.js.map +1 -0
- package/dist/mcp/safety.d.ts +35 -0
- package/dist/mcp/safety.js +76 -0
- package/dist/mcp/safety.js.map +1 -0
- package/dist/mcp/scenarios.generated.d.ts +13 -0
- package/dist/mcp/scenarios.generated.js +16 -0
- package/dist/mcp/scenarios.generated.js.map +1 -0
- package/dist/mcp/search.d.ts +13 -0
- package/dist/mcp/search.js +33 -0
- package/dist/mcp/search.js.map +1 -0
- package/dist/mcp/skills.generated.d.ts +17 -0
- package/dist/mcp/skills.generated.js +40 -0
- package/dist/mcp/skills.generated.js.map +1 -0
- package/dist/mcp/toolset.d.ts +31 -0
- package/dist/mcp/toolset.js +54 -0
- package/dist/mcp/toolset.js.map +1 -0
- package/dist/mcp/types.d.ts +96 -0
- package/dist/mcp/types.js +9 -0
- package/dist/mcp/types.js.map +1 -0
- package/dist/mcp/workflows.generated.d.ts +17 -0
- package/dist/mcp/workflows.generated.js +12 -0
- package/dist/mcp/workflows.generated.js.map +1 -0
- package/dist/nocode/core.d.ts +12 -0
- package/dist/nocode/core.js +13 -0
- package/dist/nocode/core.js.map +1 -0
- package/dist/nocode/examples.d.ts +28 -0
- package/dist/nocode/examples.js +218 -0
- package/dist/nocode/examples.js.map +1 -0
- package/dist/nocode/index.d.ts +2 -0
- package/dist/nocode/index.js +3 -0
- package/dist/nocode/index.js.map +1 -0
- package/dist/nocode/mermaid.d.ts +9 -0
- package/dist/nocode/mermaid.js +33 -0
- package/dist/nocode/mermaid.js.map +1 -0
- package/dist/nocode/prompt.d.ts +8 -0
- package/dist/nocode/prompt.js +46 -0
- package/dist/nocode/prompt.js.map +1 -0
- package/dist/nocode/runtime.d.ts +28 -0
- package/dist/nocode/runtime.js +113 -0
- package/dist/nocode/runtime.js.map +1 -0
- package/dist/nocode/simpleOps.d.ts +16 -0
- package/dist/nocode/simpleOps.js +137 -0
- package/dist/nocode/simpleOps.js.map +1 -0
- package/dist/nocode/types.d.ts +72 -0
- package/dist/nocode/types.js +12 -0
- package/dist/nocode/types.js.map +1 -0
- package/dist/nocode/validate.d.ts +17 -0
- package/dist/nocode/validate.js +136 -0
- package/dist/nocode/validate.js.map +1 -0
- package/dist/params/codegen.d.ts +8 -0
- package/dist/params/codegen.js +12 -0
- package/dist/params/codegen.js.map +1 -0
- package/dist/params/convert.d.ts +7 -0
- package/dist/params/convert.js +123 -0
- package/dist/params/convert.js.map +1 -0
- package/dist/params/core.d.ts +11 -0
- package/dist/params/core.js +12 -0
- package/dist/params/core.js.map +1 -0
- package/dist/params/fieldTypes.d.ts +26 -0
- package/dist/params/fieldTypes.js +29 -0
- package/dist/params/fieldTypes.js.map +1 -0
- package/dist/params/index.d.ts +3 -0
- package/dist/params/index.js +4 -0
- package/dist/params/index.js.map +1 -0
- package/dist/params/prompt.d.ts +4 -0
- package/dist/params/prompt.js +16 -0
- package/dist/params/prompt.js.map +1 -0
- package/dist/params/render.d.ts +5 -0
- package/dist/params/render.js +25 -0
- package/dist/params/render.js.map +1 -0
- package/dist/params/types.d.ts +76 -0
- package/dist/params/types.js +16 -0
- package/dist/params/types.js.map +1 -0
- package/dist/params/validate.d.ts +5 -0
- package/dist/params/validate.js +104 -0
- package/dist/params/validate.js.map +1 -0
- package/dist/resources/client.d.ts +58 -0
- package/dist/resources/client.js +79 -0
- package/dist/resources/client.js.map +1 -0
- package/dist/resources/types.d.ts +72 -0
- package/dist/resources/types.js +9 -0
- package/dist/resources/types.js.map +1 -0
- package/dist/workflow/assets.d.ts +8 -0
- package/dist/workflow/assets.js +16 -0
- package/dist/workflow/assets.js.map +1 -0
- package/dist/workflow/commands.d.ts +10 -0
- package/dist/workflow/commands.js +21 -0
- package/dist/workflow/commands.js.map +1 -0
- package/dist/workflow/core.d.ts +15 -0
- package/dist/workflow/core.js +16 -0
- package/dist/workflow/core.js.map +1 -0
- package/dist/workflow/index.d.ts +2 -0
- package/dist/workflow/index.js +3 -0
- package/dist/workflow/index.js.map +1 -0
- package/dist/workflow/stack.d.ts +11 -0
- package/dist/workflow/stack.js +40 -0
- package/dist/workflow/stack.js.map +1 -0
- package/dist/workflow/templates.d.ts +17 -0
- package/dist/workflow/templates.js +223 -0
- package/dist/workflow/templates.js.map +1 -0
- package/dist/workflow/types.d.ts +27 -0
- package/dist/workflow/types.js +2 -0
- package/dist/workflow/types.js.map +1 -0
- package/package.json +77 -0
- package/schemas/artifacts.index.json +1211 -0
- package/schemas/knowledge.index.json +49 -0
- package/schemas/prompt-modules.index.json +105 -0
- package/schemas/roles.index.json +431 -0
- package/schemas/scenarios.index.json +15 -0
- package/schemas/skills.index.json +670 -0
- package/schemas/workflows.index.json +462 -0
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_comment": "Snapshot of CoTrackPro shared knowledge files, synced via sdk/scripts/sync-antigravity.ts from cotrackpro-antigravity/knowledge/shared/*.md. related_modules is a curated linkage (see sync-antigravity.ts). Run `npm run codegen` to regenerate src/mcp/knowledge.generated.ts.",
|
|
3
|
+
"source": "cotrackpro-antigravity :: knowledge/shared/*.md",
|
|
4
|
+
"knowledge": [
|
|
5
|
+
{
|
|
6
|
+
"name": "coercive-control-framework",
|
|
7
|
+
"title": "Coercive Control Framework",
|
|
8
|
+
"summary": "The Asymmetry Principle for identifying coercive control patterns. Isolation, financial control, surveillance, system weaponization, and DARVO patterns. Documentation approaches that capture patterns without labeling. Evidence-based research on coercive control in family court co",
|
|
9
|
+
"related_modules": [
|
|
10
|
+
"coercive-control-awareness",
|
|
11
|
+
"safety-language"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "coparenting-best-practices",
|
|
16
|
+
"title": "Coparenting Best Practices",
|
|
17
|
+
"summary": "Best practices for co-parenting communication, documentation, and conflict resolution. Child-centered approach to parallel parenting. BIFF method for messaging. Documentation rhythm recommendations. Exchange protocol guidelines.",
|
|
18
|
+
"related_modules": [
|
|
19
|
+
"parent-support",
|
|
20
|
+
"emotional-deescalation"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "de-escalation-guide",
|
|
25
|
+
"title": "De Escalation Guide",
|
|
26
|
+
"summary": "De-escalation techniques for co-parent communication. The BIFF method (Brief, Informative, Friendly, Firm). Boundary-setting language. Response decision trees. When to respond vs. when to document and not respond. Emotional regulation before documenting.",
|
|
27
|
+
"related_modules": [
|
|
28
|
+
"emotional-deescalation"
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "documentation-integrity",
|
|
33
|
+
"title": "Documentation Integrity",
|
|
34
|
+
"summary": "Standards for evidence-quality documentation. Timestamp integrity. Chain of custody. Source attribution. Neutrality requirements. Evidence preservation. Gap documentation. Pattern documentation. Court credibility factors.",
|
|
35
|
+
"related_modules": [
|
|
36
|
+
"neutral-documentation",
|
|
37
|
+
"evidence-integrity"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "trauma-informed-principles",
|
|
42
|
+
"title": "Trauma Informed Principles",
|
|
43
|
+
"summary": "Core principles of trauma-informed care applied to documentation and technology. Understanding trauma responses. Avoiding re-traumatization. Pacing and safety. Secondary trauma for professionals. Grounding techniques.",
|
|
44
|
+
"related_modules": [
|
|
45
|
+
"trauma-informed-response"
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_comment": "Snapshot of CoTrackPro prompt modules. category/injection_point/version from the MCP `list_prompt_modules` surface; knowledge_refs added via sdk/scripts/sync-antigravity.ts (curated knowledge linkage). Run `npm run codegen` to regenerate src/mcp/prompt-modules.generated.ts.",
|
|
3
|
+
"source": "cotrackpro MCP `list_prompt_modules` + cotrackpro-antigravity knowledge linkage",
|
|
4
|
+
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"name": "child-centered-language",
|
|
7
|
+
"category": "safety",
|
|
8
|
+
"injection_point": "guardrails",
|
|
9
|
+
"version": "1.0",
|
|
10
|
+
"knowledge_refs": []
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "coercive-control-awareness",
|
|
14
|
+
"category": "safety",
|
|
15
|
+
"injection_point": "guardrails",
|
|
16
|
+
"version": "1.0",
|
|
17
|
+
"knowledge_refs": [
|
|
18
|
+
"coercive-control-framework"
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "community-support",
|
|
23
|
+
"category": "community",
|
|
24
|
+
"injection_point": "pre_prompt",
|
|
25
|
+
"version": "1.0",
|
|
26
|
+
"knowledge_refs": []
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "educational-tone",
|
|
30
|
+
"category": "educational",
|
|
31
|
+
"injection_point": "pre_prompt",
|
|
32
|
+
"version": "1.0",
|
|
33
|
+
"knowledge_refs": []
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "emotional-deescalation",
|
|
37
|
+
"category": "communication",
|
|
38
|
+
"injection_point": "pre_prompt",
|
|
39
|
+
"version": "1.0",
|
|
40
|
+
"knowledge_refs": [
|
|
41
|
+
"coparenting-best-practices",
|
|
42
|
+
"de-escalation-guide"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "evidence-integrity",
|
|
47
|
+
"category": "documentation",
|
|
48
|
+
"injection_point": "guardrails",
|
|
49
|
+
"version": "1.0",
|
|
50
|
+
"knowledge_refs": [
|
|
51
|
+
"documentation-integrity"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "legal-neutrality",
|
|
56
|
+
"category": "legal",
|
|
57
|
+
"injection_point": "guardrails",
|
|
58
|
+
"version": "1.0",
|
|
59
|
+
"knowledge_refs": []
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "neutral-documentation",
|
|
63
|
+
"category": "documentation",
|
|
64
|
+
"injection_point": "guardrails",
|
|
65
|
+
"version": "1.0",
|
|
66
|
+
"knowledge_refs": [
|
|
67
|
+
"documentation-integrity"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "parent-support",
|
|
72
|
+
"category": "communication",
|
|
73
|
+
"injection_point": "pre_prompt",
|
|
74
|
+
"version": "1.0",
|
|
75
|
+
"knowledge_refs": [
|
|
76
|
+
"coparenting-best-practices"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "safety-language",
|
|
81
|
+
"category": "safety",
|
|
82
|
+
"injection_point": "guardrails",
|
|
83
|
+
"version": "1.0",
|
|
84
|
+
"knowledge_refs": [
|
|
85
|
+
"coercive-control-framework"
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "therapeutic-neutrality",
|
|
90
|
+
"category": "clinical",
|
|
91
|
+
"injection_point": "guardrails",
|
|
92
|
+
"version": "1.0",
|
|
93
|
+
"knowledge_refs": []
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "trauma-informed-response",
|
|
97
|
+
"category": "safety",
|
|
98
|
+
"injection_point": "guardrails",
|
|
99
|
+
"version": "1.0",
|
|
100
|
+
"knowledge_refs": [
|
|
101
|
+
"trauma-informed-principles"
|
|
102
|
+
]
|
|
103
|
+
}
|
|
104
|
+
]
|
|
105
|
+
}
|
|
@@ -0,0 +1,431 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_comment": "Snapshot of CoTrackPro role-shaped skills, synced via sdk/scripts/sync-antigravity.ts from cotrackpro-antigravity/.agents/roles/*/SKILL.md (+ scripts/role-airtable-mapping.json). Run `npm run codegen` to regenerate src/mcp/roles.generated.ts.",
|
|
3
|
+
"source": "cotrackpro-antigravity :: .agents/roles/*/SKILL.md",
|
|
4
|
+
"roles": [
|
|
5
|
+
{
|
|
6
|
+
"id": "cotrackpro-advocate",
|
|
7
|
+
"airtable_role_names": [
|
|
8
|
+
"Advocate",
|
|
9
|
+
"Domestic Violence Advocate",
|
|
10
|
+
"Victim Services Coordinator",
|
|
11
|
+
"Youth Advocate",
|
|
12
|
+
"Disability Rights Advocate"
|
|
13
|
+
],
|
|
14
|
+
"composes": [
|
|
15
|
+
"child-centered-rewrite",
|
|
16
|
+
"safety-review",
|
|
17
|
+
"incident-documentation"
|
|
18
|
+
],
|
|
19
|
+
"prompt_modules": [
|
|
20
|
+
"child-centered-language",
|
|
21
|
+
"emotional-deescalation",
|
|
22
|
+
"evidence-integrity",
|
|
23
|
+
"neutral-documentation",
|
|
24
|
+
"safety-language",
|
|
25
|
+
"trauma-informed-response"
|
|
26
|
+
],
|
|
27
|
+
"chains_with": [],
|
|
28
|
+
"safety_level": "elevated",
|
|
29
|
+
"data_sensitivity": "confidential"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"id": "cotrackpro-attorney",
|
|
33
|
+
"airtable_role_names": [
|
|
34
|
+
"Family Law Attorney",
|
|
35
|
+
"Legal Aid Attorney",
|
|
36
|
+
"Paralegal",
|
|
37
|
+
"Family Law Paralegal"
|
|
38
|
+
],
|
|
39
|
+
"composes": [
|
|
40
|
+
"evidence-organization",
|
|
41
|
+
"timeline-builder",
|
|
42
|
+
"legal-document-formatter",
|
|
43
|
+
"omni-build"
|
|
44
|
+
],
|
|
45
|
+
"prompt_modules": [
|
|
46
|
+
"child-centered-language",
|
|
47
|
+
"evidence-integrity",
|
|
48
|
+
"legal-neutrality",
|
|
49
|
+
"neutral-documentation",
|
|
50
|
+
"safety-language",
|
|
51
|
+
"trauma-informed-response"
|
|
52
|
+
],
|
|
53
|
+
"chains_with": [],
|
|
54
|
+
"safety_level": "elevated",
|
|
55
|
+
"data_sensitivity": "confidential"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"id": "cotrackpro-bailiff",
|
|
59
|
+
"airtable_role_names": [
|
|
60
|
+
"Court Security Officer",
|
|
61
|
+
"Security Officer",
|
|
62
|
+
"Court Reporter"
|
|
63
|
+
],
|
|
64
|
+
"composes": [
|
|
65
|
+
"safety-review",
|
|
66
|
+
"incident-documentation"
|
|
67
|
+
],
|
|
68
|
+
"prompt_modules": [
|
|
69
|
+
"child-centered-language",
|
|
70
|
+
"emotional-deescalation",
|
|
71
|
+
"evidence-integrity",
|
|
72
|
+
"neutral-documentation",
|
|
73
|
+
"safety-language",
|
|
74
|
+
"trauma-informed-response"
|
|
75
|
+
],
|
|
76
|
+
"chains_with": [],
|
|
77
|
+
"safety_level": "elevated",
|
|
78
|
+
"data_sensitivity": "sensitive"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "cotrackpro-clerk",
|
|
82
|
+
"airtable_role_names": [
|
|
83
|
+
"Court Clerk",
|
|
84
|
+
"Court Administrator",
|
|
85
|
+
"Court Case Manager",
|
|
86
|
+
"Court Liaison",
|
|
87
|
+
"Court Services Officer",
|
|
88
|
+
"Court Interpreter"
|
|
89
|
+
],
|
|
90
|
+
"composes": [
|
|
91
|
+
"legal-document-formatter",
|
|
92
|
+
"omni-build"
|
|
93
|
+
],
|
|
94
|
+
"prompt_modules": [
|
|
95
|
+
"child-centered-language",
|
|
96
|
+
"evidence-integrity",
|
|
97
|
+
"legal-neutrality",
|
|
98
|
+
"neutral-documentation",
|
|
99
|
+
"safety-language",
|
|
100
|
+
"trauma-informed-response"
|
|
101
|
+
],
|
|
102
|
+
"chains_with": [],
|
|
103
|
+
"safety_level": "elevated",
|
|
104
|
+
"data_sensitivity": "sensitive"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "cotrackpro-coach",
|
|
108
|
+
"airtable_role_names": [
|
|
109
|
+
"Peer Support Specialist",
|
|
110
|
+
"Family Support Worker",
|
|
111
|
+
"Family Support Coordinator",
|
|
112
|
+
"Family Engagement Specialist"
|
|
113
|
+
],
|
|
114
|
+
"composes": [
|
|
115
|
+
"child-centered-rewrite",
|
|
116
|
+
"communication-tone-analysis"
|
|
117
|
+
],
|
|
118
|
+
"prompt_modules": [
|
|
119
|
+
"child-centered-language",
|
|
120
|
+
"emotional-deescalation",
|
|
121
|
+
"neutral-documentation",
|
|
122
|
+
"trauma-informed-response"
|
|
123
|
+
],
|
|
124
|
+
"chains_with": [],
|
|
125
|
+
"safety_level": "elevated",
|
|
126
|
+
"data_sensitivity": "sensitive"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": "cotrackpro-evaluator",
|
|
130
|
+
"airtable_role_names": [
|
|
131
|
+
"Evaluator",
|
|
132
|
+
"Clinical Psychologist",
|
|
133
|
+
"Therapist",
|
|
134
|
+
"Child Therapist"
|
|
135
|
+
],
|
|
136
|
+
"composes": [
|
|
137
|
+
"emotional-pattern-analysis",
|
|
138
|
+
"incident-documentation",
|
|
139
|
+
"safety-review"
|
|
140
|
+
],
|
|
141
|
+
"prompt_modules": [
|
|
142
|
+
"child-centered-language",
|
|
143
|
+
"emotional-deescalation",
|
|
144
|
+
"evidence-integrity",
|
|
145
|
+
"neutral-documentation",
|
|
146
|
+
"safety-language",
|
|
147
|
+
"trauma-informed-response"
|
|
148
|
+
],
|
|
149
|
+
"chains_with": [],
|
|
150
|
+
"safety_level": "elevated",
|
|
151
|
+
"data_sensitivity": "confidential"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"id": "cotrackpro-gal",
|
|
155
|
+
"airtable_role_names": [
|
|
156
|
+
"GAL (Guardian ad Litem)",
|
|
157
|
+
"Court-Appointed Special Advocate",
|
|
158
|
+
"CASA Volunteer",
|
|
159
|
+
"Child Advocate",
|
|
160
|
+
"Child Advocate Attorney"
|
|
161
|
+
],
|
|
162
|
+
"composes": [
|
|
163
|
+
"safety-review",
|
|
164
|
+
"child-centered-rewrite",
|
|
165
|
+
"emotional-pattern-analysis"
|
|
166
|
+
],
|
|
167
|
+
"prompt_modules": [
|
|
168
|
+
"child-centered-language",
|
|
169
|
+
"emotional-deescalation",
|
|
170
|
+
"neutral-documentation",
|
|
171
|
+
"safety-language",
|
|
172
|
+
"trauma-informed-response"
|
|
173
|
+
],
|
|
174
|
+
"chains_with": [],
|
|
175
|
+
"safety_level": "elevated",
|
|
176
|
+
"data_sensitivity": "confidential"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "cotrackpro-judge",
|
|
180
|
+
"airtable_role_names": [
|
|
181
|
+
"Judge",
|
|
182
|
+
"Family Court Judge",
|
|
183
|
+
"Domestic Relations Judge",
|
|
184
|
+
"Juvenile Court Judge",
|
|
185
|
+
"Probate Judge"
|
|
186
|
+
],
|
|
187
|
+
"composes": [
|
|
188
|
+
"safety-review",
|
|
189
|
+
"legal-document-formatter",
|
|
190
|
+
"omni-build"
|
|
191
|
+
],
|
|
192
|
+
"prompt_modules": [
|
|
193
|
+
"child-centered-language",
|
|
194
|
+
"emotional-deescalation",
|
|
195
|
+
"evidence-integrity",
|
|
196
|
+
"legal-neutrality",
|
|
197
|
+
"neutral-documentation",
|
|
198
|
+
"safety-language",
|
|
199
|
+
"trauma-informed-response"
|
|
200
|
+
],
|
|
201
|
+
"chains_with": [],
|
|
202
|
+
"safety_level": "elevated",
|
|
203
|
+
"data_sensitivity": "confidential"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"id": "cotrackpro-mediator",
|
|
207
|
+
"airtable_role_names": [
|
|
208
|
+
"Mediator",
|
|
209
|
+
"Family Mediator",
|
|
210
|
+
"Community Mediator",
|
|
211
|
+
"Restorative Justice Facilitator",
|
|
212
|
+
"Restorative Justice Coordinator"
|
|
213
|
+
],
|
|
214
|
+
"composes": [
|
|
215
|
+
"child-centered-rewrite",
|
|
216
|
+
"safety-review",
|
|
217
|
+
"communication-tone-analysis"
|
|
218
|
+
],
|
|
219
|
+
"prompt_modules": [
|
|
220
|
+
"child-centered-language",
|
|
221
|
+
"emotional-deescalation",
|
|
222
|
+
"neutral-documentation",
|
|
223
|
+
"safety-language",
|
|
224
|
+
"trauma-informed-response"
|
|
225
|
+
],
|
|
226
|
+
"chains_with": [],
|
|
227
|
+
"safety_level": "elevated",
|
|
228
|
+
"data_sensitivity": "confidential"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": "cotrackpro-parent-alienation-support",
|
|
232
|
+
"airtable_role_names": [
|
|
233
|
+
"Parent",
|
|
234
|
+
"Guardian"
|
|
235
|
+
],
|
|
236
|
+
"composes": [
|
|
237
|
+
"child-centered-rewrite",
|
|
238
|
+
"incident-documentation",
|
|
239
|
+
"safety-review",
|
|
240
|
+
"emotional-pattern-analysis"
|
|
241
|
+
],
|
|
242
|
+
"prompt_modules": [
|
|
243
|
+
"child-centered-language",
|
|
244
|
+
"emotional-deescalation",
|
|
245
|
+
"evidence-integrity",
|
|
246
|
+
"neutral-documentation",
|
|
247
|
+
"safety-language",
|
|
248
|
+
"trauma-informed-response"
|
|
249
|
+
],
|
|
250
|
+
"chains_with": [],
|
|
251
|
+
"safety_level": "elevated",
|
|
252
|
+
"data_sensitivity": "confidential"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": "cotrackpro-parent-coparent",
|
|
256
|
+
"airtable_role_names": [
|
|
257
|
+
"Parent",
|
|
258
|
+
"Guardian"
|
|
259
|
+
],
|
|
260
|
+
"composes": [
|
|
261
|
+
"child-centered-rewrite",
|
|
262
|
+
"incident-documentation",
|
|
263
|
+
"safety-review"
|
|
264
|
+
],
|
|
265
|
+
"prompt_modules": [
|
|
266
|
+
"child-centered-language",
|
|
267
|
+
"emotional-deescalation",
|
|
268
|
+
"evidence-integrity",
|
|
269
|
+
"neutral-documentation",
|
|
270
|
+
"safety-language",
|
|
271
|
+
"trauma-informed-response"
|
|
272
|
+
],
|
|
273
|
+
"chains_with": [],
|
|
274
|
+
"safety_level": "elevated",
|
|
275
|
+
"data_sensitivity": "confidential"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"id": "cotrackpro-parent-high-conflict-strategy",
|
|
279
|
+
"airtable_role_names": [
|
|
280
|
+
"Parent",
|
|
281
|
+
"Guardian"
|
|
282
|
+
],
|
|
283
|
+
"composes": [
|
|
284
|
+
"child-centered-rewrite",
|
|
285
|
+
"safety-review",
|
|
286
|
+
"communication-tone-analysis"
|
|
287
|
+
],
|
|
288
|
+
"prompt_modules": [
|
|
289
|
+
"child-centered-language",
|
|
290
|
+
"emotional-deescalation",
|
|
291
|
+
"neutral-documentation",
|
|
292
|
+
"safety-language",
|
|
293
|
+
"trauma-informed-response"
|
|
294
|
+
],
|
|
295
|
+
"chains_with": [],
|
|
296
|
+
"safety_level": "elevated",
|
|
297
|
+
"data_sensitivity": "confidential"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"id": "cotrackpro-parent-pro-se",
|
|
301
|
+
"airtable_role_names": [
|
|
302
|
+
"Parent",
|
|
303
|
+
"Guardian"
|
|
304
|
+
],
|
|
305
|
+
"composes": [
|
|
306
|
+
"timeline-builder",
|
|
307
|
+
"evidence-organization",
|
|
308
|
+
"legal-document-formatter",
|
|
309
|
+
"omni-build"
|
|
310
|
+
],
|
|
311
|
+
"prompt_modules": [
|
|
312
|
+
"child-centered-language",
|
|
313
|
+
"evidence-integrity",
|
|
314
|
+
"legal-neutrality",
|
|
315
|
+
"neutral-documentation",
|
|
316
|
+
"safety-language",
|
|
317
|
+
"trauma-informed-response"
|
|
318
|
+
],
|
|
319
|
+
"chains_with": [],
|
|
320
|
+
"safety_level": "elevated",
|
|
321
|
+
"data_sensitivity": "confidential"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"id": "cotrackpro-parent-survivor-safety",
|
|
325
|
+
"airtable_role_names": [
|
|
326
|
+
"Parent",
|
|
327
|
+
"Guardian"
|
|
328
|
+
],
|
|
329
|
+
"composes": [
|
|
330
|
+
"safety-review",
|
|
331
|
+
"incident-documentation",
|
|
332
|
+
"evidence-organization"
|
|
333
|
+
],
|
|
334
|
+
"prompt_modules": [
|
|
335
|
+
"child-centered-language",
|
|
336
|
+
"emotional-deescalation",
|
|
337
|
+
"evidence-integrity",
|
|
338
|
+
"legal-neutrality",
|
|
339
|
+
"neutral-documentation",
|
|
340
|
+
"safety-language",
|
|
341
|
+
"trauma-informed-response"
|
|
342
|
+
],
|
|
343
|
+
"chains_with": [],
|
|
344
|
+
"safety_level": "elevated",
|
|
345
|
+
"data_sensitivity": "confidential"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"id": "cotrackpro-parenting-coordinator",
|
|
349
|
+
"airtable_role_names": [
|
|
350
|
+
"Parenting Coordinator"
|
|
351
|
+
],
|
|
352
|
+
"composes": [
|
|
353
|
+
"child-centered-rewrite",
|
|
354
|
+
"incident-documentation",
|
|
355
|
+
"communication-tone-analysis"
|
|
356
|
+
],
|
|
357
|
+
"prompt_modules": [
|
|
358
|
+
"child-centered-language",
|
|
359
|
+
"emotional-deescalation",
|
|
360
|
+
"evidence-integrity",
|
|
361
|
+
"neutral-documentation",
|
|
362
|
+
"trauma-informed-response"
|
|
363
|
+
],
|
|
364
|
+
"chains_with": [],
|
|
365
|
+
"safety_level": "elevated",
|
|
366
|
+
"data_sensitivity": "confidential"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"id": "cotrackpro-police",
|
|
370
|
+
"airtable_role_names": [
|
|
371
|
+
"Police Officer",
|
|
372
|
+
"School Resource Officer",
|
|
373
|
+
"Probation Officer",
|
|
374
|
+
"Juvenile Probation Officer"
|
|
375
|
+
],
|
|
376
|
+
"composes": [
|
|
377
|
+
"safety-review",
|
|
378
|
+
"incident-documentation"
|
|
379
|
+
],
|
|
380
|
+
"prompt_modules": [
|
|
381
|
+
"child-centered-language",
|
|
382
|
+
"emotional-deescalation",
|
|
383
|
+
"evidence-integrity",
|
|
384
|
+
"neutral-documentation",
|
|
385
|
+
"safety-language",
|
|
386
|
+
"trauma-informed-response"
|
|
387
|
+
],
|
|
388
|
+
"chains_with": [],
|
|
389
|
+
"safety_level": "elevated",
|
|
390
|
+
"data_sensitivity": "confidential"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"id": "cotrackpro-roles-router",
|
|
394
|
+
"airtable_role_names": [],
|
|
395
|
+
"composes": [
|
|
396
|
+
"omni-build"
|
|
397
|
+
],
|
|
398
|
+
"prompt_modules": [
|
|
399
|
+
"child-centered-language",
|
|
400
|
+
"neutral-documentation",
|
|
401
|
+
"safety-language",
|
|
402
|
+
"trauma-informed-response"
|
|
403
|
+
],
|
|
404
|
+
"chains_with": [],
|
|
405
|
+
"safety_level": "elevated",
|
|
406
|
+
"data_sensitivity": "internal"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"id": "cotrackpro-supervisor",
|
|
410
|
+
"airtable_role_names": [
|
|
411
|
+
"Foster Care Caseworker",
|
|
412
|
+
"Child Welfare Supervisor",
|
|
413
|
+
"Case Management Supervisor"
|
|
414
|
+
],
|
|
415
|
+
"composes": [
|
|
416
|
+
"omni-build",
|
|
417
|
+
"incident-documentation"
|
|
418
|
+
],
|
|
419
|
+
"prompt_modules": [
|
|
420
|
+
"child-centered-language",
|
|
421
|
+
"evidence-integrity",
|
|
422
|
+
"neutral-documentation",
|
|
423
|
+
"safety-language",
|
|
424
|
+
"trauma-informed-response"
|
|
425
|
+
],
|
|
426
|
+
"chains_with": [],
|
|
427
|
+
"safety_level": "elevated",
|
|
428
|
+
"data_sensitivity": "sensitive"
|
|
429
|
+
}
|
|
430
|
+
]
|
|
431
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_comment": "Snapshot of CoTrackPro MCP scenarios, synced via `list_scenarios` (metadata) + `get_scenario` (steps). Run `npm run codegen` to regenerate src/mcp/scenarios.generated.ts.",
|
|
3
|
+
"source": "cotrackpro MCP server :: list_scenarios + get_scenario",
|
|
4
|
+
"scenarios": [
|
|
5
|
+
{ "name": "first-court-hearing", "title": "Prepare for your first court hearing", "audience": "personal", "goal": "Walk out with a clear sense of what kinds of artifacts come up, a court-readiness checklist for the most likely ones, and state-specific links to the court self-help portal.", "step_count": 5, "steps": ["get_started — Sets the chat register and surfaces state-specific legal-aid + court self-help links.", "search_artifacts — Find the court-facing artifacts that fit your hearing type.", "get_artifact_schema — Pull the schema + before_filing_checklist for one specific artifact so you know what's required.", "draft_artifact — Generate a first draft from your own words. The tool pseudonymizes the child and uses neutral language.", "list_skills — Find functional skills (e.g., court-readiness review) for self-review before filing."] },
|
|
6
|
+
{ "name": "school-incident", "title": "Document a school incident involving your child", "audience": "personal", "goal": "Capture the incident in a structured, court-readable artifact and, if appropriate, draft a clear school-communication message.", "step_count": 3, "steps": ["draft_artifact — Generates an incident-log entry with the right schema fields filled. Child is pseudonymized automatically.", "get_artifact_schema — Pull the schema for a school-communication artifact if you want to record outreach you sent to the school.", "rewrite_coparent_message — If you need to communicate about this incident, get a calmer rewrite before you send."] },
|
|
7
|
+
{ "name": "custody-handoff-dispute", "title": "Document a dispute at a custody handoff", "audience": "personal", "goal": "Capture the handoff in a structured way, draft a calmer message to the other parent if needed, and surface safety resources if the dispute crossed into hostility.", "step_count": 3, "steps": ["draft_artifact — Generates an exchange-log entry tailored to custody handoffs — contemporaneous and neutral.", "rewrite_coparent_message — If you need to address it in writing, get STANDARD + FIRM rewrites so the message lowers temperature instead of raising it.", "get_started — If the handoff involved threats, intimidation, or violence, route to crisis resources BEFORE further documentation."] },
|
|
8
|
+
{ "name": "mediation-prep", "title": "Prepare for a co-parenting mediation session", "audience": "personal", "goal": "Walk into mediation with a parenting-plan draft, a sense of the priority issues, and links to mediation directories if you still need to find a mediator.", "step_count": 3, "steps": ["draft_artifact — Generates a parenting-plan-draft from your situation. Mediators expect parents to come with positions — this gives you a starting point.", "get_artifact_schema — Review the parenting-plan schema's fields so you know what topics the mediator will likely surface (holidays, schools, medical, communication).", "find_tool_for — Surfaces cotrackpro://links/mediation (Mediate.com, ACR, AFCC) if you don't have a mediator yet."] },
|
|
9
|
+
{ "name": "professional-intake", "title": "Intake a new family-law client (Professional)", "audience": "practice", "goal": "Produce a starter intake packet — case documentation, parenting-plan draft (if applicable), and an empty incident-log structure — in one bulk call.", "step_count": 3, "steps": ["get_started — Sets the chat register for practice work and surfaces dashboard + pricing links.", "bulk_draft_artifacts — Drafts 3 starter artifacts in one call. One item failing doesn't fail the batch.", "list_skills — Browse review rubrics (court-readiness, custody-evaluator) to apply to the drafted artifacts."] },
|
|
10
|
+
{ "name": "protective-order-prep", "title": "Prepare to petition for a protective / restraining order", "audience": "personal", "goal": "Stabilize on safety resources first, then walk through what a protective-order petition typically contains and produce a starter incident timeline + safety plan.", "step_count": 5, "steps": ["get_started — Surfaces NDVH (1-800-799-7233), 988, and Childhelp BEFORE any documentation tool. If you're in immediate danger, those come first.", "find_example_for — Routes to the worked example case (morgan-protective) so you can see what a finished safety-risk packet looks like before drafting your own.", "draft_artifact — Generates a safety-plan artifact with crisis-language guardrails. Safety planning comes BEFORE filing, not after.", "draft_artifact — Produces a structured incident log. Most protective-order petitions are decided on the strength of contemporaneous documentation; a clean log helps an attorney or pro-se filer build the petition.", "find_tool_for — Surfaces cotrackpro://links/legal-aid + state-specific court-self-help links. Most states have free legal-aid clinics that take protective-order cases."] },
|
|
11
|
+
{ "name": "relocation-petition", "title": "Petition the court to relocate with the children", "audience": "personal", "goal": "Walk through the documentation a relocation petition typically requires — the reason for the move, the revised parenting plan, the impact analysis — and produce a starter packet.", "step_count": 5, "steps": ["find_example_for — Routes to sam-relocation — the worked example case that walks a cross-state modification end-to-end (Missouri → Kansas, with the renegotiated parenting plan and the communication log of the negotiation).", "get_example_case — Read the full worked case before drafting your own. The negotiation language is the high-value piece — it shows how to propose a move without antagonizing the other parent.", "draft_artifact — Generate a revised parenting plan that explicitly addresses how the other parent's time gets preserved (or made up) despite the distance.", "draft_artifact — Courts heavily weight whether the moving parent gave reasonable notice and engaged in good-faith negotiation. The communication log is the evidence.", "find_tool_for — Relocation cases interact with the UCCJEA (Uniform Child Custody Jurisdiction and Enforcement Act) — surfaces legal-aid links + state-bar referral."] },
|
|
12
|
+
{ "name": "child-support-modification", "title": "Modify an existing child-support order", "audience": "personal", "goal": "Walk through what a modification motion typically requires — proof of the changed circumstance, current financials, the proposed new amount — and produce a starter packet.", "step_count": 5, "steps": ["get_started — Surfaces state-specific child-support calculators + the procedural rules for filing a modification motion (most states use a 'substantial change in circumstances' standard).", "search_artifacts — Find the artifact schemas that fit a support modification — affidavit-of-financial-information, motion-to-modify, current-expenses-statement.", "draft_artifact — The affidavit is the heart of the motion — it explains WHY the existing order should change. Neutral language matters; this is read by a judge.", "list_skills — Find functional skills (e.g., court-readiness review) to self-review the affidavit before filing.", "find_tool_for — Surfaces legal-aid links. Most state child-support agencies (Title IV-D offices) will modify an order for free if you meet the threshold; an attorney isn't always required."] },
|
|
13
|
+
{ "name": "holiday-schedule-negotiation", "title": "Negotiate a holiday parenting-time schedule", "audience": "personal", "goal": "Walk into the conversation with a concrete proposal, a calmer way to communicate it, and a sense of what 'typical' holiday schedules look like so you have a defensible baseline.", "step_count": 4, "steps": ["get_example_case — Read the mediated parenting-plan v3 — the holiday section is one of the most worked-through parts of the example. Use it as a structural reference.", "draft_artifact — Generate a parenting-plan section focused on holidays — specific alternation patterns, transportation responsibility, religious / cultural observances.", "rewrite_coparent_message — Before sending the proposal, run it through the rewriter. Holiday negotiations are emotionally loaded; the calmer-rewrite removes implicit demands and preserves your position.", "draft_artifact — If the negotiation breaks down and you end up in mediation or court, the communication-log is your evidence of good-faith engagement."] }
|
|
14
|
+
]
|
|
15
|
+
}
|