@lumenflow/initiatives 2.7.0 → 2.9.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.
@@ -1361,7 +1361,6 @@ export function formatTaskInvocationWithEmbeddedSpawn(wu) {
1361
1361
  * @param {{waves: Array<Array<{id: string, doc: object}>>, skipped: string[]}} plan - Execution plan
1362
1362
  * @returns {string} Formatted output with embedded Task invocations
1363
1363
  */
1364
- // eslint-disable-next-line sonarjs/cognitive-complexity -- spawn formatting inherently complex
1365
1364
  export function formatExecutionPlanWithEmbeddedSpawns(plan) {
1366
1365
  const lines = [];
1367
1366
  if (plan.waves.length === 0) {
@@ -1,4 +1,3 @@
1
- /* eslint-disable security/detect-non-literal-fs-filename */
2
1
  import { existsSync, readFileSync, writeFileSync, readdirSync } from 'node:fs';
3
2
  import path from 'node:path';
4
3
  import { parseYAML, stringifyYAML } from '@lumenflow/core/dist/wu-yaml.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumenflow/initiatives",
3
- "version": "2.7.0",
3
+ "version": "2.9.0",
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.5",
44
- "@lumenflow/core": "2.7.0"
44
+ "@lumenflow/core": "2.9.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@vitest/coverage-v8": "^4.0.17",