@togglhq/cli 1.6.5 → 1.6.6

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/build/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { n as CommanderError, t as createProgram } from "./program-DBw30mJp.js";
2
+ import { n as CommanderError, t as createProgram } from "./program-CgfjMecb.js";
3
3
  //#region src/cli.ts
4
4
  try {
5
5
  await createProgram({ enableUpdateNotification: true }).parseAsync(process.argv);
package/build/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as createProgram } from "./program-DBw30mJp.js";
1
+ import { t as createProgram } from "./program-CgfjMecb.js";
2
2
  export { createProgram };
@@ -12477,7 +12477,7 @@ async function runSkillSetup(options) {
12477
12477
  });
12478
12478
  }
12479
12479
  //#endregion
12480
- //#region ../operations/build/safety-nrboW9fu.js
12480
+ //#region ../operations/build/safety-DFT_PtcX.js
12481
12481
  const optionalNumber = /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2());
12482
12482
  const DATE_FIELD_RE = /^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d+)?(Z|[+-]\d{2}:\d{2}))?$/;
12483
12483
  const dateField = (description) => /* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ regex(DATE_FIELD_RE, "must be YYYY-MM-DD or RFC3339 datetime (e.g. '2025-01-01' or '2025-01-01T00:00:00Z')"), /* @__PURE__ */ description$1(description));
@@ -13216,7 +13216,7 @@ const taskOverrides = {
13216
13216
  },
13217
13217
  "focus.tasks.get": { agentGuidance: "Fetch a single task with full detail including subtasks and time estimates." },
13218
13218
  "focus.tasks.create": {
13219
- agentGuidance: "Required: name. Strongly recommended: project_id, status_id, assignee_user_ids. Use start_date/end_date for scheduling (ISO 8601). Set estimated_mins for time estimates.",
13219
+ agentGuidance: "Required: name. Strongly recommended: project_id, status_id, assignee_user_ids. Use start_date/end_date for scheduling as date-only YYYY-MM-DD values; never pass RFC 3339 datetimes. Set estimated_mins for time estimates.",
13220
13220
  examples: [{
13221
13221
  description: "Create a minimal task",
13222
13222
  data: { name: "Dogfood the CLI" }
@@ -25064,4 +25064,4 @@ Common commands:
25064
25064
  //#endregion
25065
25065
  export { CommanderError as n, createProgram as t };
25066
25066
 
25067
- //# sourceMappingURL=program-DBw30mJp.js.map
25067
+ //# sourceMappingURL=program-CgfjMecb.js.map
package/build/program.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as createProgram } from "./program-DBw30mJp.js";
1
+ import { t as createProgram } from "./program-CgfjMecb.js";
2
2
  export { createProgram };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togglhq/cli",
3
- "version": "1.6.5",
3
+ "version": "1.6.6",
4
4
  "description": "Toggl CLI for Toggl 2.0 API operations.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",