@interf/compiler 0.7.3 → 0.9.3
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/README.md +124 -90
- package/TRADEMARKS.md +1 -1
- package/agent-skills/interf-actions/SKILL.md +74 -0
- package/agent-skills/interf-actions/references/cli.md +190 -0
- package/{builtin-workflows/interf → builtin-methods/interf-default}/README.md +9 -9
- package/{builtin-workflows/interf → builtin-methods/interf-default}/compile/stages/shape/SKILL.md +4 -4
- package/{builtin-workflows/interf → builtin-methods/interf-default}/compile/stages/structure/SKILL.md +1 -1
- package/builtin-methods/interf-default/improve/SKILL.md +18 -0
- package/{builtin-workflows/interf/workflow.json → builtin-methods/interf-default/method.json} +9 -9
- package/{builtin-workflows/interf/workflow.schema.json → builtin-methods/interf-default/method.schema.json} +3 -3
- package/{builtin-workflows/interf → builtin-methods/interf-default}/use/query/SKILL.md +1 -1
- package/dist/cli/commands/check-draft.d.ts +11 -10
- package/dist/cli/commands/check-draft.js +21 -20
- package/dist/cli/commands/compile-controller.d.ts +10 -7
- package/dist/cli/commands/compile-controller.js +84 -79
- package/dist/cli/commands/compile.d.ts +3 -3
- package/dist/cli/commands/compile.js +101 -43
- package/dist/cli/commands/compiled-flow.d.ts +14 -11
- package/dist/cli/commands/compiled-flow.js +38 -33
- package/dist/cli/commands/control-path.d.ts +11 -0
- package/dist/cli/commands/control-path.js +72 -0
- package/dist/cli/commands/create-method-wizard.d.ts +76 -0
- package/dist/cli/commands/create-method-wizard.js +465 -0
- package/dist/cli/commands/create.d.ts +3 -3
- package/dist/cli/commands/create.js +81 -68
- package/dist/cli/commands/default.js +4 -3
- package/dist/cli/commands/doctor.js +5 -5
- package/dist/cli/commands/executor-flow.d.ts +6 -6
- package/dist/cli/commands/executor-flow.js +2 -2
- package/dist/cli/commands/init.d.ts +2 -2
- package/dist/cli/commands/init.js +415 -144
- package/dist/cli/commands/list.js +16 -14
- package/dist/cli/commands/preparation-selection.d.ts +6 -0
- package/dist/cli/commands/preparation-selection.js +11 -0
- package/dist/cli/commands/reset.js +3 -3
- package/dist/cli/commands/source-config-wizard.d.ts +12 -11
- package/dist/cli/commands/source-config-wizard.js +206 -228
- package/dist/cli/commands/status.js +152 -17
- package/dist/cli/commands/test-flow.d.ts +16 -16
- package/dist/cli/commands/test-flow.js +53 -243
- package/dist/cli/commands/test.d.ts +6 -2
- package/dist/cli/commands/test.js +136 -100
- package/dist/cli/commands/verify.js +13 -13
- package/dist/cli/commands/web.d.ts +11 -0
- package/dist/cli/commands/web.js +386 -0
- package/dist/cli/index.d.ts +2 -1
- package/dist/cli/index.js +3 -1
- package/dist/compiler-ui/404.html +1 -0
- package/dist/compiler-ui/__next.__PAGE__.txt +10 -0
- package/dist/compiler-ui/__next._full.txt +20 -0
- package/dist/compiler-ui/__next._head.txt +5 -0
- package/dist/compiler-ui/__next._index.txt +5 -0
- package/dist/compiler-ui/__next._tree.txt +5 -0
- package/dist/compiler-ui/_next/static/chunks/03~yq9q893hmn.js +1 -0
- package/dist/compiler-ui/_next/static/chunks/06yhdspx~ca5-.js +5 -0
- package/dist/compiler-ui/_next/static/chunks/06z~l3kwb891e.js +1 -0
- package/dist/compiler-ui/_next/static/chunks/08g7lvje.te.u.js +1 -0
- package/dist/compiler-ui/_next/static/chunks/08m7vf5asqlsm.js +91 -0
- package/dist/compiler-ui/_next/static/chunks/0_i-3_5l9t2qe.js +1 -0
- package/dist/compiler-ui/_next/static/chunks/0b-ywny_j0g~0.js +1 -0
- package/dist/compiler-ui/_next/static/chunks/0b52v41o1gixx.js +1 -0
- package/dist/compiler-ui/_next/static/chunks/0c9mu7yldxyyg.css +3 -0
- package/dist/compiler-ui/_next/static/chunks/0gpzgsv0w.q~m.js +31 -0
- package/dist/compiler-ui/_next/static/chunks/0ilwfezfvu6~-.js +1 -0
- package/dist/compiler-ui/_next/static/chunks/0n51hrfoufc7g.js +1 -0
- package/dist/compiler-ui/_next/static/chunks/0xxmf45eskdt~.css +1 -0
- package/dist/compiler-ui/_next/static/chunks/0y5z3t-z1c8ks.js.map +5 -0
- package/dist/compiler-ui/_next/static/chunks/14wtz~vq25~qq.js +1 -0
- package/dist/compiler-ui/_next/static/chunks/15mks7ry_cupt.js +118 -0
- package/dist/compiler-ui/_next/static/chunks/turbopack-0.uq1k8c0j4s..js +1 -0
- package/dist/compiler-ui/_next/static/chunks/turbopack-10e~t1yzi4svj.js +1 -0
- package/dist/compiler-ui/_next/static/chunks/turbopack-worker-0sjn--fhq~1cg.js +1 -0
- package/dist/compiler-ui/_next/static/media/GeistMono_Variable.p.17jn9btb_52pq.woff2 +0 -0
- package/dist/compiler-ui/_next/static/media/Geist_Variable-s.p.0-te~ja_gpvcf.woff2 +0 -0
- package/dist/compiler-ui/_next/static/media/worker.102zas1s52_pf.js +109 -0
- package/dist/compiler-ui/_next/static/pIZnDsV3Je6hdC3cOsGdK/_buildManifest.js +11 -0
- package/dist/compiler-ui/_next/static/pIZnDsV3Je6hdC3cOsGdK/_clientMiddlewareManifest.js +1 -0
- package/dist/compiler-ui/_next/static/pIZnDsV3Je6hdC3cOsGdK/_ssgManifest.js +1 -0
- package/dist/compiler-ui/_not-found/__next._full.txt +15 -0
- package/dist/compiler-ui/_not-found/__next._head.txt +5 -0
- package/dist/compiler-ui/_not-found/__next._index.txt +5 -0
- package/dist/compiler-ui/_not-found/__next._not-found.__PAGE__.txt +5 -0
- package/dist/compiler-ui/_not-found/__next._not-found.txt +5 -0
- package/dist/compiler-ui/_not-found/__next._tree.txt +2 -0
- package/dist/compiler-ui/_not-found.html +1 -0
- package/dist/compiler-ui/_not-found.txt +15 -0
- package/dist/compiler-ui/index.html +1 -0
- package/dist/compiler-ui/index.txt +20 -0
- package/dist/index.d.ts +11 -7
- package/dist/index.js +8 -4
- package/dist/packages/agents/index.d.ts +1 -1
- package/dist/packages/agents/lib/args.d.ts +2 -2
- package/dist/packages/agents/lib/compiled-bootstrap.js +7 -6
- package/dist/packages/agents/lib/execution-profile.d.ts +5 -5
- package/dist/packages/agents/lib/execution-profile.js +7 -6
- package/dist/packages/agents/lib/execution.js +4 -2
- package/dist/packages/agents/lib/executors.d.ts +14 -13
- package/dist/packages/agents/lib/executors.js +1 -0
- package/dist/packages/agents/lib/preflight.d.ts +1 -0
- package/dist/packages/agents/lib/preflight.js +32 -9
- package/dist/packages/agents/lib/render.d.ts +2 -2
- package/dist/packages/agents/lib/render.js +10 -9
- package/dist/packages/agents/lib/shells.d.ts +27 -34
- package/dist/packages/agents/lib/shells.js +191 -235
- package/dist/packages/agents/lib/types.d.ts +3 -2
- package/dist/packages/compiler/artifact-counts.d.ts +1 -0
- package/dist/packages/compiler/artifact-counts.js +30 -0
- package/dist/packages/compiler/compiled-paths.d.ts +5 -5
- package/dist/packages/compiler/compiled-paths.js +10 -10
- package/dist/packages/compiler/compiled-pipeline.d.ts +18 -12
- package/dist/packages/compiler/compiled-pipeline.js +34 -23
- package/dist/packages/compiler/compiled-schema.d.ts +20 -20
- package/dist/packages/compiler/compiled-schema.js +29 -29
- package/dist/packages/compiler/compiled-stage-plan.d.ts +4 -4
- package/dist/packages/compiler/compiled-stage-plan.js +11 -11
- package/dist/packages/compiler/compiled-stage-runner.d.ts +10 -5
- package/dist/packages/compiler/compiled-stage-runner.js +56 -8
- package/dist/packages/compiler/compiled-target.d.ts +5 -5
- package/dist/packages/compiler/compiled-target.js +5 -5
- package/dist/packages/compiler/index.d.ts +3 -3
- package/dist/packages/compiler/index.js +2 -2
- package/dist/packages/compiler/lib/schema.d.ts +68 -93
- package/dist/packages/compiler/lib/schema.js +57 -89
- package/dist/packages/compiler/{workflows.d.ts → method-runs.d.ts} +4 -4
- package/dist/packages/compiler/{workflows.js → method-runs.js} +4 -3
- package/dist/packages/compiler/raw-snapshot.d.ts +3 -3
- package/dist/packages/compiler/raw-snapshot.js +0 -1
- package/dist/packages/compiler/reset.js +3 -3
- package/dist/packages/compiler/runtime-acceptance.js +9 -16
- package/dist/packages/compiler/runtime-contracts.js +9 -9
- package/dist/packages/compiler/runtime-prompt.js +9 -9
- package/dist/packages/compiler/runtime-reconcile.d.ts +2 -2
- package/dist/packages/compiler/runtime-reconcile.js +3 -3
- package/dist/packages/compiler/runtime-runs.js +12 -9
- package/dist/packages/compiler/runtime-types.d.ts +9 -7
- package/dist/packages/compiler/state-health.js +26 -35
- package/dist/packages/compiler/state-view.js +6 -6
- package/dist/packages/compiler/validate-compiled.d.ts +5 -5
- package/dist/packages/compiler/validate-compiled.js +56 -62
- package/dist/packages/compiler/validate.d.ts +2 -2
- package/dist/packages/compiler/validate.js +22 -14
- package/dist/packages/contracts/index.d.ts +2 -0
- package/dist/packages/contracts/index.js +1 -0
- package/dist/packages/contracts/lib/schema.d.ts +205 -0
- package/dist/packages/contracts/lib/schema.js +101 -0
- package/dist/packages/execution/adapters.d.ts +15 -0
- package/dist/packages/execution/adapters.js +1 -0
- package/dist/packages/execution/events.d.ts +8 -0
- package/dist/packages/execution/events.js +16 -0
- package/dist/packages/execution/index.d.ts +9 -0
- package/dist/packages/execution/index.js +6 -0
- package/dist/packages/execution/lib/schema.d.ts +1551 -0
- package/dist/packages/execution/lib/schema.js +296 -0
- package/dist/packages/local-service/action-values.d.ts +22 -0
- package/dist/packages/local-service/action-values.js +30 -0
- package/dist/packages/local-service/client.d.ts +119 -0
- package/dist/packages/local-service/client.js +356 -0
- package/dist/packages/local-service/index.d.ts +15 -0
- package/dist/packages/local-service/index.js +11 -0
- package/dist/packages/local-service/lib/schema.d.ts +6917 -0
- package/dist/packages/local-service/lib/schema.js +519 -0
- package/dist/packages/local-service/routes.d.ts +27 -0
- package/dist/packages/local-service/routes.js +32 -0
- package/dist/packages/local-service/run-observability.d.ts +6 -0
- package/dist/packages/local-service/run-observability.js +592 -0
- package/dist/packages/local-service/runtime.d.ts +130 -0
- package/dist/packages/local-service/runtime.js +2263 -0
- package/dist/packages/local-service/server.d.ts +18 -0
- package/dist/packages/local-service/server.js +577 -0
- package/dist/packages/method-authoring/index.d.ts +4 -0
- package/dist/packages/method-authoring/index.js +4 -0
- package/dist/packages/{workflow-authoring/lib/workflow-edit-utils.d.ts → method-authoring/lib/method-edit-utils.d.ts} +3 -3
- package/dist/packages/method-authoring/method-authoring.d.ts +24 -0
- package/dist/packages/method-authoring/method-authoring.js +116 -0
- package/dist/packages/method-authoring/method-edit-session.d.ts +18 -0
- package/dist/packages/method-authoring/method-edit-session.js +125 -0
- package/dist/packages/method-authoring/method-improvement.d.ts +23 -0
- package/dist/packages/{workflow-authoring/workflow-improvement.js → method-authoring/method-improvement.js} +65 -64
- package/dist/packages/{workflow-package/builtin-compiled-workflow.d.ts → method-package/builtin-compiled-method.d.ts} +1 -1
- package/dist/packages/{workflow-package/builtin-compiled-workflow.js → method-package/builtin-compiled-method.js} +17 -17
- package/dist/packages/{workflow-package → method-package}/context-interface.d.ts +12 -12
- package/dist/packages/{workflow-package → method-package}/context-interface.js +20 -20
- package/dist/packages/method-package/index.d.ts +11 -0
- package/dist/packages/method-package/index.js +11 -0
- package/dist/packages/method-package/interf-method-package.d.ts +31 -0
- package/dist/packages/method-package/interf-method-package.js +496 -0
- package/dist/packages/{workflow-package → method-package}/lib/package-root.js +1 -1
- package/dist/packages/method-package/local-methods.d.ts +64 -0
- package/dist/packages/method-package/local-methods.js +466 -0
- package/dist/packages/method-package/method-definitions.d.ts +83 -0
- package/dist/packages/method-package/method-definitions.js +205 -0
- package/dist/packages/{workflow-package/workflow-helpers.d.ts → method-package/method-helpers.d.ts} +10 -10
- package/dist/packages/{workflow-package/workflow-helpers.js → method-package/method-helpers.js} +27 -27
- package/dist/packages/method-package/method-review-paths.d.ts +10 -0
- package/dist/packages/{workflow-package/workflow-review-paths.js → method-package/method-review-paths.js} +4 -4
- package/dist/packages/{workflow-package/workflow-stage-runner.d.ts → method-package/method-stage-runner.d.ts} +13 -11
- package/dist/packages/{workflow-package/workflow-stage-runner.js → method-package/method-stage-runner.js} +8 -6
- package/dist/packages/methods/index.d.ts +2 -0
- package/dist/packages/methods/index.js +2 -0
- package/dist/packages/methods/method-resolution.d.ts +6 -0
- package/dist/packages/methods/method-resolution.js +7 -0
- package/dist/packages/project-model/index.d.ts +2 -4
- package/dist/packages/project-model/index.js +1 -3
- package/dist/packages/project-model/interf-detect.d.ts +3 -3
- package/dist/packages/project-model/interf-detect.js +18 -14
- package/dist/packages/project-model/interf-scaffold.d.ts +2 -2
- package/dist/packages/project-model/interf-scaffold.js +40 -38
- package/dist/packages/project-model/interf.d.ts +1 -2
- package/dist/packages/project-model/interf.js +1 -2
- package/dist/packages/project-model/lib/schema.d.ts +24 -14
- package/dist/packages/project-model/lib/schema.js +22 -30
- package/dist/packages/project-model/project-paths.d.ts +9 -10
- package/dist/packages/project-model/project-paths.js +14 -17
- package/dist/packages/project-model/source-config.d.ts +19 -17
- package/dist/packages/project-model/source-config.js +144 -145
- package/dist/packages/project-model/source-folders.d.ts +11 -0
- package/dist/packages/project-model/source-folders.js +110 -0
- package/dist/packages/testing/index.d.ts +2 -2
- package/dist/packages/testing/index.js +1 -1
- package/dist/packages/testing/lib/schema.d.ts +11 -11
- package/dist/packages/testing/lib/schema.js +8 -9
- package/dist/packages/testing/readiness-check-run.d.ts +67 -0
- package/dist/packages/testing/readiness-check-run.js +258 -0
- package/dist/packages/testing/test-execution.d.ts +3 -3
- package/dist/packages/testing/test-execution.js +8 -8
- package/dist/packages/testing/test-paths.js +7 -9
- package/dist/packages/testing/test-profile-presets.js +2 -2
- package/dist/packages/testing/test-sandbox.js +10 -11
- package/dist/packages/testing/test-targets.d.ts +1 -1
- package/dist/packages/testing/test-targets.js +8 -7
- package/dist/packages/testing/test-types.d.ts +1 -1
- package/package.json +29 -30
- package/builtin-workflows/interf/improve/SKILL.md +0 -18
- package/dist/cli/commands/create-workflow-wizard.d.ts +0 -70
- package/dist/cli/commands/create-workflow-wizard.js +0 -361
- package/dist/cli/commands/dataset-selection.d.ts +0 -6
- package/dist/cli/commands/dataset-selection.js +0 -11
- package/dist/lib/agent-args.d.ts +0 -1
- package/dist/lib/agent-args.js +0 -1
- package/dist/lib/agent-constants.d.ts +0 -1
- package/dist/lib/agent-constants.js +0 -1
- package/dist/lib/agent-detection.d.ts +0 -1
- package/dist/lib/agent-detection.js +0 -1
- package/dist/lib/agent-execution.d.ts +0 -1
- package/dist/lib/agent-execution.js +0 -1
- package/dist/lib/agent-logs.d.ts +0 -1
- package/dist/lib/agent-logs.js +0 -1
- package/dist/lib/agent-preflight.d.ts +0 -1
- package/dist/lib/agent-preflight.js +0 -1
- package/dist/lib/agent-render.d.ts +0 -1
- package/dist/lib/agent-render.js +0 -1
- package/dist/lib/agent-shells.d.ts +0 -1
- package/dist/lib/agent-shells.js +0 -1
- package/dist/lib/agent-status.d.ts +0 -1
- package/dist/lib/agent-status.js +0 -1
- package/dist/lib/agent-types.d.ts +0 -1
- package/dist/lib/agent-types.js +0 -1
- package/dist/lib/agents.d.ts +0 -1
- package/dist/lib/agents.js +0 -1
- package/dist/lib/builtin-compiled-workflow.d.ts +0 -1
- package/dist/lib/builtin-compiled-workflow.js +0 -1
- package/dist/lib/chart-guidance.d.ts +0 -1
- package/dist/lib/chart-guidance.js +0 -1
- package/dist/lib/compiled-compile.d.ts +0 -1
- package/dist/lib/compiled-compile.js +0 -1
- package/dist/lib/compiled-paths.d.ts +0 -1
- package/dist/lib/compiled-paths.js +0 -3
- package/dist/lib/compiled-raw.d.ts +0 -1
- package/dist/lib/compiled-raw.js +0 -3
- package/dist/lib/compiled-reset.d.ts +0 -1
- package/dist/lib/compiled-reset.js +0 -3
- package/dist/lib/compiled-schema.d.ts +0 -1
- package/dist/lib/compiled-schema.js +0 -1
- package/dist/lib/discovery.d.ts +0 -1
- package/dist/lib/discovery.js +0 -1
- package/dist/lib/execution-profile.d.ts +0 -1
- package/dist/lib/execution-profile.js +0 -1
- package/dist/lib/executors.d.ts +0 -1
- package/dist/lib/executors.js +0 -1
- package/dist/lib/filesystem.d.ts +0 -1
- package/dist/lib/filesystem.js +0 -1
- package/dist/lib/interf-bootstrap.d.ts +0 -1
- package/dist/lib/interf-bootstrap.js +0 -3
- package/dist/lib/interf-detect.d.ts +0 -1
- package/dist/lib/interf-detect.js +0 -3
- package/dist/lib/interf-scaffold.d.ts +0 -1
- package/dist/lib/interf-scaffold.js +0 -3
- package/dist/lib/interf-workflow-package.d.ts +0 -1
- package/dist/lib/interf-workflow-package.js +0 -1
- package/dist/lib/interf.d.ts +0 -1
- package/dist/lib/interf.js +0 -3
- package/dist/lib/local-workflows.d.ts +0 -1
- package/dist/lib/local-workflows.js +0 -1
- package/dist/lib/logger.d.ts +0 -1
- package/dist/lib/logger.js +0 -1
- package/dist/lib/package-root.d.ts +0 -1
- package/dist/lib/package-root.js +0 -1
- package/dist/lib/parse.d.ts +0 -1
- package/dist/lib/parse.js +0 -1
- package/dist/lib/project-paths.d.ts +0 -1
- package/dist/lib/project-paths.js +0 -3
- package/dist/lib/runtime-acceptance.d.ts +0 -1
- package/dist/lib/runtime-acceptance.js +0 -1
- package/dist/lib/runtime-contracts.d.ts +0 -1
- package/dist/lib/runtime-contracts.js +0 -1
- package/dist/lib/runtime-inventory.d.ts +0 -1
- package/dist/lib/runtime-inventory.js +0 -1
- package/dist/lib/runtime-paths.d.ts +0 -1
- package/dist/lib/runtime-paths.js +0 -1
- package/dist/lib/runtime-prompt.d.ts +0 -1
- package/dist/lib/runtime-prompt.js +0 -1
- package/dist/lib/runtime-reconcile.d.ts +0 -1
- package/dist/lib/runtime-reconcile.js +0 -1
- package/dist/lib/runtime-runs.d.ts +0 -1
- package/dist/lib/runtime-runs.js +0 -1
- package/dist/lib/runtime-types.d.ts +0 -1
- package/dist/lib/runtime-types.js +0 -1
- package/dist/lib/runtime.d.ts +0 -1
- package/dist/lib/runtime.js +0 -1
- package/dist/lib/schema.d.ts +0 -4
- package/dist/lib/schema.js +0 -6
- package/dist/lib/source-config.d.ts +0 -1
- package/dist/lib/source-config.js +0 -3
- package/dist/lib/state-artifacts.d.ts +0 -1
- package/dist/lib/state-artifacts.js +0 -1
- package/dist/lib/state-health.d.ts +0 -1
- package/dist/lib/state-health.js +0 -1
- package/dist/lib/state-io.d.ts +0 -1
- package/dist/lib/state-io.js +0 -1
- package/dist/lib/state-paths.d.ts +0 -1
- package/dist/lib/state-paths.js +0 -1
- package/dist/lib/state-view.d.ts +0 -1
- package/dist/lib/state-view.js +0 -1
- package/dist/lib/state.d.ts +0 -1
- package/dist/lib/state.js +0 -1
- package/dist/lib/test-execution.d.ts +0 -1
- package/dist/lib/test-execution.js +0 -3
- package/dist/lib/test-matrices.d.ts +0 -1
- package/dist/lib/test-matrices.js +0 -3
- package/dist/lib/test-paths.d.ts +0 -1
- package/dist/lib/test-paths.js +0 -3
- package/dist/lib/test-profile-presets.d.ts +0 -1
- package/dist/lib/test-profile-presets.js +0 -3
- package/dist/lib/test-sandbox.d.ts +0 -1
- package/dist/lib/test-sandbox.js +0 -3
- package/dist/lib/test-specs.d.ts +0 -1
- package/dist/lib/test-specs.js +0 -3
- package/dist/lib/test-targets.d.ts +0 -1
- package/dist/lib/test-targets.js +0 -3
- package/dist/lib/test-types.d.ts +0 -1
- package/dist/lib/test-types.js +0 -3
- package/dist/lib/test.d.ts +0 -1
- package/dist/lib/test.js +0 -3
- package/dist/lib/util.d.ts +0 -1
- package/dist/lib/util.js +0 -1
- package/dist/lib/validate-compiled.d.ts +0 -1
- package/dist/lib/validate-compiled.js +0 -1
- package/dist/lib/validate-helpers.d.ts +0 -1
- package/dist/lib/validate-helpers.js +0 -1
- package/dist/lib/validate.d.ts +0 -1
- package/dist/lib/validate.js +0 -1
- package/dist/lib/workflow-authoring.d.ts +0 -1
- package/dist/lib/workflow-authoring.js +0 -1
- package/dist/lib/workflow-definitions.d.ts +0 -1
- package/dist/lib/workflow-definitions.js +0 -1
- package/dist/lib/workflow-edit-session.d.ts +0 -1
- package/dist/lib/workflow-edit-session.js +0 -1
- package/dist/lib/workflow-edit-utils.d.ts +0 -1
- package/dist/lib/workflow-edit-utils.js +0 -1
- package/dist/lib/workflow-helpers.d.ts +0 -1
- package/dist/lib/workflow-helpers.js +0 -1
- package/dist/lib/workflow-improvement.d.ts +0 -1
- package/dist/lib/workflow-improvement.js +0 -1
- package/dist/lib/workflow-primitives.d.ts +0 -1
- package/dist/lib/workflow-primitives.js +0 -1
- package/dist/lib/workflow-review-paths.d.ts +0 -1
- package/dist/lib/workflow-review-paths.js +0 -1
- package/dist/lib/workflow-stage-policy.d.ts +0 -1
- package/dist/lib/workflow-stage-policy.js +0 -1
- package/dist/lib/workflow-stage-runner.d.ts +0 -1
- package/dist/lib/workflow-stage-runner.js +0 -1
- package/dist/lib/workflows.d.ts +0 -1
- package/dist/lib/workflows.js +0 -1
- package/dist/packages/project-model/compiled-paths.d.ts +0 -1
- package/dist/packages/project-model/compiled-paths.js +0 -1
- package/dist/packages/project-model/compiled-raw.d.ts +0 -1
- package/dist/packages/project-model/compiled-raw.js +0 -1
- package/dist/packages/project-model/compiled-reset.d.ts +0 -1
- package/dist/packages/project-model/compiled-reset.js +0 -1
- package/dist/packages/shared/index.d.ts +0 -7
- package/dist/packages/shared/index.js +0 -7
- package/dist/packages/shared/util.d.ts +0 -3
- package/dist/packages/shared/util.js +0 -3
- package/dist/packages/testing/test-matrices.d.ts +0 -90
- package/dist/packages/testing/test-matrices.js +0 -96
- package/dist/packages/workflow-authoring/index.d.ts +0 -4
- package/dist/packages/workflow-authoring/index.js +0 -4
- package/dist/packages/workflow-authoring/workflow-authoring.d.ts +0 -26
- package/dist/packages/workflow-authoring/workflow-authoring.js +0 -123
- package/dist/packages/workflow-authoring/workflow-edit-session.d.ts +0 -16
- package/dist/packages/workflow-authoring/workflow-edit-session.js +0 -60
- package/dist/packages/workflow-authoring/workflow-improvement.d.ts +0 -23
- package/dist/packages/workflow-package/index.d.ts +0 -11
- package/dist/packages/workflow-package/index.js +0 -11
- package/dist/packages/workflow-package/interf-workflow-package.d.ts +0 -25
- package/dist/packages/workflow-package/interf-workflow-package.js +0 -389
- package/dist/packages/workflow-package/local-workflows.d.ts +0 -64
- package/dist/packages/workflow-package/local-workflows.js +0 -441
- package/dist/packages/workflow-package/workflow-definitions.d.ts +0 -82
- package/dist/packages/workflow-package/workflow-definitions.js +0 -210
- package/dist/packages/workflow-package/workflow-review-paths.d.ts +0 -10
- /package/{builtin-workflows/interf → builtin-methods/interf-default}/compile/stages/summarize/SKILL.md +0 -0
- /package/dist/packages/compiler/{workflow-primitives.d.ts → method-primitives.d.ts} +0 -0
- /package/dist/packages/compiler/{workflow-primitives.js → method-primitives.js} +0 -0
- /package/dist/packages/{workflow-authoring/lib/workflow-edit-utils.js → method-authoring/lib/method-edit-utils.js} +0 -0
- /package/dist/packages/{workflow-package → method-package}/lib/package-root.d.ts +0 -0
- /package/dist/packages/{workflow-package/workflow-stage-policy.d.ts → method-package/method-stage-policy.d.ts} +0 -0
- /package/dist/packages/{workflow-package/workflow-stage-policy.js → method-package/method-stage-policy.js} +0 -0
|
@@ -2,20 +2,21 @@ import chalk from "chalk";
|
|
|
2
2
|
import * as p from "@clack/prompts";
|
|
3
3
|
import { detectInterf, ensurePortableContextScaffold, resolveSourceControlPath, } from "../../packages/project-model/interf.js";
|
|
4
4
|
import { addExecutionProfileOptions, executionProfileFromArgv, } from "../../packages/agents/lib/execution-profile.js";
|
|
5
|
-
import { SOURCE_FOLDER_CONFIG_PATH,
|
|
6
|
-
import {
|
|
5
|
+
import { SOURCE_FOLDER_CONFIG_PATH, listSourcePreparationConfigs, loadSourceFolderConfig, syncCompiledInterfConfigFromSourcePreparationConfig, upsertSourcePreparationConfig, } from "../../packages/project-model/source-config.js";
|
|
6
|
+
import { chooseOrCreateCompiledMethodForPreparation, createMethodWizard, } from "./create-method-wizard.js";
|
|
7
7
|
import { findBuiltCompiledPath, } from "./compiled-flow.js";
|
|
8
|
-
import {
|
|
8
|
+
import { DEFAULT_PREPARATION_NAME, promptSingleCompiledConfig, } from "./source-config-wizard.js";
|
|
9
|
+
import { defaultPreparationNameForPath, } from "../../packages/project-model/source-folders.js";
|
|
10
|
+
import { resolveCommandControlPath, resolveInterfInstanceContext, } from "./control-path.js";
|
|
11
|
+
import { resolveMethodId } from "../../packages/methods/method-resolution.js";
|
|
9
12
|
function normalizeCreateTarget(value) {
|
|
10
13
|
if (!value)
|
|
11
14
|
return null;
|
|
12
15
|
switch (value) {
|
|
13
|
-
case "
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
case "wf":
|
|
18
|
-
return "workflow";
|
|
16
|
+
case "preparation":
|
|
17
|
+
return "preparation";
|
|
18
|
+
case "method":
|
|
19
|
+
return "method";
|
|
19
20
|
default:
|
|
20
21
|
return null;
|
|
21
22
|
}
|
|
@@ -25,77 +26,77 @@ async function selectCreateTarget() {
|
|
|
25
26
|
message: "Create what?",
|
|
26
27
|
options: [
|
|
27
28
|
{
|
|
28
|
-
value: "
|
|
29
|
-
label: "
|
|
30
|
-
hint: "Add one
|
|
29
|
+
value: "preparation",
|
|
30
|
+
label: "Preparation (Recommended)",
|
|
31
|
+
hint: "Add one Preparation for this Source Folder",
|
|
31
32
|
},
|
|
32
33
|
{
|
|
33
|
-
value: "
|
|
34
|
-
label: "
|
|
35
|
-
hint: "Create a reusable local
|
|
34
|
+
value: "method",
|
|
35
|
+
label: "Method",
|
|
36
|
+
hint: "Create a reusable local Method",
|
|
36
37
|
},
|
|
37
38
|
],
|
|
38
39
|
});
|
|
39
40
|
}
|
|
40
|
-
async function
|
|
41
|
+
async function maybeAssignMethodToPreparation(sourcePath, methodId) {
|
|
41
42
|
const config = loadSourceFolderConfig(sourcePath);
|
|
42
|
-
const
|
|
43
|
-
if (
|
|
44
|
-
p.log.info(`Created
|
|
45
|
-
p.log.info(`Next: run \`interf\`, add a
|
|
43
|
+
const preparations = listSourcePreparationConfigs(config);
|
|
44
|
+
if (preparations.length === 0) {
|
|
45
|
+
p.log.info(`Created Method "${methodId}".`);
|
|
46
|
+
p.log.info(`Next: run \`interf\`, add a Preparation, then assign Method "${methodId}" from that menu.`);
|
|
46
47
|
return;
|
|
47
48
|
}
|
|
48
49
|
const assignNow = await p.confirm({
|
|
49
|
-
message: "Assign this
|
|
50
|
+
message: "Assign this Method to a Preparation now? (Recommended)",
|
|
50
51
|
initialValue: true,
|
|
51
52
|
});
|
|
52
53
|
if (p.isCancel(assignNow) || !assignNow) {
|
|
53
|
-
p.log.info(`Created
|
|
54
|
-
p.log.info(`Next: run \`interf\`, open a saved
|
|
54
|
+
p.log.info(`Created Method "${methodId}".`);
|
|
55
|
+
p.log.info(`Next: run \`interf\`, open a saved Preparation, and assign Method "${methodId}" from that menu.`);
|
|
55
56
|
return;
|
|
56
57
|
}
|
|
57
|
-
let
|
|
58
|
-
if (
|
|
58
|
+
let targetPreparation = preparations[0] ?? null;
|
|
59
|
+
if (preparations.length > 1) {
|
|
59
60
|
const selected = await p.select({
|
|
60
|
-
message: "Which
|
|
61
|
-
options:
|
|
62
|
-
value:
|
|
63
|
-
label:
|
|
64
|
-
hint: `${
|
|
61
|
+
message: "Which saved Preparation should use this Method?",
|
|
62
|
+
options: preparations.map((preparation) => ({
|
|
63
|
+
value: preparation.name,
|
|
64
|
+
label: preparation.name,
|
|
65
|
+
hint: `${preparation.path} · ${preparation.about ?? `${preparation.checks.length} readiness check${preparation.checks.length === 1 ? "" : "s"}`}`,
|
|
65
66
|
})),
|
|
66
67
|
});
|
|
67
68
|
if (p.isCancel(selected))
|
|
68
69
|
return;
|
|
69
|
-
|
|
70
|
+
targetPreparation = preparations.find((preparation) => preparation.name === selected) ?? null;
|
|
70
71
|
}
|
|
71
|
-
if (!
|
|
72
|
+
if (!targetPreparation)
|
|
72
73
|
return;
|
|
73
74
|
const nextConfig = {
|
|
74
|
-
...
|
|
75
|
-
|
|
75
|
+
...targetPreparation,
|
|
76
|
+
method: methodId,
|
|
76
77
|
};
|
|
77
|
-
|
|
78
|
-
matchName:
|
|
78
|
+
upsertSourcePreparationConfig(sourcePath, nextConfig, {
|
|
79
|
+
matchName: targetPreparation.name,
|
|
79
80
|
});
|
|
80
|
-
const builtCompiledPath = findBuiltCompiledPath(sourcePath,
|
|
81
|
+
const builtCompiledPath = findBuiltCompiledPath(sourcePath, targetPreparation.name);
|
|
81
82
|
if (builtCompiledPath) {
|
|
82
|
-
|
|
83
|
+
syncCompiledInterfConfigFromSourcePreparationConfig(builtCompiledPath, nextConfig);
|
|
83
84
|
}
|
|
84
85
|
else {
|
|
85
|
-
ensurePortableContextScaffold(sourcePath, nextConfig.name, nextConfig
|
|
86
|
+
ensurePortableContextScaffold(sourcePath, nextConfig.name, resolveMethodId(nextConfig));
|
|
86
87
|
}
|
|
87
|
-
p.log.info(`Assigned
|
|
88
|
+
p.log.info(`Assigned Method "${methodId}" to Preparation "${targetPreparation.name}".`);
|
|
88
89
|
if (builtCompiledPath) {
|
|
89
|
-
p.log.info("The active local
|
|
90
|
+
p.log.info("The active local Method copy for that Portable Context lives under `.interf/method/`.");
|
|
90
91
|
}
|
|
91
92
|
p.log.info("Next: run `interf compile`, then `interf test`.");
|
|
92
93
|
}
|
|
93
94
|
export const createCommand = {
|
|
94
95
|
command: "create [type]",
|
|
95
|
-
describe: "Create a
|
|
96
|
+
describe: "Create a Preparation or reusable Method",
|
|
96
97
|
builder: (yargs) => addExecutionProfileOptions(yargs.positional("type", {
|
|
97
98
|
type: "string",
|
|
98
|
-
describe: "Type to create (`
|
|
99
|
+
describe: "Type to create (`preparation` or `method`)",
|
|
99
100
|
default: undefined,
|
|
100
101
|
})),
|
|
101
102
|
handler: async (argv) => {
|
|
@@ -113,14 +114,15 @@ export const createCommand = {
|
|
|
113
114
|
return;
|
|
114
115
|
type = selected;
|
|
115
116
|
}
|
|
116
|
-
if (type === "
|
|
117
|
+
if (type === "method") {
|
|
117
118
|
const detected = detectInterf(process.cwd());
|
|
118
|
-
const
|
|
119
|
-
|
|
119
|
+
const sourcePath = detected ? resolveSourceControlPath(detected.path) : resolveCommandControlPath();
|
|
120
|
+
const methodId = await createMethodWizard({
|
|
121
|
+
sourcePath,
|
|
120
122
|
executionProfile,
|
|
121
123
|
});
|
|
122
|
-
if (typeof
|
|
123
|
-
await
|
|
124
|
+
if (typeof methodId === "string") {
|
|
125
|
+
await maybeAssignMethodToPreparation(sourcePath, methodId);
|
|
124
126
|
}
|
|
125
127
|
return;
|
|
126
128
|
}
|
|
@@ -129,48 +131,59 @@ export const createCommand = {
|
|
|
129
131
|
};
|
|
130
132
|
export async function createCompiledWizard(options = {}) {
|
|
131
133
|
if (options.intro !== false) {
|
|
132
|
-
p.intro(chalk.bold("Add a
|
|
134
|
+
p.intro(chalk.bold("Add a Preparation"));
|
|
133
135
|
}
|
|
134
136
|
const cwd = process.cwd();
|
|
135
137
|
const detected = detectInterf(cwd);
|
|
136
138
|
if (detected) {
|
|
137
139
|
process.exitCode = 1;
|
|
138
|
-
p.log.error("You are already inside
|
|
140
|
+
p.log.error("You are already inside Portable Context.");
|
|
139
141
|
return;
|
|
140
142
|
}
|
|
141
|
-
const
|
|
142
|
-
|
|
143
|
-
|
|
143
|
+
const initContext = resolveInterfInstanceContext(cwd);
|
|
144
|
+
const sourcePath = initContext.controlPath;
|
|
145
|
+
const savedPreparations = listSourcePreparationConfigs(loadSourceFolderConfig(sourcePath));
|
|
146
|
+
if (savedPreparations.length > 0) {
|
|
147
|
+
p.log.info(`This Source Folder already has ${savedPreparations.length} saved Preparation${savedPreparations.length === 1 ? "" : "s"} in ${SOURCE_FOLDER_CONFIG_PATH}. Add another only when you need a separate Source Folder, agent-work focus, or readiness-check set.`);
|
|
144
148
|
}
|
|
145
|
-
|
|
146
|
-
|
|
149
|
+
if (sourcePath !== cwd) {
|
|
150
|
+
p.log.info(`Interf Workspace: ${sourcePath}`);
|
|
151
|
+
}
|
|
152
|
+
p.log.info("Interf works one Preparation at a time. Start with the agent work, the relevant files, and a few readiness checks, then build Portable Context when you need evidence that the data is ready for agents.");
|
|
153
|
+
const existingConfig = loadSourceFolderConfig(sourcePath);
|
|
154
|
+
const initialConfig = initContext.defaultSourceFolderPath && initContext.defaultPreparationPath
|
|
155
|
+
? {
|
|
156
|
+
name: defaultPreparationNameForPath(initContext.defaultSourceFolderPath),
|
|
157
|
+
path: initContext.defaultPreparationPath,
|
|
158
|
+
}
|
|
159
|
+
: { name: DEFAULT_PREPARATION_NAME };
|
|
147
160
|
const draft = await promptSingleCompiledConfig({
|
|
148
|
-
projectPath:
|
|
149
|
-
initial:
|
|
161
|
+
projectPath: sourcePath,
|
|
162
|
+
initial: initialConfig,
|
|
150
163
|
introStyle: existingConfig ? "additional" : "first",
|
|
151
164
|
});
|
|
152
165
|
if (!draft)
|
|
153
166
|
return;
|
|
154
|
-
const existingNames = new Set(
|
|
167
|
+
const existingNames = new Set(listSourcePreparationConfigs(existingConfig).map((preparation) => preparation.name));
|
|
155
168
|
if (existingNames.has(draft.name)) {
|
|
156
169
|
process.exitCode = 1;
|
|
157
|
-
p.log.error(`
|
|
170
|
+
p.log.error(`Preparation "${draft.name}" already exists. Use \`interf\` or \`interf init\` to edit it.`);
|
|
158
171
|
return;
|
|
159
172
|
}
|
|
160
|
-
const
|
|
161
|
-
|
|
173
|
+
const methodChoice = await chooseOrCreateCompiledMethodForPreparation(sourcePath, draft, {
|
|
174
|
+
currentMethodId: "interf-default",
|
|
162
175
|
executionProfile: options.executionProfile,
|
|
163
176
|
});
|
|
164
|
-
if (!
|
|
177
|
+
if (!methodChoice || p.isCancel(methodChoice))
|
|
165
178
|
return;
|
|
166
179
|
const configToSave = {
|
|
167
180
|
...draft,
|
|
168
|
-
|
|
181
|
+
method: String(methodChoice),
|
|
169
182
|
};
|
|
170
|
-
|
|
171
|
-
ensurePortableContextScaffold(
|
|
183
|
+
upsertSourcePreparationConfig(sourcePath, configToSave);
|
|
184
|
+
ensurePortableContextScaffold(sourcePath, configToSave.name, configToSave.method);
|
|
172
185
|
p.outro(configToSave.checks.length > 0
|
|
173
|
-
? "Saved
|
|
174
|
-
: "Saved
|
|
186
|
+
? "Saved Preparation.\nNext:\n interf compile\n interf test"
|
|
187
|
+
: "Saved Preparation.\nNext:\n interf or interf init");
|
|
175
188
|
}
|
|
176
|
-
export {
|
|
189
|
+
export { formatMethodLabel, createMethodWizard, createCompiledMethodWizard, } from "./create-method-wizard.js";
|
|
@@ -6,7 +6,7 @@ function printStaticLanding() {
|
|
|
6
6
|
console.log();
|
|
7
7
|
console.log(chalk.bold(" Interf"));
|
|
8
8
|
console.log(chalk.dim(" Prepare data for agent work."));
|
|
9
|
-
console.log(chalk.dim(" Run locally, process files, show evidence that your data is ready, and write verifiable outputs as
|
|
9
|
+
console.log(chalk.dim(" Run locally, process files, show evidence that your data is ready, and write verifiable outputs as Portable Context for agents."));
|
|
10
10
|
console.log();
|
|
11
11
|
if (config) {
|
|
12
12
|
console.log(chalk.dim(` Agent: ${config.agent}`));
|
|
@@ -14,13 +14,14 @@ function printStaticLanding() {
|
|
|
14
14
|
}
|
|
15
15
|
console.log(chalk.dim(" Suggested flow:"));
|
|
16
16
|
console.log(chalk.dim(" interf"));
|
|
17
|
-
console.log(chalk.dim(" interf
|
|
17
|
+
console.log(chalk.dim(" interf web # optional local UI/API"));
|
|
18
18
|
console.log(chalk.dim(" interf compile"));
|
|
19
19
|
console.log(chalk.dim(" interf test"));
|
|
20
|
+
console.log(chalk.dim(" interf test --target source-files # optional baseline before compile"));
|
|
20
21
|
console.log();
|
|
21
22
|
console.log(chalk.dim(" More:"));
|
|
22
23
|
console.log(chalk.dim(" interf init"));
|
|
23
|
-
console.log(chalk.dim(" interf create
|
|
24
|
+
console.log(chalk.dim(" interf create method"));
|
|
24
25
|
console.log(chalk.dim(" interf doctor --live"));
|
|
25
26
|
console.log(chalk.dim(" interf --help"));
|
|
26
27
|
console.log();
|
|
@@ -11,7 +11,7 @@ function iconFor(status) {
|
|
|
11
11
|
}
|
|
12
12
|
export const doctorCommand = {
|
|
13
13
|
command: "doctor",
|
|
14
|
-
describe: "Check local executor
|
|
14
|
+
describe: "Check local executor configuration before a real local run",
|
|
15
15
|
builder: (yargs) => yargs
|
|
16
16
|
.option("live", {
|
|
17
17
|
type: "boolean",
|
|
@@ -30,7 +30,7 @@ export const doctorCommand = {
|
|
|
30
30
|
if (config) {
|
|
31
31
|
checks.push({
|
|
32
32
|
id: "config",
|
|
33
|
-
label: "Interf
|
|
33
|
+
label: "Interf config",
|
|
34
34
|
status: "pass",
|
|
35
35
|
message: `Configured default agent: ${config.agent}`,
|
|
36
36
|
});
|
|
@@ -38,9 +38,9 @@ export const doctorCommand = {
|
|
|
38
38
|
else {
|
|
39
39
|
checks.push({
|
|
40
40
|
id: "config",
|
|
41
|
-
label: "Interf
|
|
41
|
+
label: "Interf config",
|
|
42
42
|
status: "warn",
|
|
43
|
-
message: "No saved Interf
|
|
43
|
+
message: "No saved Interf config found. `interf` or `interf init` is recommended for deterministic local runs.",
|
|
44
44
|
});
|
|
45
45
|
}
|
|
46
46
|
if (!agent) {
|
|
@@ -97,7 +97,7 @@ export const doctorCommand = {
|
|
|
97
97
|
id: "live",
|
|
98
98
|
label: "Live executor preflight",
|
|
99
99
|
status: "skipped",
|
|
100
|
-
message: "Skipped. Run `interf doctor --live` to exercise the real local agent before a check draft,
|
|
100
|
+
message: "Skipped. Run `interf doctor --live` to exercise the real local agent before a check draft, Method authoring run, readiness check, or Compilation.",
|
|
101
101
|
});
|
|
102
102
|
}
|
|
103
103
|
const ok = checks.every((check) => check.status !== "fail");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type MethodExecutionProfile, type MethodExecutor } from "../../packages/agents/index.js";
|
|
2
2
|
export interface RunAgentOption {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
@@ -9,9 +9,9 @@ export declare function resolvedConfiguredAgentName(): string | null;
|
|
|
9
9
|
export declare function listRunAgentOptions(): RunAgentOption[];
|
|
10
10
|
export declare function resolveNamedLocalExecutor(agentName: string, options?: {
|
|
11
11
|
preflight?: boolean;
|
|
12
|
-
executionProfile?:
|
|
12
|
+
executionProfile?: MethodExecutionProfile;
|
|
13
13
|
}): {
|
|
14
|
-
executor:
|
|
14
|
+
executor: MethodExecutor | null;
|
|
15
15
|
error?: string;
|
|
16
16
|
};
|
|
17
17
|
export declare function promptForTestAgents(): Promise<{
|
|
@@ -20,10 +20,10 @@ export declare function promptForTestAgents(): Promise<{
|
|
|
20
20
|
}>;
|
|
21
21
|
export declare function resolveOrConfigureLocalExecutor(options?: {
|
|
22
22
|
preflight?: boolean;
|
|
23
|
-
executionProfile?:
|
|
24
|
-
purpose?: "compile" | "test" | "draft" | "
|
|
23
|
+
executionProfile?: MethodExecutionProfile;
|
|
24
|
+
purpose?: "compile" | "test" | "draft" | "method";
|
|
25
25
|
}): Promise<{
|
|
26
|
-
executor:
|
|
26
|
+
executor: MethodExecutor | null;
|
|
27
27
|
error?: string;
|
|
28
28
|
cancelled?: boolean;
|
|
29
29
|
}>;
|
|
@@ -87,8 +87,8 @@ export async function promptForTestAgents() {
|
|
|
87
87
|
async function promptForRunAgent(purpose) {
|
|
88
88
|
const purposeLabel = purpose === "draft"
|
|
89
89
|
? "check draft"
|
|
90
|
-
: purpose === "
|
|
91
|
-
? "
|
|
90
|
+
: purpose === "method"
|
|
91
|
+
? "Method authoring"
|
|
92
92
|
: purpose;
|
|
93
93
|
const detected = supportedDetectedAgents();
|
|
94
94
|
if (detected.length === 0)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { CommandModule } from "yargs";
|
|
2
|
-
import type {
|
|
2
|
+
import type { SourcePreparationConfig } from "../../packages/project-model/lib/schema.js";
|
|
3
3
|
import { type AgentTestMatrixRow } from "./test-flow.js";
|
|
4
4
|
import { runCompileCommand } from "./compile.js";
|
|
5
5
|
export type CurrentRunTargetStatus = "pass" | "mixed" | "fail" | "missing";
|
|
6
6
|
export declare function currentRunTargetStatus(rows: AgentTestMatrixRow[], target: "raw" | "compiled"): CurrentRunTargetStatus;
|
|
7
|
-
export declare function compileSelectedCompiled(sourcePath: string, compiledConfig:
|
|
7
|
+
export declare function compileSelectedCompiled(sourcePath: string, compiledConfig: SourcePreparationConfig, deps?: {
|
|
8
8
|
runCompileCommand?: typeof runCompileCommand;
|
|
9
9
|
}): Promise<import("./compile.js").CompileCommandResult | null>;
|
|
10
10
|
export declare const initCommand: CommandModule;
|