@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
|
@@ -0,0 +1,386 @@
|
|
|
1
|
+
import { existsSync, mkdirSync, readFileSync, } from "node:fs";
|
|
2
|
+
import { join, resolve } from "node:path";
|
|
3
|
+
import chalk from "chalk";
|
|
4
|
+
import { resolveLocalExecutor, } from "../../packages/agents/lib/executors.js";
|
|
5
|
+
import { ActionProposalPlanSchema, startLocalService, } from "../../packages/local-service/index.js";
|
|
6
|
+
import { loadSourceFolderConfig, saveSourceFolderConfig, sourceFolderConfigPath, } from "../../packages/project-model/source-config.js";
|
|
7
|
+
import { runConfiguredCompiledCompile, } from "./compile-controller.js";
|
|
8
|
+
import { draftReadinessChecks, } from "./check-draft.js";
|
|
9
|
+
import { runReadinessChecksForExecutor, } from "../../packages/testing/readiness-check-run.js";
|
|
10
|
+
import { runMethodAuthoringDraft, } from "../../packages/method-authoring/method-authoring.js";
|
|
11
|
+
import { PACKAGE_ROOT } from "../../packages/method-package/lib/package-root.js";
|
|
12
|
+
import { seedLocalDefaultMethod } from "../../packages/method-package/local-methods.js";
|
|
13
|
+
import { findNearestInterfInstanceConfig, hasInterfInstanceConfig, relativeSourceFolderPath, resolveInterfInstanceContext, } from "./control-path.js";
|
|
14
|
+
import { listSourceFolderChoices, } from "../../packages/project-model/source-folders.js";
|
|
15
|
+
import { methodIdForSourcePreparationConfig } from "../../packages/methods/method-resolution.js";
|
|
16
|
+
export const webCommand = {
|
|
17
|
+
command: "web",
|
|
18
|
+
describe: "Start Interf UI and the local Interf API",
|
|
19
|
+
builder: (yargs) => yargs
|
|
20
|
+
.option("host", {
|
|
21
|
+
type: "string",
|
|
22
|
+
describe: "Host for the local Interf service",
|
|
23
|
+
})
|
|
24
|
+
.option("port", {
|
|
25
|
+
type: "number",
|
|
26
|
+
describe: "Port for the local Interf service",
|
|
27
|
+
})
|
|
28
|
+
.option("control-path", {
|
|
29
|
+
type: "string",
|
|
30
|
+
describe: "Folder where Interf stores local config, Methods, runs, and portable context",
|
|
31
|
+
})
|
|
32
|
+
.option("source-folder", {
|
|
33
|
+
type: "string",
|
|
34
|
+
describe: "Source Folder to prepare when initializing a new Interf Workspace",
|
|
35
|
+
}),
|
|
36
|
+
handler: async (argv) => {
|
|
37
|
+
await runWebCommand(argv);
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
function stringOption(value) {
|
|
41
|
+
return typeof value === "string" && value.trim().length > 0
|
|
42
|
+
? value.trim()
|
|
43
|
+
: undefined;
|
|
44
|
+
}
|
|
45
|
+
function numberOption(value) {
|
|
46
|
+
if (typeof value !== "number" || !Number.isInteger(value))
|
|
47
|
+
return undefined;
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
function extractJsonObject(text) {
|
|
51
|
+
try {
|
|
52
|
+
return JSON.parse(text);
|
|
53
|
+
}
|
|
54
|
+
catch {
|
|
55
|
+
const match = text.match(/\{[\s\S]*\}/);
|
|
56
|
+
if (!match)
|
|
57
|
+
throw new Error("Planner did not write a JSON object.");
|
|
58
|
+
return JSON.parse(match[0]);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
function readActionSkill() {
|
|
62
|
+
const skillDir = join(PACKAGE_ROOT, "agent-skills", "interf-actions");
|
|
63
|
+
const skillPath = join(skillDir, "SKILL.md");
|
|
64
|
+
const cliReferencePath = join(skillDir, "references", "cli.md");
|
|
65
|
+
try {
|
|
66
|
+
const skill = readFileSync(skillPath, "utf8");
|
|
67
|
+
const cliReference = readFileSync(cliReferencePath, "utf8");
|
|
68
|
+
return [
|
|
69
|
+
skill,
|
|
70
|
+
"## Bundled reference: references/cli.md",
|
|
71
|
+
cliReference,
|
|
72
|
+
].join("\n\n");
|
|
73
|
+
}
|
|
74
|
+
catch {
|
|
75
|
+
return [
|
|
76
|
+
"# Interf Actions",
|
|
77
|
+
"Use `interf --help`, `interf list`, `interf status`, and command-specific help as the source of truth.",
|
|
78
|
+
"In Interf proposal mode, do not run CLI commands. Write the requested JSON proposal only.",
|
|
79
|
+
].join("\n\n");
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
export function resolveWebProjectPaths(argv = {}, cwd = process.cwd()) {
|
|
83
|
+
const currentPath = resolve(cwd);
|
|
84
|
+
const configuredControlPath = stringOption(argv["control-path"]);
|
|
85
|
+
const configuredSourceFolder = stringOption(argv["source-folder"]);
|
|
86
|
+
if (configuredControlPath) {
|
|
87
|
+
return {
|
|
88
|
+
controlPath: resolve(currentPath, configuredControlPath),
|
|
89
|
+
sourceFolderPath: configuredSourceFolder ? resolve(currentPath, configuredSourceFolder) : null,
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
const existingControlPath = findNearestInterfInstanceConfig(currentPath);
|
|
93
|
+
if (existingControlPath) {
|
|
94
|
+
return {
|
|
95
|
+
controlPath: existingControlPath,
|
|
96
|
+
sourceFolderPath: configuredSourceFolder ? resolve(currentPath, configuredSourceFolder) : null,
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
if (configuredSourceFolder) {
|
|
100
|
+
const resolvedSourceFolder = resolve(currentPath, configuredSourceFolder);
|
|
101
|
+
const context = resolveInterfInstanceContext(resolvedSourceFolder);
|
|
102
|
+
return {
|
|
103
|
+
controlPath: context.controlPath,
|
|
104
|
+
sourceFolderPath: resolvedSourceFolder,
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
const context = resolveInterfInstanceContext(currentPath);
|
|
108
|
+
return {
|
|
109
|
+
controlPath: context.controlPath,
|
|
110
|
+
sourceFolderPath: context.defaultSourceFolderPath ?? currentPath,
|
|
111
|
+
};
|
|
112
|
+
}
|
|
113
|
+
export function ensureWebProjectInitialized(controlPath, options = {}) {
|
|
114
|
+
const inferSourceFolderPath = () => {
|
|
115
|
+
if (options.sourceFolderPath)
|
|
116
|
+
return options.sourceFolderPath;
|
|
117
|
+
const choices = listSourceFolderChoices(controlPath);
|
|
118
|
+
return choices.length === 1 ? resolve(controlPath, choices[0]?.value ?? "") : null;
|
|
119
|
+
};
|
|
120
|
+
if (existsSync(sourceFolderConfigPath(controlPath))) {
|
|
121
|
+
if (!hasInterfInstanceConfig(controlPath)) {
|
|
122
|
+
throw new Error(`Interf Workspace path is not usable: ${sourceFolderConfigPath(controlPath)}. Choose a different --control-path.`);
|
|
123
|
+
}
|
|
124
|
+
const existing = loadSourceFolderConfig(controlPath);
|
|
125
|
+
const sourceFolderPath = existing?.source_folder ? null : inferSourceFolderPath();
|
|
126
|
+
if (existing && sourceFolderPath) {
|
|
127
|
+
saveSourceFolderConfig(controlPath, {
|
|
128
|
+
source_folder: {
|
|
129
|
+
path: relativeSourceFolderPath(controlPath, sourceFolderPath),
|
|
130
|
+
},
|
|
131
|
+
preparations: existing.preparations ?? [],
|
|
132
|
+
});
|
|
133
|
+
}
|
|
134
|
+
return;
|
|
135
|
+
}
|
|
136
|
+
seedLocalDefaultMethod({ sourcePath: controlPath });
|
|
137
|
+
const sourceFolderPath = inferSourceFolderPath();
|
|
138
|
+
saveSourceFolderConfig(controlPath, {
|
|
139
|
+
...(sourceFolderPath
|
|
140
|
+
? {
|
|
141
|
+
source_folder: {
|
|
142
|
+
path: relativeSourceFolderPath(controlPath, sourceFolderPath),
|
|
143
|
+
},
|
|
144
|
+
}
|
|
145
|
+
: {}),
|
|
146
|
+
preparations: [],
|
|
147
|
+
});
|
|
148
|
+
}
|
|
149
|
+
function buildActionPlannerPrompt(request, context, outputPath) {
|
|
150
|
+
const actionSkill = readActionSkill();
|
|
151
|
+
const preparations = context.preparations.map((preparation) => ({
|
|
152
|
+
name: preparation.name,
|
|
153
|
+
path: preparation.path,
|
|
154
|
+
about: preparation.about ?? null,
|
|
155
|
+
method: methodIdForSourcePreparationConfig(preparation),
|
|
156
|
+
checks: preparation.checks?.length ?? 0,
|
|
157
|
+
}));
|
|
158
|
+
const recentProposals = context.recentProposals.map((proposal) => ({
|
|
159
|
+
status: proposal.status,
|
|
160
|
+
action_type: proposal.action_type,
|
|
161
|
+
title: proposal.title,
|
|
162
|
+
preparation: proposal.preparation ?? null,
|
|
163
|
+
request: proposal.request,
|
|
164
|
+
command_preview: proposal.command_preview ?? null,
|
|
165
|
+
}));
|
|
166
|
+
const sourceFolders = context.sourceFolders.map((folder) => ({
|
|
167
|
+
path: folder.value,
|
|
168
|
+
label: folder.label,
|
|
169
|
+
hint: folder.hint,
|
|
170
|
+
}));
|
|
171
|
+
return `You are the local Interf action planner.
|
|
172
|
+
|
|
173
|
+
User request:
|
|
174
|
+
${request.message}
|
|
175
|
+
|
|
176
|
+
Selected Preparation hint: ${request.preparation ?? "(none)"}
|
|
177
|
+
|
|
178
|
+
Structured request values:
|
|
179
|
+
${JSON.stringify(request.values ?? {}, null, 2)}
|
|
180
|
+
|
|
181
|
+
Available Preparations:
|
|
182
|
+
${JSON.stringify(preparations, null, 2)}
|
|
183
|
+
|
|
184
|
+
Visible Source Folders:
|
|
185
|
+
${JSON.stringify(sourceFolders, null, 2)}
|
|
186
|
+
|
|
187
|
+
Action health:
|
|
188
|
+
${JSON.stringify(context.preparationHealth, null, 2)}
|
|
189
|
+
|
|
190
|
+
Recent proposals, newest first. A short follow-up like "target source only" may be correcting the latest pending proposal:
|
|
191
|
+
${JSON.stringify(recentProposals, null, 2)}
|
|
192
|
+
|
|
193
|
+
Interf action skill source:
|
|
194
|
+
${actionSkill}
|
|
195
|
+
|
|
196
|
+
Use the Interf action skill source as the authority for CLI semantics and Interf proposal mode. Preserve user intent over defaults.
|
|
197
|
+
Use Action health to avoid proposing work that cannot run yet. If can_check_readiness is false, prefer the recommended next actions; do not propose a generic readiness check unless the user explicitly asks for a source-files-only baseline.
|
|
198
|
+
If the user is asking a question or making casual conversation, return "clarification" with a helpful assistant_message. Do not invent a CLI command for non-action chat.
|
|
199
|
+
If a field does not apply, omit it instead of writing null or an empty string.
|
|
200
|
+
Do not run any CLI command. Do not edit files except the output JSON file.
|
|
201
|
+
|
|
202
|
+
Write only this JSON object to:
|
|
203
|
+
${outputPath}
|
|
204
|
+
|
|
205
|
+
JSON schema:
|
|
206
|
+
{
|
|
207
|
+
"action_type": "preparation-setup" | "compile" | "test" | "readiness-check-draft" | "method-authoring" | "clarification",
|
|
208
|
+
"preparation": "Preparation id if applicable",
|
|
209
|
+
"method": "Method id if applicable",
|
|
210
|
+
"values": {},
|
|
211
|
+
"title": "short approval card title",
|
|
212
|
+
"summary": "one sentence describing what will run",
|
|
213
|
+
"assistant_message": "concise explanation for the user",
|
|
214
|
+
"command_preview": "interf command the user is approving"
|
|
215
|
+
}
|
|
216
|
+
`;
|
|
217
|
+
}
|
|
218
|
+
export async function runWebCommand(argv = {}) {
|
|
219
|
+
const { controlPath, sourceFolderPath } = resolveWebProjectPaths(argv);
|
|
220
|
+
ensureWebProjectInitialized(controlPath, { sourceFolderPath });
|
|
221
|
+
const handlers = {
|
|
222
|
+
async planActionProposal(request, context) {
|
|
223
|
+
const resolved = resolveLocalExecutor({ preflight: true });
|
|
224
|
+
if (!resolved.executor) {
|
|
225
|
+
return ActionProposalPlanSchema.parse({
|
|
226
|
+
action_type: "clarification",
|
|
227
|
+
preparation: request.preparation,
|
|
228
|
+
assistant_message: resolved.error ?? "No local agent detected for action planning.",
|
|
229
|
+
});
|
|
230
|
+
}
|
|
231
|
+
const planRoot = join(context.sourcePath, "interf", ".service", "action-plans", Date.now().toString(36));
|
|
232
|
+
mkdirSync(planRoot, { recursive: true });
|
|
233
|
+
const outputPath = join(planRoot, "proposal.json");
|
|
234
|
+
const prompt = buildActionPlannerPrompt(request, context, outputPath);
|
|
235
|
+
const exitCode = await resolved.executor.execute(context.sourcePath, prompt, {
|
|
236
|
+
eventLogPath: join(planRoot, "planner.events.ndjson"),
|
|
237
|
+
statusLogPath: join(planRoot, "planner.status.log"),
|
|
238
|
+
completionCheck: () => existsSync(outputPath),
|
|
239
|
+
});
|
|
240
|
+
if (exitCode !== 0 && !existsSync(outputPath)) {
|
|
241
|
+
return ActionProposalPlanSchema.parse({
|
|
242
|
+
action_type: "clarification",
|
|
243
|
+
preparation: request.preparation,
|
|
244
|
+
assistant_message: `${resolved.executor.displayName} could not create a safe Interf proposal.`,
|
|
245
|
+
});
|
|
246
|
+
}
|
|
247
|
+
try {
|
|
248
|
+
return ActionProposalPlanSchema.parse(extractJsonObject(readFileSync(outputPath, "utf8")));
|
|
249
|
+
}
|
|
250
|
+
catch {
|
|
251
|
+
return ActionProposalPlanSchema.parse({
|
|
252
|
+
action_type: "clarification",
|
|
253
|
+
preparation: request.preparation,
|
|
254
|
+
assistant_message: "I can help with this Interf Workspace. Ask a question about Interf, or ask me to create a Preparation, prepare, check readiness, improve, or draft a Method and I will prepare an approval proposal.",
|
|
255
|
+
});
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
async createCompileRun(request, context) {
|
|
259
|
+
const resolved = resolveLocalExecutor({ preflight: true });
|
|
260
|
+
if (!resolved.executor) {
|
|
261
|
+
throw new Error(resolved.error ?? "No local agent detected.");
|
|
262
|
+
}
|
|
263
|
+
const ok = await runConfiguredCompiledCompile({
|
|
264
|
+
executor: resolved.executor,
|
|
265
|
+
testExecutor: resolved.executor,
|
|
266
|
+
compiledPath: context.compiledPath,
|
|
267
|
+
sourcePath: context.sourcePath,
|
|
268
|
+
compiledConfig: context.preparationConfig,
|
|
269
|
+
maxAttemptsOverride: request.max_attempts ?? null,
|
|
270
|
+
maxLoopsOverride: request.max_loops ?? null,
|
|
271
|
+
preserveStageShells: request.preserve_stage_shells,
|
|
272
|
+
runId: context.runId,
|
|
273
|
+
events: context.events,
|
|
274
|
+
});
|
|
275
|
+
return { ok };
|
|
276
|
+
},
|
|
277
|
+
async createTestRun(request, context) {
|
|
278
|
+
const resolved = resolveLocalExecutor({ preflight: true });
|
|
279
|
+
if (!resolved.executor) {
|
|
280
|
+
throw new Error(resolved.error ?? "No local agent detected.");
|
|
281
|
+
}
|
|
282
|
+
const result = await runReadinessChecksForExecutor({
|
|
283
|
+
sourcePath: context.sourcePath,
|
|
284
|
+
preparationConfig: context.preparationConfig,
|
|
285
|
+
portableContextPath: context.compiledPath,
|
|
286
|
+
mode: request.mode,
|
|
287
|
+
executor: resolved.executor,
|
|
288
|
+
});
|
|
289
|
+
const missingSourceFiles = (request.mode === "raw" || request.mode === "both") && !result.rawOutcome;
|
|
290
|
+
const missingPortableContext = (request.mode === "compiled" || request.mode === "both") && !result.compiledOutcome;
|
|
291
|
+
if (missingSourceFiles || missingPortableContext) {
|
|
292
|
+
return {
|
|
293
|
+
ok: false,
|
|
294
|
+
comparison: result.comparison,
|
|
295
|
+
error: missingPortableContext
|
|
296
|
+
? "Portable Context is not ready for readiness checks."
|
|
297
|
+
: "Source files are not ready for readiness checks.",
|
|
298
|
+
};
|
|
299
|
+
}
|
|
300
|
+
return {
|
|
301
|
+
ok: true,
|
|
302
|
+
comparison: result.comparison,
|
|
303
|
+
};
|
|
304
|
+
},
|
|
305
|
+
async createReadinessCheckDraft(request, context) {
|
|
306
|
+
const resolved = resolveLocalExecutor({ preflight: true });
|
|
307
|
+
if (!resolved.executor) {
|
|
308
|
+
throw new Error(resolved.error ?? "No local agent detected.");
|
|
309
|
+
}
|
|
310
|
+
context.emit({
|
|
311
|
+
type: "log.appended",
|
|
312
|
+
step_id: "agent-draft",
|
|
313
|
+
message: `Using ${resolved.executor.displayName} for readiness-check drafting.`,
|
|
314
|
+
});
|
|
315
|
+
const drafted = await draftReadinessChecks({
|
|
316
|
+
preparationName: request.preparation,
|
|
317
|
+
sourceFolderPath: request.source_folder_path,
|
|
318
|
+
about: request.about,
|
|
319
|
+
executor: resolved.executor,
|
|
320
|
+
targetCount: request.target_count,
|
|
321
|
+
onStatus: (line) => context.emit({
|
|
322
|
+
type: "log.appended",
|
|
323
|
+
step_id: "agent-draft",
|
|
324
|
+
message: line,
|
|
325
|
+
}),
|
|
326
|
+
});
|
|
327
|
+
if (!drafted.checks) {
|
|
328
|
+
throw new Error(drafted.error ?? "Could not draft readiness checks from this Source Folder.");
|
|
329
|
+
}
|
|
330
|
+
return {
|
|
331
|
+
checks: drafted.checks,
|
|
332
|
+
};
|
|
333
|
+
},
|
|
334
|
+
async createMethodAuthoringRun(request, context) {
|
|
335
|
+
const resolved = resolveLocalExecutor({ preflight: true });
|
|
336
|
+
if (!resolved.executor) {
|
|
337
|
+
throw new Error(resolved.error ?? "No local agent detected.");
|
|
338
|
+
}
|
|
339
|
+
context.emit({
|
|
340
|
+
type: "log.appended",
|
|
341
|
+
step_id: "draft-package",
|
|
342
|
+
message: `Using ${resolved.executor.displayName} for Method authoring.`,
|
|
343
|
+
});
|
|
344
|
+
const result = await runMethodAuthoringDraft({
|
|
345
|
+
sourcePath: context.sourcePath,
|
|
346
|
+
sourceFolderPath: request.source_folder_path,
|
|
347
|
+
baseMethodId: request.reference_method_id ?? request.base_method_id,
|
|
348
|
+
methodId: request.method_id,
|
|
349
|
+
label: request.label,
|
|
350
|
+
hint: request.hint,
|
|
351
|
+
taskPrompt: request.task_prompt,
|
|
352
|
+
checks: request.checks,
|
|
353
|
+
executor: resolved.executor,
|
|
354
|
+
onStatus: (line) => context.emit({
|
|
355
|
+
type: "log.appended",
|
|
356
|
+
step_id: "draft-package",
|
|
357
|
+
message: line,
|
|
358
|
+
}),
|
|
359
|
+
});
|
|
360
|
+
return {
|
|
361
|
+
status: result.status,
|
|
362
|
+
changed: result.changed,
|
|
363
|
+
summary: result.summary,
|
|
364
|
+
validation: result.validation,
|
|
365
|
+
method_path: result.methodPath,
|
|
366
|
+
shell_path: result.shellPath,
|
|
367
|
+
};
|
|
368
|
+
},
|
|
369
|
+
};
|
|
370
|
+
const service = await startLocalService({
|
|
371
|
+
rootPath: controlPath,
|
|
372
|
+
host: stringOption(argv.host),
|
|
373
|
+
port: numberOption(argv.port),
|
|
374
|
+
handlers,
|
|
375
|
+
});
|
|
376
|
+
console.log(chalk.green(` Interf: ${service.url}/`));
|
|
377
|
+
console.log(chalk.dim(` Health: ${service.url}/health`));
|
|
378
|
+
console.log(chalk.dim(" Press Ctrl-C to stop the local Interf service."));
|
|
379
|
+
await new Promise((resolve) => {
|
|
380
|
+
const shutdown = () => {
|
|
381
|
+
void service.close().finally(resolve);
|
|
382
|
+
};
|
|
383
|
+
process.once("SIGINT", shutdown);
|
|
384
|
+
process.once("SIGTERM", shutdown);
|
|
385
|
+
});
|
|
386
|
+
}
|
package/dist/cli/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ import { statusCommand } from "./commands/status.js";
|
|
|
8
8
|
import { resetCommand } from "./commands/reset.js";
|
|
9
9
|
import { defaultCommand } from "./commands/default.js";
|
|
10
10
|
import { verifyCommand } from "./commands/verify.js";
|
|
11
|
+
import { webCommand } from "./commands/web.js";
|
|
11
12
|
export declare function buildCli(argv?: string[]): import("yargs").Argv<{}>;
|
|
12
13
|
export declare function runCli(argv?: string[]): {
|
|
13
14
|
[x: string]: unknown;
|
|
@@ -18,4 +19,4 @@ export declare function runCli(argv?: string[]): {
|
|
|
18
19
|
_: (string | number)[];
|
|
19
20
|
$0: string;
|
|
20
21
|
}>;
|
|
21
|
-
export { initCommand, createCommand, compileCommand, testCommand, doctorCommand, listCommand, statusCommand, resetCommand, defaultCommand, verifyCommand, };
|
|
22
|
+
export { initCommand, createCommand, compileCommand, testCommand, doctorCommand, listCommand, statusCommand, resetCommand, defaultCommand, verifyCommand, webCommand, };
|
package/dist/cli/index.js
CHANGED
|
@@ -10,6 +10,7 @@ import { statusCommand } from "./commands/status.js";
|
|
|
10
10
|
import { resetCommand } from "./commands/reset.js";
|
|
11
11
|
import { defaultCommand } from "./commands/default.js";
|
|
12
12
|
import { verifyCommand } from "./commands/verify.js";
|
|
13
|
+
import { webCommand } from "./commands/web.js";
|
|
13
14
|
export function buildCli(argv = hideBin(process.argv)) {
|
|
14
15
|
return yargs(argv)
|
|
15
16
|
.scriptName("interf")
|
|
@@ -22,6 +23,7 @@ export function buildCli(argv = hideBin(process.argv)) {
|
|
|
22
23
|
.command(listCommand)
|
|
23
24
|
.command(statusCommand)
|
|
24
25
|
.command(verifyCommand)
|
|
26
|
+
.command(webCommand)
|
|
25
27
|
.command(resetCommand)
|
|
26
28
|
.strict()
|
|
27
29
|
.help()
|
|
@@ -30,4 +32,4 @@ export function buildCli(argv = hideBin(process.argv)) {
|
|
|
30
32
|
export function runCli(argv = hideBin(process.argv)) {
|
|
31
33
|
return buildCli(argv).parse();
|
|
32
34
|
}
|
|
33
|
-
export { initCommand, createCommand, compileCommand, testCommand, doctorCommand, listCommand, statusCommand, resetCommand, defaultCommand, verifyCommand, };
|
|
35
|
+
export { initCommand, createCommand, compileCommand, testCommand, doctorCommand, listCommand, statusCommand, resetCommand, defaultCommand, verifyCommand, webCommand, };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="dark geistsans_d5a4f12f-module__iZqIaq__variable geistmono_157ca88a-module__uNhmwG__variable" lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/0c9mu7yldxyyg.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0gpzgsv0w.q~m.js"/><script src="/_next/static/chunks/06yhdspx~ca5-.js" async=""></script><script src="/_next/static/chunks/0ilwfezfvu6~-.js" async=""></script><script src="/_next/static/chunks/turbopack-0.uq1k8c0j4s..js" async=""></script><script src="/_next/static/chunks/06z~l3kwb891e.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><title>Interf Compiler</title><meta name="description" content="Local Interf workspace for Preparations, Methods, runs, readiness checks, and portable context."/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/0gpzgsv0w.q~m.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[26439,[\"/_next/static/chunks/06z~l3kwb891e.js\"],\"default\"]\n3:I[99569,[\"/_next/static/chunks/06z~l3kwb891e.js\"],\"default\"]\n4:I[26890,[\"/_next/static/chunks/06z~l3kwb891e.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[26890,[\"/_next/static/chunks/06z~l3kwb891e.js\"],\"ViewportBoundary\"]\na:I[26890,[\"/_next/static/chunks/06z~l3kwb891e.js\"],\"MetadataBoundary\"]\nc:I[28946,[\"/_next/static/chunks/06z~l3kwb891e.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0c9mu7yldxyyg.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0c9mu7yldxyyg.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/06z~l3kwb891e.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"className\":\"dark geistsans_d5a4f12f-module__iZqIaq__variable geistmono_157ca88a-module__uNhmwG__variable\",\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0c9mu7yldxyyg.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"pIZnDsV3Je6hdC3cOsGdK\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\nb:[[\"$\",\"title\",\"0\",{\"children\":\"Interf Compiler\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Local Interf workspace for Preparations, Methods, runs, readiness checks, and portable context.\"}]]\n"])</script></body></html>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[419,["/_next/static/chunks/06z~l3kwb891e.js"],"ClientPageRoot"]
|
|
3
|
+
3:I[12562,["/_next/static/chunks/06z~l3kwb891e.js","/_next/static/chunks/0b-ywny_j0g~0.js","/_next/static/chunks/0_i-3_5l9t2qe.js","/_next/static/chunks/15mks7ry_cupt.js","/_next/static/chunks/08m7vf5asqlsm.js"],"default"]
|
|
4
|
+
6:I[26890,["/_next/static/chunks/06z~l3kwb891e.js"],"OutletBoundary"]
|
|
5
|
+
7:"$Sreact.suspense"
|
|
6
|
+
:HL["/_next/static/chunks/0xxmf45eskdt~.css","style"]
|
|
7
|
+
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0xxmf45eskdt~.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0b-ywny_j0g~0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0_i-3_5l9t2qe.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/15mks7ry_cupt.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/08m7vf5asqlsm.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"pIZnDsV3Je6hdC3cOsGdK"}
|
|
8
|
+
4:{}
|
|
9
|
+
5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
|
|
10
|
+
8:null
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[26439,["/_next/static/chunks/06z~l3kwb891e.js"],"default"]
|
|
3
|
+
3:I[99569,["/_next/static/chunks/06z~l3kwb891e.js"],"default"]
|
|
4
|
+
4:I[419,["/_next/static/chunks/06z~l3kwb891e.js"],"ClientPageRoot"]
|
|
5
|
+
5:I[12562,["/_next/static/chunks/06z~l3kwb891e.js","/_next/static/chunks/0b-ywny_j0g~0.js","/_next/static/chunks/0_i-3_5l9t2qe.js","/_next/static/chunks/15mks7ry_cupt.js","/_next/static/chunks/08m7vf5asqlsm.js"],"default"]
|
|
6
|
+
8:I[26890,["/_next/static/chunks/06z~l3kwb891e.js"],"OutletBoundary"]
|
|
7
|
+
9:"$Sreact.suspense"
|
|
8
|
+
b:I[26890,["/_next/static/chunks/06z~l3kwb891e.js"],"ViewportBoundary"]
|
|
9
|
+
d:I[26890,["/_next/static/chunks/06z~l3kwb891e.js"],"MetadataBoundary"]
|
|
10
|
+
f:I[28946,["/_next/static/chunks/06z~l3kwb891e.js"],"default",1]
|
|
11
|
+
:HL["/_next/static/chunks/0c9mu7yldxyyg.css","style"]
|
|
12
|
+
:HL["/_next/static/media/GeistMono_Variable.p.17jn9btb_52pq.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
13
|
+
:HL["/_next/static/media/Geist_Variable-s.p.0-te~ja_gpvcf.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
14
|
+
:HL["/_next/static/chunks/0xxmf45eskdt~.css","style"]
|
|
15
|
+
0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0c9mu7yldxyyg.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/06z~l3kwb891e.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"className":"dark geistsans_d5a4f12f-module__iZqIaq__variable geistmono_157ca88a-module__uNhmwG__variable","lang":"en","children":["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L4",null,{"Component":"$5","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@6","$@7"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0xxmf45eskdt~.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0b-ywny_j0g~0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0_i-3_5l9t2qe.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/15mks7ry_cupt.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/08m7vf5asqlsm.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$f",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0c9mu7yldxyyg.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"pIZnDsV3Je6hdC3cOsGdK"}
|
|
16
|
+
6:{}
|
|
17
|
+
7:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
18
|
+
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
19
|
+
a:null
|
|
20
|
+
e:[["$","title","0",{"children":"Interf Compiler"}],["$","meta","1",{"name":"description","content":"Local Interf workspace for Preparations, Methods, runs, readiness checks, and portable context."}]]
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[26890,["/_next/static/chunks/06z~l3kwb891e.js"],"ViewportBoundary"]
|
|
3
|
+
3:I[26890,["/_next/static/chunks/06z~l3kwb891e.js"],"MetadataBoundary"]
|
|
4
|
+
4:"$Sreact.suspense"
|
|
5
|
+
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Interf Compiler"}],["$","meta","1",{"name":"description","content":"Local Interf workspace for Preparations, Methods, runs, readiness checks, and portable context."}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"pIZnDsV3Je6hdC3cOsGdK"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[26439,["/_next/static/chunks/06z~l3kwb891e.js"],"default"]
|
|
3
|
+
3:I[99569,["/_next/static/chunks/06z~l3kwb891e.js"],"default"]
|
|
4
|
+
:HL["/_next/static/chunks/0c9mu7yldxyyg.css","style"]
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0c9mu7yldxyyg.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/06z~l3kwb891e.js","async":true}]],["$","html",null,{"className":"dark geistsans_d5a4f12f-module__iZqIaq__variable geistmono_157ca88a-module__uNhmwG__variable","lang":"en","children":["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"pIZnDsV3Je6hdC3cOsGdK"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
:HL["/_next/static/chunks/0c9mu7yldxyyg.css","style"]
|
|
2
|
+
:HL["/_next/static/media/GeistMono_Variable.p.17jn9btb_52pq.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
3
|
+
:HL["/_next/static/media/Geist_Variable-s.p.0-te~ja_gpvcf.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
4
|
+
:HL["/_next/static/chunks/0xxmf45eskdt~.css","style"]
|
|
5
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"pIZnDsV3Je6hdC3cOsGdK"}
|