@lumenflow/cli 3.5.0 → 3.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.
@@ -404,6 +404,7 @@ const POLICY_SUFFIXES = ['format', 'lint', 'typecheck', 'test', 'coverage'] as c
404
404
  export const SOFTWARE_DELIVERY_MANIFEST: SoftwareDeliveryPackManifest = {
405
405
  id: SOFTWARE_DELIVERY_PACK_ID,
406
406
  version: SOFTWARE_DELIVERY_PACK_VERSION,
407
+ config_key: 'software_delivery',
407
408
  task_types: ['work-unit'],
408
409
  tools: createManifestTools(),
409
410
  policies: POLICY_SUFFIXES.map((suffix) => ({
@@ -1,5 +1,6 @@
1
1
  id: software-delivery
2
2
  version: 0.1.0
3
+ config_key: software_delivery
3
4
  task_types:
4
5
  - work-unit
5
6
  tools: