@lumenflow/initiatives 3.17.7 → 3.18.1
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.
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* @see {@link packages/@lumenflow/cli/src/validate.ts} - Consumer (CI validation)
|
|
8
8
|
* @see {@link packages/@lumenflow/cli/src/lib/initiative-validator.ts} - Consumer (dependency graph validation)
|
|
9
|
-
* @see {@link docs/
|
|
9
|
+
* @see {@link docs/operations/tasks/initiatives/} - Initiative YAML files
|
|
10
10
|
*/
|
|
11
11
|
import { z } from 'zod';
|
|
12
12
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* @see {@link packages/@lumenflow/cli/src/validate.ts} - Consumer (CI validation)
|
|
10
10
|
* @see {@link packages/@lumenflow/cli/src/lib/initiative-validator.ts} - Consumer (dependency graph validation)
|
|
11
|
-
* @see {@link docs/
|
|
11
|
+
* @see {@link docs/operations/tasks/initiatives/} - Initiative YAML files
|
|
12
12
|
*/
|
|
13
13
|
import { z } from 'zod';
|
|
14
14
|
import { INIT_STATUSES, PHASE_STATUSES, PRIORITIES, INIT_PATTERNS, } from './initiative-constants.js';
|
|
@@ -47,7 +47,7 @@ export interface InitiativeEntry {
|
|
|
47
47
|
* import { readInitiative, writeInitiative, listInitiatives } from './lib/initiative-yaml.js';
|
|
48
48
|
*
|
|
49
49
|
* // Read initiative
|
|
50
|
-
* const doc = readInitiative('docs/
|
|
50
|
+
* const doc = readInitiative('docs/operations/tasks/initiatives/INIT-001.yaml', 'INIT-001');
|
|
51
51
|
*
|
|
52
52
|
* // List all initiatives
|
|
53
53
|
* const initiatives = listInitiatives();
|
package/dist/initiative-yaml.js
CHANGED
|
@@ -20,7 +20,7 @@ import { WU_PATHS } from '@lumenflow/core/wu-paths';
|
|
|
20
20
|
* import { readInitiative, writeInitiative, listInitiatives } from './lib/initiative-yaml.js';
|
|
21
21
|
*
|
|
22
22
|
* // Read initiative
|
|
23
|
-
* const doc = readInitiative('docs/
|
|
23
|
+
* const doc = readInitiative('docs/operations/tasks/initiatives/INIT-001.yaml', 'INIT-001');
|
|
24
24
|
*
|
|
25
25
|
* // List all initiatives
|
|
26
26
|
* const initiatives = listInitiatives();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumenflow/initiatives",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.18.1",
|
|
4
4
|
"description": "Initiative tracking for LumenFlow workflow framework - multi-phase project coordination",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lumenflow",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"yaml": "^2.8.2",
|
|
43
43
|
"zod": "^4.3.6",
|
|
44
|
-
"@lumenflow/core": "3.
|
|
44
|
+
"@lumenflow/core": "3.18.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@vitest/coverage-v8": "^4.0.18",
|