@cleocode/adapters 2026.8.6 → 2026.8.8
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1969,7 +1969,7 @@ var init_output_contracts_data = __esm({
|
|
|
1969
1969
|
init_service();
|
|
1970
1970
|
tasksShowOutputContract = {
|
|
1971
1971
|
operation: "tasks.show",
|
|
1972
|
-
shapeNote: "The task record is nested under `task` \u2014 use /data/task/<field>, not /data/<field>. `view` may be null. `acRows` and `relations` are conditional.",
|
|
1972
|
+
shapeNote: "The task record is nested under `task` \u2014 use /data/task/<field>, not /data/<field>. `view` may be null. `acRows` and `relations` are conditional. The listed pointers are the default (MVI) projection \u2014 `verification`, `acceptance`, `description`, and `evidence` live only in the full record (`cleo show <id> --full`); `--field` resolves them transparently when they exist (T12108).",
|
|
1973
1973
|
dataSchema: {
|
|
1974
1974
|
type: "object",
|
|
1975
1975
|
required: ["task", "view", "attachments"],
|