@withpica/mcp-server 2.48.0 → 2.49.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 +25 -0
- package/dist/apps/generated/shared-bundle.d.ts +1 -1
- package/dist/apps/generated/shared-bundle.d.ts.map +1 -1
- package/dist/apps/generated/shared-bundle.js +1 -1
- package/dist/apps/generated/shared-bundle.js.map +1 -1
- package/dist/prompts/creator-question-atlas.d.ts +48 -0
- package/dist/prompts/creator-question-atlas.d.ts.map +1 -0
- package/dist/prompts/creator-question-atlas.js +586 -0
- package/dist/prompts/creator-question-atlas.js.map +1 -0
- package/dist/prompts/index.d.ts +32 -0
- package/dist/prompts/index.d.ts.map +1 -1
- package/dist/prompts/index.js +235 -0
- package/dist/prompts/index.js.map +1 -1
- package/dist/server.d.ts +26 -0
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +108 -10
- package/dist/server.js.map +1 -1
- package/dist/tools/agent-identity.d.ts.map +1 -1
- package/dist/tools/agent-identity.js +15 -0
- package/dist/tools/agent-identity.js.map +1 -1
- package/dist/tools/agreement-types.d.ts.map +1 -1
- package/dist/tools/agreement-types.js +24 -0
- package/dist/tools/agreement-types.js.map +1 -1
- package/dist/tools/agreements.d.ts.map +1 -1
- package/dist/tools/agreements.js +21 -3
- package/dist/tools/agreements.js.map +1 -1
- package/dist/tools/analytics.d.ts.map +1 -1
- package/dist/tools/analytics.js +19 -1
- package/dist/tools/analytics.js.map +1 -1
- package/dist/tools/app-tools.d.ts.map +1 -1
- package/dist/tools/app-tools.js +11 -2
- package/dist/tools/app-tools.js.map +1 -1
- package/dist/tools/assets.d.ts.map +1 -1
- package/dist/tools/assets.js +33 -0
- package/dist/tools/assets.js.map +1 -1
- package/dist/tools/audio-files.d.ts +5 -0
- package/dist/tools/audio-files.d.ts.map +1 -1
- package/dist/tools/audio-files.js +91 -0
- package/dist/tools/audio-files.js.map +1 -1
- package/dist/tools/audit.d.ts.map +1 -1
- package/dist/tools/audit.js +11 -2
- package/dist/tools/audit.js.map +1 -1
- package/dist/tools/auth.d.ts.map +1 -1
- package/dist/tools/auth.js +6 -0
- package/dist/tools/auth.js.map +1 -1
- package/dist/tools/bulk.d.ts.map +1 -1
- package/dist/tools/bulk.js +6 -0
- package/dist/tools/bulk.js.map +1 -1
- package/dist/tools/calendar.d.ts.map +1 -1
- package/dist/tools/calendar.js +3 -0
- package/dist/tools/calendar.js.map +1 -1
- package/dist/tools/collaborators.d.ts.map +1 -1
- package/dist/tools/collaborators.js +24 -3
- package/dist/tools/collaborators.js.map +1 -1
- package/dist/tools/comparisons.d.ts.map +1 -1
- package/dist/tools/comparisons.js +6 -0
- package/dist/tools/comparisons.js.map +1 -1
- package/dist/tools/credits.d.ts +18 -0
- package/dist/tools/credits.d.ts.map +1 -1
- package/dist/tools/credits.js +344 -4
- package/dist/tools/credits.js.map +1 -1
- package/dist/tools/custody.d.ts.map +1 -1
- package/dist/tools/custody.js +23 -2
- package/dist/tools/custody.js.map +1 -1
- package/dist/tools/dashboard.d.ts.map +1 -1
- package/dist/tools/dashboard.js +43 -7
- package/dist/tools/dashboard.js.map +1 -1
- package/dist/tools/directory.d.ts.map +1 -1
- package/dist/tools/directory.js +3 -0
- package/dist/tools/directory.js.map +1 -1
- package/dist/tools/discovery.d.ts.map +1 -1
- package/dist/tools/discovery.js +77 -2
- package/dist/tools/discovery.js.map +1 -1
- package/dist/tools/disputes.d.ts.map +1 -1
- package/dist/tools/disputes.js +4 -1
- package/dist/tools/disputes.js.map +1 -1
- package/dist/tools/documents.d.ts.map +1 -1
- package/dist/tools/documents.js +3 -0
- package/dist/tools/documents.js.map +1 -1
- package/dist/tools/duplicates.d.ts.map +1 -1
- package/dist/tools/duplicates.js +6 -0
- package/dist/tools/duplicates.js.map +1 -1
- package/dist/tools/enrichment.d.ts.map +1 -1
- package/dist/tools/enrichment.js +33 -0
- package/dist/tools/enrichment.js.map +1 -1
- package/dist/tools/explainability.d.ts +24 -0
- package/dist/tools/explainability.d.ts.map +1 -0
- package/dist/tools/explainability.js +137 -0
- package/dist/tools/explainability.js.map +1 -0
- package/dist/tools/exports.d.ts.map +1 -1
- package/dist/tools/exports.js +18 -3
- package/dist/tools/exports.js.map +1 -1
- package/dist/tools/feedback.d.ts.map +1 -1
- package/dist/tools/feedback.js +3 -0
- package/dist/tools/feedback.js.map +1 -1
- package/dist/tools/groups.d.ts.map +1 -1
- package/dist/tools/groups.js +12 -0
- package/dist/tools/groups.js.map +1 -1
- package/dist/tools/import-documents.d.ts.map +1 -1
- package/dist/tools/import-documents.js +10 -1
- package/dist/tools/import-documents.js.map +1 -1
- package/dist/tools/import.d.ts.map +1 -1
- package/dist/tools/import.js +36 -3
- package/dist/tools/import.js.map +1 -1
- package/dist/tools/index.d.ts +99 -4
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +170 -98
- package/dist/tools/index.js.map +1 -1
- package/dist/tools/integrations.d.ts.map +1 -1
- package/dist/tools/integrations.js +28 -8
- package/dist/tools/integrations.js.map +1 -1
- package/dist/tools/labels.d.ts.map +1 -1
- package/dist/tools/labels.js +3 -0
- package/dist/tools/labels.js.map +1 -1
- package/dist/tools/licensing.d.ts.map +1 -1
- package/dist/tools/licensing.js +15 -0
- package/dist/tools/licensing.js.map +1 -1
- package/dist/tools/memory.d.ts.map +1 -1
- package/dist/tools/memory.js +15 -3
- package/dist/tools/memory.js.map +1 -1
- package/dist/tools/metadata.d.ts.map +1 -1
- package/dist/tools/metadata.js +50 -0
- package/dist/tools/metadata.js.map +1 -1
- package/dist/tools/multimedia.d.ts.map +1 -1
- package/dist/tools/multimedia.js +15 -0
- package/dist/tools/multimedia.js.map +1 -1
- package/dist/tools/my-recent-questions.d.ts +25 -0
- package/dist/tools/my-recent-questions.d.ts.map +1 -0
- package/dist/tools/my-recent-questions.js +186 -0
- package/dist/tools/my-recent-questions.js.map +1 -0
- package/dist/tools/my-reported-issues.d.ts.map +1 -1
- package/dist/tools/my-reported-issues.js +3 -0
- package/dist/tools/my-reported-issues.js.map +1 -1
- package/dist/tools/notes.d.ts.map +1 -1
- package/dist/tools/notes.js +12 -0
- package/dist/tools/notes.js.map +1 -1
- package/dist/tools/notifications.d.ts.map +1 -1
- package/dist/tools/notifications.js +25 -1
- package/dist/tools/notifications.js.map +1 -1
- package/dist/tools/onboarding.d.ts.map +1 -1
- package/dist/tools/onboarding.js +3 -0
- package/dist/tools/onboarding.js.map +1 -1
- package/dist/tools/people.d.ts.map +1 -1
- package/dist/tools/people.js +16 -1
- package/dist/tools/people.js.map +1 -1
- package/dist/tools/projects.d.ts.map +1 -1
- package/dist/tools/projects.js +18 -0
- package/dist/tools/projects.js.map +1 -1
- package/dist/tools/publishers.d.ts.map +1 -1
- package/dist/tools/publishers.js +6 -0
- package/dist/tools/publishers.js.map +1 -1
- package/dist/tools/purchases.d.ts +11 -10
- package/dist/tools/purchases.d.ts.map +1 -1
- package/dist/tools/purchases.js.map +1 -1
- package/dist/tools/recordings.d.ts.map +1 -1
- package/dist/tools/recordings.js +15 -0
- package/dist/tools/recordings.js.map +1 -1
- package/dist/tools/recovery-hints.d.ts.map +1 -1
- package/dist/tools/recovery-hints.js +25 -0
- package/dist/tools/recovery-hints.js.map +1 -1
- package/dist/tools/release-rich.d.ts.map +1 -1
- package/dist/tools/release-rich.js +4 -2
- package/dist/tools/release-rich.js.map +1 -1
- package/dist/tools/releases.d.ts.map +1 -1
- package/dist/tools/releases.js +42 -0
- package/dist/tools/releases.js.map +1 -1
- package/dist/tools/report-issue.d.ts.map +1 -1
- package/dist/tools/report-issue.js +3 -0
- package/dist/tools/report-issue.js.map +1 -1
- package/dist/tools/royalties.d.ts.map +1 -1
- package/dist/tools/royalties.js +18 -3
- package/dist/tools/royalties.js.map +1 -1
- package/dist/tools/search.d.ts.map +1 -1
- package/dist/tools/search.js +10 -1
- package/dist/tools/search.js.map +1 -1
- package/dist/tools/send.d.ts.map +1 -1
- package/dist/tools/send.js +9 -0
- package/dist/tools/send.js.map +1 -1
- package/dist/tools/sessions.d.ts.map +1 -1
- package/dist/tools/sessions.js +12 -0
- package/dist/tools/sessions.js.map +1 -1
- package/dist/tools/settings.d.ts.map +1 -1
- package/dist/tools/settings.js +30 -3
- package/dist/tools/settings.js.map +1 -1
- package/dist/tools/share-links.d.ts.map +1 -1
- package/dist/tools/share-links.js +15 -0
- package/dist/tools/share-links.js.map +1 -1
- package/dist/tools/sharing.d.ts +29 -0
- package/dist/tools/sharing.d.ts.map +1 -0
- package/dist/tools/sharing.js +131 -0
- package/dist/tools/sharing.js.map +1 -0
- package/dist/tools/signup.d.ts.map +1 -1
- package/dist/tools/signup.js +3 -0
- package/dist/tools/signup.js.map +1 -1
- package/dist/tools/split-sheets.d.ts.map +1 -1
- package/dist/tools/split-sheets.js +22 -1
- package/dist/tools/split-sheets.js.map +1 -1
- package/dist/tools/storage-config.d.ts.map +1 -1
- package/dist/tools/storage-config.js +6 -0
- package/dist/tools/storage-config.js.map +1 -1
- package/dist/tools/subscription.d.ts.map +1 -1
- package/dist/tools/subscription.js +9 -10
- package/dist/tools/subscription.js.map +1 -1
- package/dist/tools/sync-placements.d.ts.map +1 -1
- package/dist/tools/sync-placements.js +20 -2
- package/dist/tools/sync-placements.js.map +1 -1
- package/dist/tools/team.d.ts.map +1 -1
- package/dist/tools/team.js +15 -0
- package/dist/tools/team.js.map +1 -1
- package/dist/tools/telegram.d.ts.map +1 -1
- package/dist/tools/telegram.js +9 -0
- package/dist/tools/telegram.js.map +1 -1
- package/dist/tools/uploads.d.ts.map +1 -1
- package/dist/tools/uploads.js +6 -0
- package/dist/tools/uploads.js.map +1 -1
- package/dist/tools/works.d.ts.map +1 -1
- package/dist/tools/works.js +24 -3
- package/dist/tools/works.js.map +1 -1
- package/package.json +4 -4
- package/server.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared-bundle.js","sourceRoot":"","sources":["../../../src/apps/generated/shared-bundle.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,2BAA2B;AAE3B,MAAM,CAAC,MAAM,+BAA+B,GAAG,0lnBAA0lnB,CAAC;AAC1onB,MAAM,CAAC,MAAM,8BAA8B,GAAG,81yBAA81yB,CAAC;AAC74yB,MAAM,CAAC,MAAM,uBAAuB,GAAG,87nDAA87nD,CAAC;AACt+nD,MAAM,CAAC,MAAM,aAAa,GAAG,
|
|
1
|
+
{"version":3,"file":"shared-bundle.js","sourceRoot":"","sources":["../../../src/apps/generated/shared-bundle.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,2BAA2B;AAE3B,MAAM,CAAC,MAAM,+BAA+B,GAAG,0lnBAA0lnB,CAAC;AAC1onB,MAAM,CAAC,MAAM,8BAA8B,GAAG,81yBAA81yB,CAAC;AAC74yB,MAAM,CAAC,MAAM,uBAAuB,GAAG,87nDAA87nD,CAAC;AACt+nD,MAAM,CAAC,MAAM,aAAa,GAAG,y3kUAAy3kU,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Creator Question Atlas — ADR-226 Decision 1.
|
|
3
|
+
*
|
|
4
|
+
* Source-of-truth registry mapping natural creator questions to the
|
|
5
|
+
* canonical PICA tool / prompt resolution. Read by:
|
|
6
|
+
*
|
|
7
|
+
* - lint Rule 11 (Phase 7) — to validate every `vernacular_kind:'creator-entry'`
|
|
8
|
+
* tool's `Use when the user asks` block cites questions that resolve here
|
|
9
|
+
* - the Atlas-taxonomy coupling lint (Decision 12, Phase 7) — `natural_domain`
|
|
10
|
+
* must match `discovery.ts` CATEGORIES membership for the resolved tool
|
|
11
|
+
* - `scripts/intent-resolution-eval.ts` — drives the eval harness corpus
|
|
12
|
+
* - the Phase-3 description rewrite — `Use when the user asks` blocks pull
|
|
13
|
+
* question + synonym strings from here
|
|
14
|
+
*
|
|
15
|
+
* Forward references to Phase-5-created tools/prompts are marked inline.
|
|
16
|
+
* Phase 7's lint extension reads those comments and skips them in the
|
|
17
|
+
* resolution check.
|
|
18
|
+
*
|
|
19
|
+
* `natural_domain` is required when `resolves_to.kind === 'tool'`. Omitted
|
|
20
|
+
* for prompt resolutions because prompts orchestrate cross-domain tools and
|
|
21
|
+
* don't fit a single `discovery.ts` category.
|
|
22
|
+
*
|
|
23
|
+
* Custody-related entries (49-50) intentionally surface routing only and
|
|
24
|
+
* carry no algorithmic detail — see `.claude/rules/ip-protection.md`.
|
|
25
|
+
*/
|
|
26
|
+
export type VernacularKind = "creator-entry" | "internal" | "specialist";
|
|
27
|
+
export interface AtlasFallback {
|
|
28
|
+
message: string;
|
|
29
|
+
next_tool: string;
|
|
30
|
+
}
|
|
31
|
+
export type AtlasResolution = {
|
|
32
|
+
kind: "tool";
|
|
33
|
+
name: string;
|
|
34
|
+
default_args?: Record<string, unknown>;
|
|
35
|
+
} | {
|
|
36
|
+
kind: "prompt";
|
|
37
|
+
name: string;
|
|
38
|
+
};
|
|
39
|
+
export interface AtlasEntry {
|
|
40
|
+
question: string;
|
|
41
|
+
synonyms: string[];
|
|
42
|
+
/** Required when `resolves_to.kind === 'tool'`; omitted for prompts. */
|
|
43
|
+
natural_domain?: string;
|
|
44
|
+
resolves_to: AtlasResolution;
|
|
45
|
+
fallback_when_empty?: AtlasFallback;
|
|
46
|
+
}
|
|
47
|
+
export declare const ATLAS: AtlasEntry[];
|
|
48
|
+
//# sourceMappingURL=creator-question-atlas.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"creator-question-atlas.d.ts","sourceRoot":"","sources":["../../src/prompts/creator-question-atlas.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAEH,MAAM,MAAM,cAAc,GAAG,eAAe,GAAG,UAAU,GAAG,YAAY,CAAC;AAEzE,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,MAAM,eAAe,GACvB;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAAE,GACtE;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAErC,MAAM,WAAW,UAAU;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,wEAAwE;IACxE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,eAAe,CAAC;IAC7B,mBAAmB,CAAC,EAAE,aAAa,CAAC;CACrC;AAED,eAAO,MAAM,KAAK,EAAE,UAAU,EA0lB7B,CAAC"}
|
|
@@ -0,0 +1,586 @@
|
|
|
1
|
+
// Copyright (c) 2024-2026 Withpica Ltd. All rights reserved.
|
|
2
|
+
export const ATLAS = [
|
|
3
|
+
// ─────────────────────────────────────────────────────────────────
|
|
4
|
+
// A. Analytical / dashboard funnels
|
|
5
|
+
// ─────────────────────────────────────────────────────────────────
|
|
6
|
+
{
|
|
7
|
+
question: "what's new?",
|
|
8
|
+
synonyms: ["any updates?", "catch me up", "what's been happening?"],
|
|
9
|
+
natural_domain: "briefing",
|
|
10
|
+
resolves_to: { kind: "tool", name: "pica_dashboard_briefing" },
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
question: "what's wrong with my songs?",
|
|
14
|
+
synonyms: [
|
|
15
|
+
"what's broken?",
|
|
16
|
+
"what needs fixing?",
|
|
17
|
+
"what should I do?",
|
|
18
|
+
"anything urgent?",
|
|
19
|
+
],
|
|
20
|
+
natural_domain: "briefing",
|
|
21
|
+
resolves_to: { kind: "tool", name: "pica_dashboard_attention" },
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: "give me the pulse",
|
|
25
|
+
synonyms: ["how's my catalog?", "where's my catalog at?"],
|
|
26
|
+
natural_domain: "briefing",
|
|
27
|
+
resolves_to: { kind: "tool", name: "pica_dashboard_pulse" },
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
question: "what did I ask the AI?",
|
|
31
|
+
synonyms: [
|
|
32
|
+
"what have I been doing?",
|
|
33
|
+
"show me my recent activity",
|
|
34
|
+
"show me what the AI ran",
|
|
35
|
+
"what AI tasks did I confirm?",
|
|
36
|
+
],
|
|
37
|
+
natural_domain: "memory",
|
|
38
|
+
// resolves to tool created in Phase 5
|
|
39
|
+
resolves_to: { kind: "tool", name: "pica_my_recent_questions" },
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
question: "where was I?",
|
|
43
|
+
synonyms: [
|
|
44
|
+
"pick up where I left off",
|
|
45
|
+
"continue what I was doing",
|
|
46
|
+
"what was I working on?",
|
|
47
|
+
],
|
|
48
|
+
// resolves to prompt created in Phase 5
|
|
49
|
+
resolves_to: { kind: "prompt", name: "pica_continue" },
|
|
50
|
+
},
|
|
51
|
+
// ─────────────────────────────────────────────────────────────────
|
|
52
|
+
// B. Royalties / earnings
|
|
53
|
+
// ─────────────────────────────────────────────────────────────────
|
|
54
|
+
{
|
|
55
|
+
question: "how much has this song earned?",
|
|
56
|
+
synonyms: [
|
|
57
|
+
"how much have I made on X?",
|
|
58
|
+
"what's X earned?",
|
|
59
|
+
"what's this song worth?",
|
|
60
|
+
"did I get paid for this?",
|
|
61
|
+
],
|
|
62
|
+
natural_domain: "royalties_statements",
|
|
63
|
+
resolves_to: { kind: "tool", name: "pica_royalties_summary" },
|
|
64
|
+
fallback_when_empty: {
|
|
65
|
+
message: "I don't see any earnings statements for this song yet. " +
|
|
66
|
+
"Would you like to import a recent PRO, NRO, or sync statement?",
|
|
67
|
+
next_tool: "pica_ingest_statement",
|
|
68
|
+
},
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
question: "show me my statements",
|
|
72
|
+
synonyms: ["list royalty statements", "what statements are imported?"],
|
|
73
|
+
natural_domain: "royalties_statements",
|
|
74
|
+
resolves_to: { kind: "tool", name: "pica_statements_list" },
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
question: "import a royalty statement",
|
|
78
|
+
synonyms: ["log a statement", "ingest a PRO statement"],
|
|
79
|
+
natural_domain: "royalties_statements",
|
|
80
|
+
resolves_to: { kind: "tool", name: "pica_ingest_statement" },
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
question: "what royalties has X paid me?",
|
|
84
|
+
synonyms: ["earnings from PRS", "MLC payouts", "royalty entries from X"],
|
|
85
|
+
natural_domain: "royalties_statements",
|
|
86
|
+
resolves_to: { kind: "tool", name: "pica_royalties_list" },
|
|
87
|
+
},
|
|
88
|
+
// ─────────────────────────────────────────────────────────────────
|
|
89
|
+
// C. File-handoff (≥5 required per ADR Amendment 2)
|
|
90
|
+
// ─────────────────────────────────────────────────────────────────
|
|
91
|
+
{
|
|
92
|
+
question: "can I upload audio from here?",
|
|
93
|
+
synonyms: ["can I send you a song?", "how do I upload from chat?"],
|
|
94
|
+
natural_domain: "audio",
|
|
95
|
+
resolves_to: {
|
|
96
|
+
kind: "tool",
|
|
97
|
+
name: "pica_upload",
|
|
98
|
+
default_args: { accept: "audio" },
|
|
99
|
+
},
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
question: "send me the export",
|
|
103
|
+
synonyms: ["download that file", "give me the file"],
|
|
104
|
+
natural_domain: "export",
|
|
105
|
+
resolves_to: { kind: "tool", name: "pica_download" },
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
question: "give me the catalog as a CSV",
|
|
109
|
+
synonyms: ["export my catalog", "get a CSV of my works"],
|
|
110
|
+
natural_domain: "export",
|
|
111
|
+
resolves_to: { kind: "tool", name: "pica_export_catalog_csv" },
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
question: "upload the contract",
|
|
115
|
+
synonyms: ["can I send you a PDF?", "attach an agreement"],
|
|
116
|
+
natural_domain: "documents",
|
|
117
|
+
resolves_to: {
|
|
118
|
+
kind: "tool",
|
|
119
|
+
name: "pica_upload",
|
|
120
|
+
default_args: { accept: "document" },
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
question: "upload some session photos",
|
|
125
|
+
synonyms: ["add photos from a session", "upload images from a session"],
|
|
126
|
+
natural_domain: "multimedia",
|
|
127
|
+
resolves_to: {
|
|
128
|
+
kind: "tool",
|
|
129
|
+
name: "pica_upload",
|
|
130
|
+
default_args: { accept: "image", purpose: "session photos" },
|
|
131
|
+
},
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
question: "export an industry-ready package",
|
|
135
|
+
synonyms: ["get a registration-ready bundle", "export for registration"],
|
|
136
|
+
natural_domain: "export",
|
|
137
|
+
resolves_to: { kind: "tool", name: "pica_export_industry_ready" },
|
|
138
|
+
},
|
|
139
|
+
// ─────────────────────────────────────────────────────────────────
|
|
140
|
+
// D. Collaborators / credits (≥4 required per ADR Amendment 2)
|
|
141
|
+
// ─────────────────────────────────────────────────────────────────
|
|
142
|
+
{
|
|
143
|
+
question: "who's on this song?",
|
|
144
|
+
synonyms: ["who owns this work?", "who's credited?"],
|
|
145
|
+
natural_domain: "credits",
|
|
146
|
+
resolves_to: { kind: "tool", name: "pica_credits_list" },
|
|
147
|
+
fallback_when_empty: {
|
|
148
|
+
message: "I don't see any credits on this work yet. " +
|
|
149
|
+
"Want to add yours, or invite collaborators to confirm theirs?",
|
|
150
|
+
next_tool: "pica_claim_credit",
|
|
151
|
+
},
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
question: "what was my role on this?",
|
|
155
|
+
synonyms: ["am I credited on X?", "what did I do on this song?"],
|
|
156
|
+
natural_domain: "credits",
|
|
157
|
+
resolves_to: { kind: "tool", name: "pica_credits_list" },
|
|
158
|
+
fallback_when_empty: {
|
|
159
|
+
message: "I don't see your credit on this work yet. " + "Want to claim it now?",
|
|
160
|
+
next_tool: "pica_claim_credit",
|
|
161
|
+
},
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
question: "who wrote it?",
|
|
165
|
+
synonyms: ["do you know who wrote it?", "who's the writer?"],
|
|
166
|
+
natural_domain: "credits",
|
|
167
|
+
resolves_to: { kind: "tool", name: "pica_credits_list" },
|
|
168
|
+
fallback_when_empty: {
|
|
169
|
+
message: "I don't see writer credits on this work yet. " +
|
|
170
|
+
"Want to invite the people you worked with on it?",
|
|
171
|
+
next_tool: "pica_collaborators_invite",
|
|
172
|
+
},
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
question: "let's notify the people on this song",
|
|
176
|
+
synonyms: ["ask everyone to verify", "get my collaborators to confirm"],
|
|
177
|
+
natural_domain: "collaborators",
|
|
178
|
+
resolves_to: {
|
|
179
|
+
kind: "tool",
|
|
180
|
+
name: "pica_collaborators_invite",
|
|
181
|
+
default_args: { purpose: "verify_credits" },
|
|
182
|
+
},
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
question: "who's pending invites?",
|
|
186
|
+
synonyms: ["who hasn't accepted yet?", "outstanding invites"],
|
|
187
|
+
natural_domain: "collaborators",
|
|
188
|
+
resolves_to: { kind: "tool", name: "pica_collaborators_invites_list" },
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
question: "I want to claim my credit on X",
|
|
192
|
+
synonyms: ["add me as a writer on X", "credit me on this song"],
|
|
193
|
+
natural_domain: "credits",
|
|
194
|
+
resolves_to: { kind: "tool", name: "pica_claim_credit" },
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
question: "who owes me something?",
|
|
198
|
+
synonyms: [
|
|
199
|
+
"who hasn't responded?",
|
|
200
|
+
"who owes me a reply?",
|
|
201
|
+
"what's outstanding?",
|
|
202
|
+
],
|
|
203
|
+
// resolves to prompt created in Phase 5
|
|
204
|
+
resolves_to: { kind: "prompt", name: "who-owes-me-something" },
|
|
205
|
+
},
|
|
206
|
+
// ─────────────────────────────────────────────────────────────────
|
|
207
|
+
// E. Continuity / auditability (some entries fold into A above; this
|
|
208
|
+
// section deliberately stays narrow — most natural phrasings live as
|
|
209
|
+
// synonyms of #4 and #5 above)
|
|
210
|
+
// ─────────────────────────────────────────────────────────────────
|
|
211
|
+
// ─────────────────────────────────────────────────────────────────
|
|
212
|
+
// F. Vocabulary / memory
|
|
213
|
+
// ─────────────────────────────────────────────────────────────────
|
|
214
|
+
{
|
|
215
|
+
question: "remember that I call X 'Y'",
|
|
216
|
+
synonyms: [
|
|
217
|
+
"when I say jingles, I mean sync placements",
|
|
218
|
+
"save this vocabulary",
|
|
219
|
+
],
|
|
220
|
+
natural_domain: "memory",
|
|
221
|
+
resolves_to: {
|
|
222
|
+
kind: "tool",
|
|
223
|
+
name: "pica_memory_save",
|
|
224
|
+
default_args: { type: "vocabulary" },
|
|
225
|
+
},
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
question: "forget what I told you about X",
|
|
229
|
+
synonyms: ["drop that memory", "delete that note"],
|
|
230
|
+
natural_domain: "memory",
|
|
231
|
+
resolves_to: { kind: "tool", name: "pica_memory_delete" },
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
question: "what have you remembered about me?",
|
|
235
|
+
synonyms: ["what notes do you have?", "list my memories"],
|
|
236
|
+
natural_domain: "memory",
|
|
237
|
+
resolves_to: { kind: "tool", name: "pica_memory_list" },
|
|
238
|
+
},
|
|
239
|
+
// ─────────────────────────────────────────────────────────────────
|
|
240
|
+
// G. Search / inspect
|
|
241
|
+
// ─────────────────────────────────────────────────────────────────
|
|
242
|
+
{
|
|
243
|
+
question: "find this song",
|
|
244
|
+
synonyms: ["look up X", "search for X"],
|
|
245
|
+
natural_domain: "search",
|
|
246
|
+
resolves_to: {
|
|
247
|
+
kind: "tool",
|
|
248
|
+
name: "pica_search_all",
|
|
249
|
+
default_args: { kind: "work" },
|
|
250
|
+
},
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
question: "tell me about this song",
|
|
254
|
+
synonyms: ["show me this song", "what do you know about this work?"],
|
|
255
|
+
natural_domain: "works",
|
|
256
|
+
resolves_to: { kind: "tool", name: "pica_works_inspect" },
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
question: "find this person",
|
|
260
|
+
synonyms: ["look up artist X", "who is X?"],
|
|
261
|
+
natural_domain: "search",
|
|
262
|
+
resolves_to: {
|
|
263
|
+
kind: "tool",
|
|
264
|
+
name: "pica_search_all",
|
|
265
|
+
default_args: { kind: "person" },
|
|
266
|
+
},
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
question: "tell me about this person",
|
|
270
|
+
synonyms: ["show me everything on X", "what do you know about artist X?"],
|
|
271
|
+
natural_domain: "people",
|
|
272
|
+
resolves_to: { kind: "tool", name: "pica_people_inspect" },
|
|
273
|
+
},
|
|
274
|
+
// ─────────────────────────────────────────────────────────────────
|
|
275
|
+
// H. Status & registration
|
|
276
|
+
// ─────────────────────────────────────────────────────────────────
|
|
277
|
+
{
|
|
278
|
+
question: "am I ready to register?",
|
|
279
|
+
synonyms: ["can I submit X to MLC?", "is X complete?"],
|
|
280
|
+
natural_domain: "works",
|
|
281
|
+
resolves_to: { kind: "tool", name: "pica_catalog_diligence" },
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
// Eval-driven re-route 2026-05-07: am-i-ready-to-register is the Phase 5
|
|
285
|
+
// alias of register-my-works (PromptRegistry resolves both names to the
|
|
286
|
+
// same handler). The alias's framing wins the embedding match for natural
|
|
287
|
+
// creator phrasing because it's worded like a question; both prompts
|
|
288
|
+
// orchestrate identical tool sequences.
|
|
289
|
+
question: "register my works",
|
|
290
|
+
synonyms: ["submit my songs", "send my catalog to the registries"],
|
|
291
|
+
resolves_to: { kind: "prompt", name: "am-i-ready-to-register" },
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
question: "what's pending registration?",
|
|
295
|
+
synonyms: ["what hasn't been registered yet?", "unregistered works"],
|
|
296
|
+
natural_domain: "works",
|
|
297
|
+
resolves_to: {
|
|
298
|
+
kind: "tool",
|
|
299
|
+
name: "pica_works_query",
|
|
300
|
+
default_args: { registration_status: "pending" },
|
|
301
|
+
},
|
|
302
|
+
},
|
|
303
|
+
// ─────────────────────────────────────────────────────────────────
|
|
304
|
+
// I. Recording splits
|
|
305
|
+
// ─────────────────────────────────────────────────────────────────
|
|
306
|
+
{
|
|
307
|
+
// Work-side splits = composer / publisher percentages on the work itself.
|
|
308
|
+
// Recording-side has its own entries below; the eval was correctly picking
|
|
309
|
+
// the recording-side tool for ambiguous "splits" framing — this entry now
|
|
310
|
+
// explicitly disambiguates to the work side.
|
|
311
|
+
question: "what are the work credits on this song?",
|
|
312
|
+
synonyms: [
|
|
313
|
+
"what are the splits on this song?",
|
|
314
|
+
"show me the work credits",
|
|
315
|
+
"who gets what on this work?",
|
|
316
|
+
],
|
|
317
|
+
natural_domain: "credits",
|
|
318
|
+
resolves_to: { kind: "tool", name: "pica_credits_list" },
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
question: "what are the recording splits on this?",
|
|
322
|
+
synonyms: [
|
|
323
|
+
"show me the master splits",
|
|
324
|
+
"who's on the master?",
|
|
325
|
+
"list the recording-side splits",
|
|
326
|
+
],
|
|
327
|
+
natural_domain: "recording_splits",
|
|
328
|
+
resolves_to: { kind: "tool", name: "pica_recording_splits_list" },
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
question: "set the work credits",
|
|
332
|
+
synonyms: [
|
|
333
|
+
"update the work credits",
|
|
334
|
+
"fix the splits on this work",
|
|
335
|
+
"change the songwriter splits",
|
|
336
|
+
],
|
|
337
|
+
natural_domain: "credits",
|
|
338
|
+
resolves_to: { kind: "tool", name: "pica_credits_update" },
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
// Eval-driven re-route 2026-05-07: pica_recording_splits_create is the
|
|
342
|
+
// semantic-natural target for "set the recording splits" (creator-side
|
|
343
|
+
// verb is "set" = create new). pica_recording_credits_update is the
|
|
344
|
+
// update-existing path; reachable via "update the recording credits"
|
|
345
|
+
// synonym + the recording-side cross-listing under CATEGORIES.recording_splits.
|
|
346
|
+
question: "set the recording splits",
|
|
347
|
+
synonyms: [
|
|
348
|
+
"log splits for this recording",
|
|
349
|
+
"update master splits",
|
|
350
|
+
"update the recording credits",
|
|
351
|
+
],
|
|
352
|
+
natural_domain: "recording_splits",
|
|
353
|
+
resolves_to: { kind: "tool", name: "pica_recording_splits_create" },
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
question: "how do I split this with my co-writer?",
|
|
357
|
+
synonyms: ["set up a split sheet", "generate a split sheet"],
|
|
358
|
+
natural_domain: "recording_splits",
|
|
359
|
+
resolves_to: { kind: "tool", name: "pica_split_sheet_generate" },
|
|
360
|
+
},
|
|
361
|
+
// ADR-232 — atomic credit primitives. Composable adds and removes for
|
|
362
|
+
// single-row collaboration edits, distinct from the full-replace shape of
|
|
363
|
+
// pica_credits_update / pica_recording_credits_update.
|
|
364
|
+
{
|
|
365
|
+
question: "add Mary as additional songwriter at 25%",
|
|
366
|
+
synonyms: [
|
|
367
|
+
"credit Bob as producer",
|
|
368
|
+
"add a vocalist to this recording",
|
|
369
|
+
"add another collaborator",
|
|
370
|
+
],
|
|
371
|
+
natural_domain: "credits",
|
|
372
|
+
resolves_to: { kind: "tool", name: "pica_credit_add" },
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
question: "credit a producer on this recording",
|
|
376
|
+
synonyms: [
|
|
377
|
+
"add a recording credit",
|
|
378
|
+
"credit a performer",
|
|
379
|
+
"add a producer to this track",
|
|
380
|
+
"add a remixer",
|
|
381
|
+
],
|
|
382
|
+
natural_domain: "credits",
|
|
383
|
+
resolves_to: { kind: "tool", name: "pica_credit_add" },
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
question: "take Bob off this song",
|
|
387
|
+
synonyms: [
|
|
388
|
+
"remove this credit",
|
|
389
|
+
"unlist Mary as performer",
|
|
390
|
+
"delete a single credit",
|
|
391
|
+
],
|
|
392
|
+
natural_domain: "credits",
|
|
393
|
+
resolves_to: { kind: "tool", name: "pica_credit_remove" },
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
question: "delete one credit without rewriting all of them",
|
|
397
|
+
synonyms: [
|
|
398
|
+
"remove a single collaborator",
|
|
399
|
+
"drop this credit but keep the others",
|
|
400
|
+
"atomic remove a credit by id",
|
|
401
|
+
],
|
|
402
|
+
natural_domain: "credits",
|
|
403
|
+
resolves_to: { kind: "tool", name: "pica_credit_remove" },
|
|
404
|
+
},
|
|
405
|
+
// ADR-232 § Decision 2 — share trace explainability.
|
|
406
|
+
{
|
|
407
|
+
question: "why does Tony have access to this song?",
|
|
408
|
+
synonyms: [
|
|
409
|
+
"who can see this work?",
|
|
410
|
+
"how did this person see my recording?",
|
|
411
|
+
"explain access to this work",
|
|
412
|
+
"trace sharing on this work",
|
|
413
|
+
],
|
|
414
|
+
natural_domain: "sharing",
|
|
415
|
+
resolves_to: { kind: "tool", name: "pica_share_trace" },
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
question: "how does this collaborator see this work?",
|
|
419
|
+
synonyms: [
|
|
420
|
+
"show me the chain of access",
|
|
421
|
+
"what gives this person access?",
|
|
422
|
+
"is this share via a link or a grant?",
|
|
423
|
+
],
|
|
424
|
+
natural_domain: "sharing",
|
|
425
|
+
resolves_to: { kind: "tool", name: "pica_share_trace" },
|
|
426
|
+
},
|
|
427
|
+
// ADR-232 § Decision 3 — count discrepancy explainer.
|
|
428
|
+
{
|
|
429
|
+
question: "why does the dashboard say 80 but I counted 78?",
|
|
430
|
+
synonyms: [
|
|
431
|
+
"where are the missing works?",
|
|
432
|
+
"explain this number",
|
|
433
|
+
"reconcile this count",
|
|
434
|
+
"why are these counts different?",
|
|
435
|
+
],
|
|
436
|
+
natural_domain: "explainability",
|
|
437
|
+
resolves_to: { kind: "tool", name: "pica_count_explain" },
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
question: "where are the missing 2?",
|
|
441
|
+
synonyms: [
|
|
442
|
+
"explain this count",
|
|
443
|
+
"what's in this total?",
|
|
444
|
+
"what query backs this number?",
|
|
445
|
+
"show me the breakdown",
|
|
446
|
+
],
|
|
447
|
+
natural_domain: "explainability",
|
|
448
|
+
resolves_to: { kind: "tool", name: "pica_count_explain" },
|
|
449
|
+
},
|
|
450
|
+
// ADR-232 § Decision 4 — audio pipeline status.
|
|
451
|
+
{
|
|
452
|
+
question: "what's stuck in audio analysis?",
|
|
453
|
+
synonyms: [
|
|
454
|
+
"why hasn't this audio been analysed?",
|
|
455
|
+
"show me the audio pipeline status",
|
|
456
|
+
"what audio is failed or pending?",
|
|
457
|
+
"audio analysis stuck",
|
|
458
|
+
],
|
|
459
|
+
natural_domain: "audio",
|
|
460
|
+
resolves_to: { kind: "tool", name: "pica_audio_pipeline_status" },
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
question: "any audio issues?",
|
|
464
|
+
synonyms: [
|
|
465
|
+
"audio pipeline health",
|
|
466
|
+
"list failed audio analyses",
|
|
467
|
+
"audio backlog",
|
|
468
|
+
"stuck audio over 24 hours",
|
|
469
|
+
],
|
|
470
|
+
natural_domain: "audio",
|
|
471
|
+
resolves_to: { kind: "tool", name: "pica_audio_pipeline_status" },
|
|
472
|
+
},
|
|
473
|
+
// ─────────────────────────────────────────────────────────────────
|
|
474
|
+
// J. Agreements / contracts
|
|
475
|
+
// ─────────────────────────────────────────────────────────────────
|
|
476
|
+
{
|
|
477
|
+
question: "what agreements do I have?",
|
|
478
|
+
synonyms: ["list contracts", "my deals"],
|
|
479
|
+
natural_domain: "agreements",
|
|
480
|
+
resolves_to: { kind: "tool", name: "pica_agreements_query" },
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
question: "show me this contract",
|
|
484
|
+
synonyms: ["what's in this agreement?", "open this contract"],
|
|
485
|
+
natural_domain: "agreements",
|
|
486
|
+
resolves_to: { kind: "tool", name: "pica_agreements_inspect" },
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
question: "create a new agreement",
|
|
490
|
+
synonyms: ["start a contract", "draft a deal"],
|
|
491
|
+
natural_domain: "agreements",
|
|
492
|
+
resolves_to: { kind: "tool", name: "pica_agreements_create" },
|
|
493
|
+
},
|
|
494
|
+
// ─────────────────────────────────────────────────────────────────
|
|
495
|
+
// K. Sync placements
|
|
496
|
+
// ─────────────────────────────────────────────────────────────────
|
|
497
|
+
{
|
|
498
|
+
question: "any sync placements?",
|
|
499
|
+
synonyms: ["what jingles are on?", "list my syncs"],
|
|
500
|
+
natural_domain: "sync_placements",
|
|
501
|
+
resolves_to: { kind: "tool", name: "pica_sync_placements_query" },
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
question: "log a new sync placement",
|
|
505
|
+
synonyms: ["log a jingle", "add a sync"],
|
|
506
|
+
natural_domain: "sync_placements",
|
|
507
|
+
resolves_to: { kind: "tool", name: "pica_sync_placements_create" },
|
|
508
|
+
},
|
|
509
|
+
// ─────────────────────────────────────────────────────────────────
|
|
510
|
+
// L. Notifications
|
|
511
|
+
// ─────────────────────────────────────────────────────────────────
|
|
512
|
+
{
|
|
513
|
+
question: "what notifications do I have?",
|
|
514
|
+
synonyms: ["anything from the team?", "recent alerts"],
|
|
515
|
+
natural_domain: "notifications",
|
|
516
|
+
resolves_to: { kind: "tool", name: "pica_notifications_recent" },
|
|
517
|
+
},
|
|
518
|
+
// ─────────────────────────────────────────────────────────────────
|
|
519
|
+
// M. Privacy / consent / data export
|
|
520
|
+
// ─────────────────────────────────────────────────────────────────
|
|
521
|
+
{
|
|
522
|
+
question: "what data have I consented to AI training?",
|
|
523
|
+
synonyms: ["show my AI consent", "AI training opt-in status"],
|
|
524
|
+
natural_domain: "privacy",
|
|
525
|
+
resolves_to: { kind: "tool", name: "pica_export_ai_consent" },
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
question: "export my data",
|
|
529
|
+
synonyms: ["get all my data", "download everything you have on me"],
|
|
530
|
+
natural_domain: "export",
|
|
531
|
+
resolves_to: { kind: "tool", name: "pica_export_my_data" },
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
question: "delete my data",
|
|
535
|
+
synonyms: ["close my account", "erase me"],
|
|
536
|
+
natural_domain: "account",
|
|
537
|
+
resolves_to: { kind: "tool", name: "pica_delete_my_account" },
|
|
538
|
+
},
|
|
539
|
+
// ─────────────────────────────────────────────────────────────────
|
|
540
|
+
// N. Account / subscription
|
|
541
|
+
// ─────────────────────────────────────────────────────────────────
|
|
542
|
+
{
|
|
543
|
+
question: "what's my plan?",
|
|
544
|
+
synonyms: ["what tier am I on?", "show my subscription"],
|
|
545
|
+
natural_domain: "subscription",
|
|
546
|
+
resolves_to: { kind: "tool", name: "pica_subscription_status" },
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
question: "show my account info",
|
|
550
|
+
synonyms: ["what do you have on me?", "my profile"],
|
|
551
|
+
natural_domain: "profile",
|
|
552
|
+
resolves_to: { kind: "tool", name: "pica_user_profile" },
|
|
553
|
+
},
|
|
554
|
+
// ─────────────────────────────────────────────────────────────────
|
|
555
|
+
// O. Custody (intentionally minimal vernacular per IP rules)
|
|
556
|
+
// ─────────────────────────────────────────────────────────────────
|
|
557
|
+
{
|
|
558
|
+
question: "who has custody of X right now?",
|
|
559
|
+
synonyms: ["who owns the asset?"],
|
|
560
|
+
natural_domain: "custody",
|
|
561
|
+
resolves_to: { kind: "tool", name: "pica_custody_list" },
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
question: "claim custody",
|
|
565
|
+
synonyms: ["take over X"],
|
|
566
|
+
natural_domain: "custody",
|
|
567
|
+
// TODO Phase 3 — verify canonical between pica_claim_custody and pica_custody_claim
|
|
568
|
+
resolves_to: { kind: "tool", name: "pica_claim_custody" },
|
|
569
|
+
},
|
|
570
|
+
// ─────────────────────────────────────────────────────────────────
|
|
571
|
+
// P. Disputes
|
|
572
|
+
// ─────────────────────────────────────────────────────────────────
|
|
573
|
+
{
|
|
574
|
+
question: "I disagree with this",
|
|
575
|
+
synonyms: ["dispute that", "contest this credit"],
|
|
576
|
+
natural_domain: "collaborators",
|
|
577
|
+
resolves_to: { kind: "tool", name: "pica_collaborators_dispute" },
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
question: "show me my open disputes",
|
|
581
|
+
synonyms: ["what's contested?", "list active disputes"],
|
|
582
|
+
natural_domain: "collaborators",
|
|
583
|
+
resolves_to: { kind: "tool", name: "pica_disputes_list" },
|
|
584
|
+
},
|
|
585
|
+
];
|
|
586
|
+
//# sourceMappingURL=creator-question-atlas.js.map
|