@titan-design/active-work 0.4.0 → 0.6.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/dist/aw.js CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  releaseLeaseSync,
13
13
  resolveLaunchCwd,
14
14
  resume_default
15
- } from "./chunk-BK25ASXA.js";
15
+ } from "./chunk-RLSQSE7I.js";
16
16
 
17
17
  // src/aw.ts
18
18
  import { spawn } from "child_process";
@@ -786,7 +786,7 @@ var isValidIsoDate3 = (value) => {
786
786
  return parsed.toISOString().slice(0, 10) === value;
787
787
  };
788
788
  var isoDate3 = z5.string().refine(isValidIsoDate3, { message: "Must be a valid zero-padded YYYY-MM-DD date" });
789
- var NoteKindSchema = z5.enum(["process", "gotcha", "fyi", "decision"]);
789
+ var NoteKindSchema = z5.enum(["process", "gotcha", "fyi", "decision", "plan"]);
790
790
  var NOTE_TITLE_MAX_LENGTH = 120;
791
791
  var NoteFrontmatterSchema = z5.object({
792
792
  kind: NoteKindSchema,
@@ -2604,4 +2604,4 @@ export {
2604
2604
  resume_default,
2605
2605
  color
2606
2606
  };
2607
- //# sourceMappingURL=chunk-BK25ASXA.js.map
2607
+ //# sourceMappingURL=chunk-RLSQSE7I.js.map