@interf/compiler 0.21.0 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/commands/build-plan.d.ts +2 -0
- package/dist/cli/commands/{method.js → build-plan.js} +89 -72
- package/dist/cli/commands/{compile.d.ts → build.d.ts} +2 -2
- package/dist/cli/commands/{compile.js → build.js} +18 -18
- package/dist/cli/commands/doctor.js +2 -2
- package/dist/cli/commands/mcp.js +48 -48
- package/dist/cli/commands/prep.js +16 -29
- package/dist/cli/commands/reset.d.ts +1 -1
- package/dist/cli/commands/reset.js +6 -6
- package/dist/cli/commands/runs.js +6 -28
- package/dist/cli/commands/status.js +1 -1
- package/dist/cli/commands/test.d.ts +1 -1
- package/dist/cli/commands/test.js +8 -8
- package/dist/cli/commands/web.js +3 -3
- package/dist/cli/commands/wizard.js +38 -38
- package/dist/cli/index.d.ts +3 -3
- package/dist/cli/index.js +5 -5
- package/dist/interf-ui/404.html +1 -0
- package/dist/interf-ui/__next.__PAGE__.txt +10 -0
- package/dist/interf-ui/__next._full.txt +20 -0
- package/dist/interf-ui/__next._head.txt +5 -0
- package/dist/interf-ui/__next._index.txt +5 -0
- package/dist/{compiler-ui → interf-ui}/__next._tree.txt +3 -4
- package/dist/interf-ui/_next/static/chunks/0.tjb6f4golw..css +3 -0
- package/dist/interf-ui/_next/static/chunks/085-n_jv2ng_q.css +1 -0
- package/dist/interf-ui/_next/static/chunks/0dn41fa_zvgsl.js +1 -0
- package/dist/interf-ui/_next/static/chunks/0g-ea0zj5d-0k.js +1 -0
- package/dist/interf-ui/_next/static/chunks/0gwqglc4iz583.js +1 -0
- package/dist/interf-ui/_next/static/chunks/0haldgm65ve6l.js +1 -0
- package/dist/interf-ui/_next/static/chunks/0nv3am99vjzn4.js +1 -0
- package/dist/{compiler-ui/_next/static/chunks/02f_.8.ebn556.js → interf-ui/_next/static/chunks/0s77gt_o4jwtx.js} +1 -1
- package/dist/interf-ui/_next/static/chunks/0~a36ujuzpaz..js +116 -0
- package/dist/interf-ui/_next/static/chunks/10jeodxe4nkgj.js +31 -0
- package/dist/interf-ui/_next/static/chunks/119h2rouych2t.js +1 -0
- package/dist/interf-ui/_next/static/chunks/13c8b~m8knjsf.js +1 -0
- package/dist/interf-ui/_next/static/chunks/14dznb2qpt-ho.js +91 -0
- package/dist/interf-ui/_next/static/chunks/15z_en80lrq-3.js +5 -0
- package/dist/{compiler-ui/_next/static/chunks/turbopack-0apv8vb-nczuy.js → interf-ui/_next/static/chunks/turbopack-0p.pvcjrtq-jh.js} +1 -1
- package/dist/interf-ui/_next/static/chunks/turbopack-0usj_75.8frlw.js +1 -0
- package/dist/interf-ui/_not-found/__next._full.txt +15 -0
- package/dist/interf-ui/_not-found/__next._head.txt +5 -0
- package/dist/interf-ui/_not-found/__next._index.txt +5 -0
- package/dist/{compiler-ui → interf-ui}/_not-found/__next._not-found.__PAGE__.txt +2 -2
- package/dist/interf-ui/_not-found/__next._not-found.txt +5 -0
- package/dist/{compiler-ui → interf-ui}/_not-found/__next._tree.txt +2 -3
- package/dist/interf-ui/_not-found.html +1 -0
- package/dist/interf-ui/_not-found.txt +15 -0
- package/dist/interf-ui/index.html +1 -0
- package/dist/interf-ui/index.txt +20 -0
- package/dist/packages/build-plans/authoring/build-plan-authoring.d.ts +36 -0
- package/dist/packages/{methods/authoring/method-authoring.js → build-plans/authoring/build-plan-authoring.js} +52 -52
- package/dist/packages/build-plans/authoring/build-plan-edit-session.d.ts +18 -0
- package/dist/packages/{methods/authoring/method-edit-session.js → build-plans/authoring/build-plan-edit-session.js} +34 -34
- package/dist/packages/build-plans/authoring/build-plan-improvement.d.ts +23 -0
- package/dist/packages/build-plans/authoring/build-plan-improvement.js +216 -0
- package/dist/packages/build-plans/authoring/index.d.ts +4 -0
- package/dist/packages/build-plans/authoring/index.js +4 -0
- package/dist/packages/{methods/authoring/lib/method-edit-utils.d.ts → build-plans/authoring/lib/build-plan-edit-utils.d.ts} +3 -3
- package/dist/packages/build-plans/build-plan-resolution.d.ts +6 -0
- package/dist/packages/build-plans/build-plan-resolution.js +7 -0
- package/dist/packages/build-plans/index.d.ts +2 -0
- package/dist/packages/build-plans/index.js +2 -0
- package/dist/packages/build-plans/package/build-plan-definitions.d.ts +61 -0
- package/dist/packages/build-plans/package/build-plan-definitions.js +214 -0
- package/dist/packages/{methods/package/method-helpers.d.ts → build-plans/package/build-plan-helpers.d.ts} +7 -7
- package/dist/packages/{methods/package/method-helpers.js → build-plans/package/build-plan-helpers.js} +20 -20
- package/dist/packages/build-plans/package/build-plan-review-paths.d.ts +10 -0
- package/dist/packages/build-plans/package/build-plan-review-paths.js +31 -0
- package/dist/packages/{methods/package/method-stage-runner.d.ts → build-plans/package/build-plan-stage-runner.d.ts} +12 -12
- package/dist/packages/{methods/package/method-stage-runner.js → build-plans/package/build-plan-stage-runner.js} +10 -10
- package/dist/packages/build-plans/package/builtin-build-plan.d.ts +37 -0
- package/dist/packages/build-plans/package/builtin-build-plan.js +91 -0
- package/dist/packages/{methods → build-plans}/package/context-interface.d.ts +11 -11
- package/dist/packages/{methods → build-plans}/package/context-interface.js +23 -23
- package/dist/packages/build-plans/package/interf-build-plan-package.d.ts +31 -0
- package/dist/packages/build-plans/package/interf-build-plan-package.js +466 -0
- package/dist/packages/{methods → build-plans}/package/lib/package-root.js +1 -1
- package/dist/packages/build-plans/package/local-build-plans.d.ts +74 -0
- package/dist/packages/{methods/package/local-methods.js → build-plans/package/local-build-plans.js} +152 -152
- package/dist/packages/build-plans/package/user-build-plans.d.ts +17 -0
- package/dist/packages/build-plans/package/user-build-plans.js +77 -0
- package/dist/packages/contracts/index.d.ts +1 -1
- package/dist/packages/contracts/lib/preparation-paths.d.ts +37 -37
- package/dist/packages/contracts/lib/preparation-paths.js +43 -43
- package/dist/packages/contracts/lib/schema.d.ts +34 -41
- package/dist/packages/contracts/lib/schema.js +42 -34
- package/dist/packages/engine/action-definitions.d.ts +60 -60
- package/dist/packages/engine/action-definitions.js +198 -197
- package/dist/packages/engine/action-planner.d.ts +2 -2
- package/dist/packages/engine/action-planner.js +5 -5
- package/dist/packages/engine/action-values.d.ts +1 -1
- package/dist/packages/engine/action-values.js +1 -1
- package/dist/packages/engine/agents/index.d.ts +2 -2
- package/dist/packages/engine/agents/index.js +1 -1
- package/dist/packages/engine/agents/lib/args.d.ts +2 -2
- package/dist/packages/engine/agents/lib/args.js +1 -1
- package/dist/packages/engine/agents/lib/constants.js +1 -1
- package/dist/packages/engine/agents/lib/execution-profile.d.ts +5 -5
- package/dist/packages/engine/agents/lib/execution-profile.js +3 -3
- package/dist/packages/engine/agents/lib/executors.d.ts +11 -11
- package/dist/packages/engine/agents/lib/render.js +4 -4
- package/dist/packages/engine/agents/lib/shells.d.ts +30 -30
- package/dist/packages/engine/agents/lib/shells.js +248 -248
- package/dist/packages/engine/agents/lib/types.d.ts +2 -2
- package/dist/packages/engine/agents/lib/verifiable-context-bootstrap.d.ts +3 -0
- package/dist/packages/engine/agents/lib/verifiable-context-bootstrap.js +19 -0
- package/dist/packages/engine/agents/role-executors.d.ts +7 -7
- package/dist/packages/engine/agents/role-executors.js +2 -2
- package/dist/packages/engine/agents/role-router.d.ts +2 -2
- package/dist/packages/engine/agents/role-router.js +1 -1
- package/dist/packages/engine/build/artifact-counts.d.ts +1 -0
- package/dist/packages/engine/{compile → build}/artifact-counts.js +7 -7
- package/dist/packages/engine/{compile → build}/artifact-status.d.ts +8 -8
- package/dist/packages/engine/{compile → build}/artifact-status.js +19 -19
- package/dist/packages/engine/{compile → build}/billing-events.d.ts +4 -4
- package/dist/packages/engine/{compile → build}/billing-events.js +4 -4
- package/dist/packages/engine/build/build-execution.d.ts +4 -0
- package/dist/packages/engine/build/build-execution.js +4 -0
- package/dist/packages/engine/build/build-pipeline.d.ts +56 -0
- package/dist/packages/engine/{compile/compiled-pipeline.js → build/build-pipeline.js} +55 -55
- package/dist/packages/engine/build/build-plan-primitives.d.ts +2 -0
- package/dist/packages/engine/{compile/method-primitives.js → build/build-plan-primitives.js} +1 -1
- package/dist/packages/engine/build/build-plan-runs.d.ts +14 -0
- package/dist/packages/engine/build/build-plan-runs.js +31 -0
- package/dist/packages/engine/build/build-stage-plan.d.ts +16 -0
- package/dist/packages/engine/build/build-stage-plan.js +100 -0
- package/dist/packages/engine/build/build-stage-runner.d.ts +15 -0
- package/dist/packages/engine/{compile/compiled-stage-runner.js → build/build-stage-runner.js} +21 -21
- package/dist/packages/engine/build/build-target.d.ts +11 -0
- package/dist/packages/engine/build/build-target.js +16 -0
- package/dist/packages/engine/{compile → build}/check-evaluator.d.ts +4 -4
- package/dist/packages/engine/{compile → build}/check-evaluator.js +1 -1
- package/dist/packages/engine/{compile → build}/discovery.d.ts +2 -2
- package/dist/packages/engine/{compile → build}/discovery.js +4 -4
- package/dist/packages/engine/{compile → build}/index.d.ts +6 -6
- package/dist/packages/engine/{compile → build}/index.js +5 -5
- package/dist/packages/engine/{compile → build}/lib/schema.d.ts +79 -79
- package/dist/packages/engine/{compile → build}/lib/schema.js +71 -71
- package/dist/packages/engine/build/reset.d.ts +2 -0
- package/dist/packages/engine/build/reset.js +74 -0
- package/dist/packages/engine/{compile → build}/runtime-contracts.js +8 -8
- package/dist/packages/engine/build/runtime-inventory.d.ts +7 -0
- package/dist/packages/engine/{compile → build}/runtime-inventory.js +8 -8
- package/dist/packages/engine/{compile → build}/runtime-paths.js +6 -6
- package/dist/packages/engine/{compile → build}/runtime-prompt.js +11 -11
- package/dist/packages/engine/build/runtime-reconcile.d.ts +2 -0
- package/dist/packages/engine/{compile → build}/runtime-reconcile.js +18 -18
- package/dist/packages/engine/{compile → build}/runtime-runs.js +27 -27
- package/dist/packages/engine/{compile → build}/runtime-types.d.ts +10 -10
- package/dist/packages/engine/build/source-files.d.ts +46 -0
- package/dist/packages/engine/{compile → build}/source-files.js +32 -32
- package/dist/packages/engine/build/state-artifacts.d.ts +9 -0
- package/dist/packages/engine/build/state-artifacts.js +14 -0
- package/dist/packages/engine/build/state-health.d.ts +4 -0
- package/dist/packages/engine/{compile → build}/state-health.js +40 -40
- package/dist/packages/engine/build/state-io.d.ts +11 -0
- package/dist/packages/engine/{compile → build}/state-io.js +22 -22
- package/dist/packages/engine/build/state-paths.js +16 -0
- package/dist/packages/engine/build/state-view.d.ts +5 -0
- package/dist/packages/engine/{compile → build}/state-view.js +29 -29
- package/dist/packages/engine/build/state.d.ts +7 -0
- package/dist/packages/engine/build/state.js +12 -0
- package/dist/packages/engine/build/validate-verifiable-context.d.ts +27 -0
- package/dist/packages/engine/{compile/validate-compiled.js → build/validate-verifiable-context.js} +73 -73
- package/dist/packages/engine/{compile → build}/validate.d.ts +4 -4
- package/dist/packages/engine/{compile → build}/validate.js +27 -27
- package/dist/packages/engine/build/verifiable-context-paths.d.ts +47 -0
- package/dist/packages/engine/build/verifiable-context-paths.js +121 -0
- package/dist/packages/engine/build/verifiable-context-schema.d.ts +21 -0
- package/dist/packages/engine/build/verifiable-context-schema.js +126 -0
- package/dist/packages/engine/client.d.ts +16 -16
- package/dist/packages/engine/client.js +21 -21
- package/dist/packages/engine/cloud-seams.d.ts +3 -3
- package/dist/packages/engine/execution/index.d.ts +2 -2
- package/dist/packages/engine/execution/index.js +1 -1
- package/dist/packages/engine/execution/lib/schema.d.ts +90 -95
- package/dist/packages/engine/execution/lib/schema.js +31 -31
- package/dist/packages/engine/index.d.ts +7 -7
- package/dist/packages/engine/index.js +3 -3
- package/dist/packages/engine/instance-paths.d.ts +39 -39
- package/dist/packages/engine/instance-paths.js +48 -48
- package/dist/packages/engine/lib/schema.d.ts +900 -472
- package/dist/packages/engine/lib/schema.js +137 -153
- package/dist/packages/engine/native-run-handlers.d.ts +12 -12
- package/dist/packages/engine/native-run-handlers.js +135 -135
- package/dist/packages/engine/preparation-store.d.ts +22 -23
- package/dist/packages/engine/preparation-store.js +30 -31
- package/dist/packages/engine/readiness-check-draft.d.ts +2 -2
- package/dist/packages/engine/readiness-check-draft.js +1 -1
- package/dist/packages/engine/requested-artifacts.d.ts +2 -2
- package/dist/packages/engine/routes.d.ts +18 -17
- package/dist/packages/engine/routes.js +20 -19
- package/dist/packages/engine/run-observability.d.ts +5 -3
- package/dist/packages/engine/run-observability.js +101 -89
- package/dist/packages/engine/runtime-caches.d.ts +16 -16
- package/dist/packages/engine/runtime-caches.js +26 -26
- package/dist/packages/engine/runtime-event-applier.d.ts +2 -2
- package/dist/packages/engine/runtime-event-applier.js +1 -1
- package/dist/packages/engine/runtime-persistence.d.ts +9 -9
- package/dist/packages/engine/runtime-persistence.js +16 -16
- package/dist/packages/engine/runtime-proposal-helpers.d.ts +14 -14
- package/dist/packages/engine/runtime-proposal-helpers.js +78 -80
- package/dist/packages/engine/runtime-resource-builders.d.ts +12 -12
- package/dist/packages/engine/runtime-resource-builders.js +19 -19
- package/dist/packages/engine/runtime.d.ts +52 -61
- package/dist/packages/engine/runtime.js +440 -463
- package/dist/packages/engine/server.d.ts +2 -2
- package/dist/packages/engine/server.js +147 -116
- package/dist/packages/engine/service-registry.d.ts +5 -17
- package/dist/packages/engine/service-registry.js +5 -20
- package/dist/packages/engine/verify/lib/schema.d.ts +19 -19
- package/dist/packages/engine/verify/lib/schema.js +36 -8
- package/dist/packages/engine/verify/readiness-check-run.d.ts +15 -16
- package/dist/packages/engine/verify/readiness-check-run.js +46 -46
- package/dist/packages/engine/verify/verify-execution.d.ts +3 -3
- package/dist/packages/engine/verify/verify-execution.js +10 -10
- package/dist/packages/engine/verify/verify-paths.d.ts +4 -4
- package/dist/packages/engine/verify/verify-paths.js +17 -17
- package/dist/packages/engine/verify/verify-sandbox.d.ts +1 -1
- package/dist/packages/engine/verify/verify-sandbox.js +26 -26
- package/dist/packages/engine/verify/verify-targets.d.ts +2 -2
- package/dist/packages/engine/verify/verify-targets.js +17 -17
- package/dist/packages/engine/verify/verify-types.d.ts +2 -2
- package/dist/packages/engine/verify/verify.d.ts +1 -1
- package/dist/packages/engine/verify/verify.js +1 -1
- package/dist/packages/engine/wire-schemas.d.ts +38 -40
- package/dist/packages/engine/wire-schemas.js +13 -13
- package/dist/packages/project/index.d.ts +1 -1
- package/dist/packages/project/interf-bootstrap.d.ts +1 -1
- package/dist/packages/project/interf-bootstrap.js +1 -1
- package/dist/packages/project/interf-detect.d.ts +11 -11
- package/dist/packages/project/interf-detect.js +30 -30
- package/dist/packages/project/interf-scaffold.d.ts +3 -3
- package/dist/packages/project/interf-scaffold.js +72 -72
- package/dist/packages/project/interf.d.ts +4 -4
- package/dist/packages/project/interf.js +3 -3
- package/dist/packages/project/lib/schema.d.ts +12 -12
- package/dist/packages/project/lib/schema.js +14 -14
- package/dist/packages/project/preparation-entries.d.ts +3 -3
- package/dist/packages/project/preparation-entries.js +19 -19
- package/dist/packages/project/source-config.d.ts +10 -10
- package/dist/packages/project/source-config.js +58 -58
- package/package.json +12 -14
- package/public-repo/CONTRIBUTING.md +12 -12
- package/public-repo/README.md +65 -63
- package/public-repo/SECURITY.md +3 -3
- package/public-repo/build-plans/interf-default/README.md +33 -0
- package/public-repo/{methods/interf-default/compile → build-plans/interf-default/build}/stages/shape/SKILL.md +10 -10
- package/public-repo/{methods/interf-default/compile → build-plans/interf-default/build}/stages/structure/SKILL.md +2 -2
- package/public-repo/{methods/interf-default/compile → build-plans/interf-default/build}/stages/summarize/SKILL.md +1 -1
- package/public-repo/{methods/interf-default/method.json → build-plans/interf-default/build-plan.json} +15 -15
- package/public-repo/{methods/interf-default/method.schema.json → build-plans/interf-default/build-plan.schema.json} +4 -4
- package/public-repo/build-plans/interf-default/improve/SKILL.md +18 -0
- package/public-repo/{methods → build-plans}/interf-default/use/query/SKILL.md +6 -6
- package/public-repo/plugins/README.md +1 -1
- package/public-repo/plugins/interf/.claude-plugin/plugin.json +3 -3
- package/public-repo/plugins/interf/README.md +4 -1
- package/public-repo/plugins/interf/skills/interf/SKILL.md +189 -290
- package/public-repo/skills/interf/SKILL.md +189 -290
- package/LICENSE.md +0 -1
- package/README.md +0 -325
- package/TRADEMARKS.md +0 -8
- package/dist/cli/commands/method.d.ts +0 -2
- package/dist/compiler-ui/404.html +0 -1
- package/dist/compiler-ui/__next.__PAGE__.txt +0 -10
- package/dist/compiler-ui/__next._full.txt +0 -21
- package/dist/compiler-ui/__next._head.txt +0 -5
- package/dist/compiler-ui/__next._index.txt +0 -6
- package/dist/compiler-ui/_next/static/chunks/01646j7yi.w5a.css +0 -1
- package/dist/compiler-ui/_next/static/chunks/02r7siaw-_p5w.js +0 -1
- package/dist/compiler-ui/_next/static/chunks/04d0ly-7xb~-j.js +0 -91
- package/dist/compiler-ui/_next/static/chunks/0fhs9psnxqd8s.js +0 -1
- package/dist/compiler-ui/_next/static/chunks/0mssmhpbifj15.css +0 -2
- package/dist/compiler-ui/_next/static/chunks/0nypu~ddwxari.js +0 -116
- package/dist/compiler-ui/_next/static/chunks/0p3s8iyhgcww2.js +0 -31
- package/dist/compiler-ui/_next/static/chunks/0tjf-vu_rz8s0.css +0 -1
- package/dist/compiler-ui/_next/static/chunks/0u6p3fpbbfgtl.js +0 -1
- package/dist/compiler-ui/_next/static/chunks/0wpx5..8dnh0w.js +0 -1
- package/dist/compiler-ui/_next/static/chunks/0y0uj160p0ts~.js +0 -1
- package/dist/compiler-ui/_next/static/chunks/10t8l~_oenf.c.js +0 -1
- package/dist/compiler-ui/_next/static/chunks/13gz9e7z~imx1.js +0 -5
- package/dist/compiler-ui/_next/static/chunks/156xed-b6czaw.js +0 -1
- package/dist/compiler-ui/_next/static/chunks/turbopack-02-3e_c-yz~5g.js +0 -1
- package/dist/compiler-ui/_not-found/__next._full.txt +0 -16
- package/dist/compiler-ui/_not-found/__next._head.txt +0 -5
- package/dist/compiler-ui/_not-found/__next._index.txt +0 -6
- package/dist/compiler-ui/_not-found/__next._not-found.txt +0 -5
- package/dist/compiler-ui/_not-found.html +0 -1
- package/dist/compiler-ui/_not-found.txt +0 -16
- package/dist/compiler-ui/index.html +0 -1
- package/dist/compiler-ui/index.txt +0 -21
- package/dist/packages/engine/agents/lib/compiled-bootstrap.d.ts +0 -3
- package/dist/packages/engine/agents/lib/compiled-bootstrap.js +0 -19
- package/dist/packages/engine/compile/artifact-counts.d.ts +0 -1
- package/dist/packages/engine/compile/compiled-compile.d.ts +0 -4
- package/dist/packages/engine/compile/compiled-compile.js +0 -4
- package/dist/packages/engine/compile/compiled-paths.d.ts +0 -47
- package/dist/packages/engine/compile/compiled-paths.js +0 -121
- package/dist/packages/engine/compile/compiled-pipeline.d.ts +0 -56
- package/dist/packages/engine/compile/compiled-schema.d.ts +0 -21
- package/dist/packages/engine/compile/compiled-schema.js +0 -126
- package/dist/packages/engine/compile/compiled-stage-plan.d.ts +0 -16
- package/dist/packages/engine/compile/compiled-stage-plan.js +0 -100
- package/dist/packages/engine/compile/compiled-stage-runner.d.ts +0 -15
- package/dist/packages/engine/compile/compiled-target.d.ts +0 -11
- package/dist/packages/engine/compile/compiled-target.js +0 -16
- package/dist/packages/engine/compile/method-primitives.d.ts +0 -2
- package/dist/packages/engine/compile/method-runs.d.ts +0 -14
- package/dist/packages/engine/compile/method-runs.js +0 -31
- package/dist/packages/engine/compile/reset.d.ts +0 -2
- package/dist/packages/engine/compile/reset.js +0 -74
- package/dist/packages/engine/compile/runtime-inventory.d.ts +0 -7
- package/dist/packages/engine/compile/runtime-reconcile.d.ts +0 -2
- package/dist/packages/engine/compile/source-files.d.ts +0 -46
- package/dist/packages/engine/compile/state-artifacts.d.ts +0 -9
- package/dist/packages/engine/compile/state-artifacts.js +0 -14
- package/dist/packages/engine/compile/state-health.d.ts +0 -4
- package/dist/packages/engine/compile/state-io.d.ts +0 -11
- package/dist/packages/engine/compile/state-paths.js +0 -16
- package/dist/packages/engine/compile/state-view.d.ts +0 -5
- package/dist/packages/engine/compile/state.d.ts +0 -7
- package/dist/packages/engine/compile/state.js +0 -12
- package/dist/packages/engine/compile/validate-compiled.d.ts +0 -27
- package/dist/packages/methods/authoring/index.d.ts +0 -4
- package/dist/packages/methods/authoring/index.js +0 -4
- package/dist/packages/methods/authoring/method-authoring.d.ts +0 -36
- package/dist/packages/methods/authoring/method-edit-session.d.ts +0 -18
- package/dist/packages/methods/authoring/method-improvement.d.ts +0 -23
- package/dist/packages/methods/authoring/method-improvement.js +0 -217
- package/dist/packages/methods/index.d.ts +0 -2
- package/dist/packages/methods/index.js +0 -2
- package/dist/packages/methods/method-resolution.d.ts +0 -6
- package/dist/packages/methods/method-resolution.js +0 -7
- package/dist/packages/methods/package/builtin-compiled-method.d.ts +0 -37
- package/dist/packages/methods/package/builtin-compiled-method.js +0 -91
- package/dist/packages/methods/package/interf-method-package.d.ts +0 -31
- package/dist/packages/methods/package/interf-method-package.js +0 -466
- package/dist/packages/methods/package/local-methods.d.ts +0 -74
- package/dist/packages/methods/package/method-definitions.d.ts +0 -61
- package/dist/packages/methods/package/method-definitions.js +0 -214
- package/dist/packages/methods/package/method-review-paths.d.ts +0 -10
- package/dist/packages/methods/package/method-review-paths.js +0 -31
- package/dist/packages/methods/package/user-methods.d.ts +0 -17
- package/dist/packages/methods/package/user-methods.js +0 -77
- package/public-repo/methods/interf-default/README.md +0 -33
- package/public-repo/methods/interf-default/improve/SKILL.md +0 -18
- /package/dist/{compiler-ui/_next/static/tYHMLL9oKds1yDoNYgkPV → interf-ui/_next/static/_qJKnA0dammQ306MG_zMq}/_buildManifest.js +0 -0
- /package/dist/{compiler-ui/_next/static/tYHMLL9oKds1yDoNYgkPV → interf-ui/_next/static/_qJKnA0dammQ306MG_zMq}/_clientMiddlewareManifest.js +0 -0
- /package/dist/{compiler-ui/_next/static/tYHMLL9oKds1yDoNYgkPV → interf-ui/_next/static/_qJKnA0dammQ306MG_zMq}/_ssgManifest.js +0 -0
- /package/dist/{compiler-ui → interf-ui}/_next/static/chunks/03~yq9q893hmn.js +0 -0
- /package/dist/{compiler-ui → interf-ui}/_next/static/chunks/0y5z3t-z1c8ks.js.map +0 -0
- /package/dist/{compiler-ui → interf-ui}/_next/static/chunks/turbopack-worker-0sjn--fhq~1cg.js +0 -0
- /package/dist/{compiler-ui → interf-ui}/_next/static/media/GeistMono_Variable.p.17jn9btb_52pq.woff2 +0 -0
- /package/dist/{compiler-ui → interf-ui}/_next/static/media/Geist_Variable-s.p.0-te~ja_gpvcf.woff2 +0 -0
- /package/dist/{compiler-ui → interf-ui}/_next/static/media/worker.102zas1s52_pf.js +0 -0
- /package/dist/packages/{methods/authoring/lib/method-edit-utils.js → build-plans/authoring/lib/build-plan-edit-utils.js} +0 -0
- /package/dist/packages/{methods → build-plans}/package/lib/package-root.d.ts +0 -0
- /package/dist/packages/engine/{compile → build}/runtime-contracts.d.ts +0 -0
- /package/dist/packages/engine/{compile → build}/runtime-paths.d.ts +0 -0
- /package/dist/packages/engine/{compile → build}/runtime-prompt.d.ts +0 -0
- /package/dist/packages/engine/{compile → build}/runtime-runs.d.ts +0 -0
- /package/dist/packages/engine/{compile → build}/runtime-types.js +0 -0
- /package/dist/packages/engine/{compile → build}/runtime.d.ts +0 -0
- /package/dist/packages/engine/{compile → build}/runtime.js +0 -0
- /package/dist/packages/engine/{compile → build}/state-paths.d.ts +0 -0
- /package/dist/packages/engine/{compile → build}/validate-helpers.d.ts +0 -0
- /package/dist/packages/engine/{compile → build}/validate-helpers.js +0 -0
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[6181,["/_next/static/chunks/0y0uj160p0ts~.js"],"default"]
|
|
3
|
-
3:I[81209,["/_next/static/chunks/0y0uj160p0ts~.js"],"default"]
|
|
4
|
-
4:I[99198,["/_next/static/chunks/0y0uj160p0ts~.js"],"OutletBoundary"]
|
|
5
|
-
5:"$Sreact.suspense"
|
|
6
|
-
8:I[99198,["/_next/static/chunks/0y0uj160p0ts~.js"],"ViewportBoundary"]
|
|
7
|
-
a:I[99198,["/_next/static/chunks/0y0uj160p0ts~.js"],"MetadataBoundary"]
|
|
8
|
-
c:I[87374,["/_next/static/chunks/0y0uj160p0ts~.js"],"default",1]
|
|
9
|
-
:HL["/_next/static/chunks/0mssmhpbifj15.css","style"]
|
|
10
|
-
:HL["/_next/static/chunks/0tjf-vu_rz8s0.css","style"]
|
|
11
|
-
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/0mssmhpbifj15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0tjf-vu_rz8s0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0y0uj160p0ts~.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"className":"dark geistsans_d5a4f12f-module__aLrMWa__variable geistmono_157ca88a-module__emspPq__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/0mssmhpbifj15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0tjf-vu_rz8s0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"tYHMLL9oKds1yDoNYgkPV"}
|
|
12
|
-
d:[]
|
|
13
|
-
7:"$Wd"
|
|
14
|
-
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
15
|
-
6:null
|
|
16
|
-
b:[["$","title","0",{"children":"Interf Compiler"}],["$","meta","1",{"name":"description","content":"Local Interf instance for Preparations, Methods, runs, readiness checks, and portable context."}]]
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[99198,["/_next/static/chunks/0y0uj160p0ts~.js"],"ViewportBoundary"]
|
|
3
|
-
3:I[99198,["/_next/static/chunks/0y0uj160p0ts~.js"],"MetadataBoundary"]
|
|
4
|
-
4:"$Sreact.suspense"
|
|
5
|
-
0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$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 instance for Preparations, Methods, runs, readiness checks, and portable context."}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"tYHMLL9oKds1yDoNYgkPV"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[6181,["/_next/static/chunks/0y0uj160p0ts~.js"],"default"]
|
|
3
|
-
3:I[81209,["/_next/static/chunks/0y0uj160p0ts~.js"],"default"]
|
|
4
|
-
:HL["/_next/static/chunks/0mssmhpbifj15.css","style"]
|
|
5
|
-
:HL["/_next/static/chunks/0tjf-vu_rz8s0.css","style"]
|
|
6
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0mssmhpbifj15.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0tjf-vu_rz8s0.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0y0uj160p0ts~.js","async":true}]],["$","html",null,{"className":"dark geistsans_d5a4f12f-module__aLrMWa__variable geistmono_157ca88a-module__emspPq__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":"tYHMLL9oKds1yDoNYgkPV"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[6181,["/_next/static/chunks/0y0uj160p0ts~.js"],"default"]
|
|
3
|
-
3:I[81209,["/_next/static/chunks/0y0uj160p0ts~.js"],"default"]
|
|
4
|
-
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"tYHMLL9oKds1yDoNYgkPV"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="dark geistsans_d5a4f12f-module__aLrMWa__variable geistmono_157ca88a-module__emspPq__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/0mssmhpbifj15.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/0tjf-vu_rz8s0.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0p3s8iyhgcww2.js"/><script src="/_next/static/chunks/13gz9e7z~imx1.js" async=""></script><script src="/_next/static/chunks/02r7siaw-_p5w.js" async=""></script><script src="/_next/static/chunks/turbopack-02-3e_c-yz~5g.js" async=""></script><script src="/_next/static/chunks/0y0uj160p0ts~.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 instance 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/0p3s8iyhgcww2.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[6181,[\"/_next/static/chunks/0y0uj160p0ts~.js\"],\"default\"]\n3:I[81209,[\"/_next/static/chunks/0y0uj160p0ts~.js\"],\"default\"]\n4:I[99198,[\"/_next/static/chunks/0y0uj160p0ts~.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[99198,[\"/_next/static/chunks/0y0uj160p0ts~.js\"],\"ViewportBoundary\"]\na:I[99198,[\"/_next/static/chunks/0y0uj160p0ts~.js\"],\"MetadataBoundary\"]\nc:I[87374,[\"/_next/static/chunks/0y0uj160p0ts~.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0mssmhpbifj15.css\",\"style\"]\n:HL[\"/_next/static/chunks/0tjf-vu_rz8s0.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/0mssmhpbifj15.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0tjf-vu_rz8s0.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0y0uj160p0ts~.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"className\":\"dark geistsans_d5a4f12f-module__aLrMWa__variable geistmono_157ca88a-module__emspPq__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/0mssmhpbifj15.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0tjf-vu_rz8s0.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"tYHMLL9oKds1yDoNYgkPV\"}\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 instance for Preparations, Methods, runs, readiness checks, and portable context.\"}]]\n"])</script></body></html>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[6181,["/_next/static/chunks/0y0uj160p0ts~.js"],"default"]
|
|
3
|
-
3:I[81209,["/_next/static/chunks/0y0uj160p0ts~.js"],"default"]
|
|
4
|
-
4:I[99198,["/_next/static/chunks/0y0uj160p0ts~.js"],"OutletBoundary"]
|
|
5
|
-
5:"$Sreact.suspense"
|
|
6
|
-
8:I[99198,["/_next/static/chunks/0y0uj160p0ts~.js"],"ViewportBoundary"]
|
|
7
|
-
a:I[99198,["/_next/static/chunks/0y0uj160p0ts~.js"],"MetadataBoundary"]
|
|
8
|
-
c:I[87374,["/_next/static/chunks/0y0uj160p0ts~.js"],"default",1]
|
|
9
|
-
:HL["/_next/static/chunks/0mssmhpbifj15.css","style"]
|
|
10
|
-
:HL["/_next/static/chunks/0tjf-vu_rz8s0.css","style"]
|
|
11
|
-
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/0mssmhpbifj15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0tjf-vu_rz8s0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0y0uj160p0ts~.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"className":"dark geistsans_d5a4f12f-module__aLrMWa__variable geistmono_157ca88a-module__emspPq__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/0mssmhpbifj15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0tjf-vu_rz8s0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"tYHMLL9oKds1yDoNYgkPV"}
|
|
12
|
-
d:[]
|
|
13
|
-
7:"$Wd"
|
|
14
|
-
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
15
|
-
6:null
|
|
16
|
-
b:[["$","title","0",{"children":"Interf Compiler"}],["$","meta","1",{"name":"description","content":"Local Interf instance for Preparations, Methods, runs, readiness checks, and portable context."}]]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="dark geistsans_d5a4f12f-module__aLrMWa__variable geistmono_157ca88a-module__emspPq__variable" lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/GeistMono_Variable.p.17jn9btb_52pq.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/Geist_Variable-s.p.0-te~ja_gpvcf.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/0mssmhpbifj15.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/0tjf-vu_rz8s0.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/01646j7yi.w5a.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0p3s8iyhgcww2.js"/><script src="/_next/static/chunks/13gz9e7z~imx1.js" async=""></script><script src="/_next/static/chunks/02r7siaw-_p5w.js" async=""></script><script src="/_next/static/chunks/turbopack-02-3e_c-yz~5g.js" async=""></script><script src="/_next/static/chunks/0y0uj160p0ts~.js" async=""></script><script src="/_next/static/chunks/156xed-b6czaw.js" async=""></script><script src="/_next/static/chunks/0wpx5..8dnh0w.js" async=""></script><script src="/_next/static/chunks/0nypu~ddwxari.js" async=""></script><script src="/_next/static/chunks/04d0ly-7xb~-j.js" async=""></script><meta name="next-size-adjust" content=""/><title>Interf Compiler</title><meta name="description" content="Local Interf instance for Preparations, Methods, runs, readiness checks, and portable context."/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><main class="compiler-shell"><header class="top-nav"><div class="brand-row"><a class="brand-link" href="/" aria-label="Open Interf Compiler"><span>Interf Compiler</span></a><span class="nav-divider"></span><div class="path-open-control local-path disabled" title="Interf engine: local project"><div class="path-open-copy"><span>Engine</span><code>local project</code></div></div></div><div class="nav-actions"><a class="health-link status-wait" href="http://127.0.0.1:4873/health" target="_blank" rel="noreferrer" title="Open local service health response"><span class="status-dot"></span><span>Connecting</span></a><div class="theme-switcher" aria-label="Theme"><button aria-pressed="false" class="" title="Use system theme" type="button"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-monitor" aria-hidden="true"><rect width="20" height="14" x="2" y="3" rx="2"></rect><line x1="8" x2="16" y1="21" y2="21"></line><line x1="12" x2="12" y1="17" y2="21"></line></svg></button><button aria-pressed="false" class="" title="Use light theme" type="button"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sun" aria-hidden="true"><circle cx="12" cy="12" r="4"></circle><path d="M12 2v2"></path><path d="M12 20v2"></path><path d="m4.93 4.93 1.41 1.41"></path><path d="m17.66 17.66 1.41 1.41"></path><path d="M2 12h2"></path><path d="M20 12h2"></path><path d="m6.34 17.66-1.41 1.41"></path><path d="m19.07 4.93-1.41 1.41"></path></svg></button><button aria-pressed="true" class="active" title="Use dark theme" type="button"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-moon" aria-hidden="true"><path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"></path></svg></button></div><a class="docs-link" href="https://www.npmjs.com/package/@interf/compiler" target="_blank" rel="noreferrer">Docs<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right" aria-hidden="true"><path d="M7 7h10v10"></path><path d="M7 17 17 7"></path></svg></a></div></header><div class="content-shell"><section class="offline-panel"><p>Loading local Interf service.</p></section></div></main><!--$--><!--/$--><script src="/_next/static/chunks/0p3s8iyhgcww2.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[6181,[\"/_next/static/chunks/0y0uj160p0ts~.js\"],\"default\"]\n3:I[81209,[\"/_next/static/chunks/0y0uj160p0ts~.js\"],\"default\"]\n4:I[87802,[\"/_next/static/chunks/0y0uj160p0ts~.js\"],\"ClientPageRoot\"]\n5:I[98878,[\"/_next/static/chunks/0y0uj160p0ts~.js\",\"/_next/static/chunks/156xed-b6czaw.js\",\"/_next/static/chunks/0wpx5..8dnh0w.js\",\"/_next/static/chunks/0nypu~ddwxari.js\",\"/_next/static/chunks/04d0ly-7xb~-j.js\"],\"default\"]\n8:I[99198,[\"/_next/static/chunks/0y0uj160p0ts~.js\"],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nb:I[99198,[\"/_next/static/chunks/0y0uj160p0ts~.js\"],\"ViewportBoundary\"]\nd:I[99198,[\"/_next/static/chunks/0y0uj160p0ts~.js\"],\"MetadataBoundary\"]\nf:I[87374,[\"/_next/static/chunks/0y0uj160p0ts~.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0mssmhpbifj15.css\",\"style\"]\n:HL[\"/_next/static/chunks/0tjf-vu_rz8s0.css\",\"style\"]\n:HL[\"/_next/static/media/GeistMono_Variable.p.17jn9btb_52pq.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/Geist_Variable-s.p.0-te~ja_gpvcf.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/chunks/01646j7yi.w5a.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0mssmhpbifj15.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0tjf-vu_rz8s0.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0y0uj160p0ts~.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"className\":\"dark geistsans_d5a4f12f-module__aLrMWa__variable geistmono_157ca88a-module__emspPq__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/01646j7yi.w5a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/156xed-b6czaw.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0wpx5..8dnh0w.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0nypu~ddwxari.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/04d0ly-7xb~-j.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/0mssmhpbifj15.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0tjf-vu_rz8s0.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"tYHMLL9oKds1yDoNYgkPV\"}\n"])</script><script>self.__next_f.push([1,"6:{}\n7:\"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"a:null\ne:[[\"$\",\"title\",\"0\",{\"children\":\"Interf Compiler\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Local Interf instance for Preparations, Methods, runs, readiness checks, and portable context.\"}]]\n"])</script></body></html>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[6181,["/_next/static/chunks/0y0uj160p0ts~.js"],"default"]
|
|
3
|
-
3:I[81209,["/_next/static/chunks/0y0uj160p0ts~.js"],"default"]
|
|
4
|
-
4:I[87802,["/_next/static/chunks/0y0uj160p0ts~.js"],"ClientPageRoot"]
|
|
5
|
-
5:I[98878,["/_next/static/chunks/0y0uj160p0ts~.js","/_next/static/chunks/156xed-b6czaw.js","/_next/static/chunks/0wpx5..8dnh0w.js","/_next/static/chunks/0nypu~ddwxari.js","/_next/static/chunks/04d0ly-7xb~-j.js"],"default"]
|
|
6
|
-
8:I[99198,["/_next/static/chunks/0y0uj160p0ts~.js"],"OutletBoundary"]
|
|
7
|
-
9:"$Sreact.suspense"
|
|
8
|
-
b:I[99198,["/_next/static/chunks/0y0uj160p0ts~.js"],"ViewportBoundary"]
|
|
9
|
-
d:I[99198,["/_next/static/chunks/0y0uj160p0ts~.js"],"MetadataBoundary"]
|
|
10
|
-
f:I[87374,["/_next/static/chunks/0y0uj160p0ts~.js"],"default",1]
|
|
11
|
-
:HL["/_next/static/chunks/0mssmhpbifj15.css","style"]
|
|
12
|
-
:HL["/_next/static/chunks/0tjf-vu_rz8s0.css","style"]
|
|
13
|
-
:HL["/_next/static/media/GeistMono_Variable.p.17jn9btb_52pq.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
14
|
-
:HL["/_next/static/media/Geist_Variable-s.p.0-te~ja_gpvcf.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
15
|
-
:HL["/_next/static/chunks/01646j7yi.w5a.css","style"]
|
|
16
|
-
0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0mssmhpbifj15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0tjf-vu_rz8s0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0y0uj160p0ts~.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"className":"dark geistsans_d5a4f12f-module__aLrMWa__variable geistmono_157ca88a-module__emspPq__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/01646j7yi.w5a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/156xed-b6czaw.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0wpx5..8dnh0w.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0nypu~ddwxari.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/04d0ly-7xb~-j.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/0mssmhpbifj15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0tjf-vu_rz8s0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"tYHMLL9oKds1yDoNYgkPV"}
|
|
17
|
-
6:{}
|
|
18
|
-
7:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
19
|
-
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
20
|
-
a:null
|
|
21
|
-
e:[["$","title","0",{"children":"Interf Compiler"}],["$","meta","1",{"name":"description","content":"Local Interf instance for Preparations, Methods, runs, readiness checks, and portable context."}]]
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { basename } from "node:path";
|
|
2
|
-
import { readInterfConfig } from "../../../project/interf-detect.js";
|
|
3
|
-
import { resolveMethodId } from "../../../methods/method-resolution.js";
|
|
4
|
-
import { projectCompiledQueryShell, renderClaudeBootstrap } from "./shells.js";
|
|
5
|
-
export { renderClaudeBootstrap };
|
|
6
|
-
export function refreshCompiledBootstrapGuidance(dirPath) {
|
|
7
|
-
const config = readInterfConfig(dirPath);
|
|
8
|
-
if (!config)
|
|
9
|
-
return false;
|
|
10
|
-
const compiledName = config.name ?? basename(dirPath);
|
|
11
|
-
const methodId = resolveMethodId(config);
|
|
12
|
-
const methodOriginSelected = config.method_origin?.selected ?? methodId;
|
|
13
|
-
const methodLocalDraft = config.method_origin?.local_draft === true;
|
|
14
|
-
const about = typeof config.about === "string" && config.about.length > 0 ? config.about : undefined;
|
|
15
|
-
return projectCompiledQueryShell(dirPath, compiledName, methodId, about, {
|
|
16
|
-
methodOriginSelected,
|
|
17
|
-
methodLocalDraft,
|
|
18
|
-
});
|
|
19
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function countCompiledArtifactsAtPath(compiledPath: string, artifactPath: string, kind: "directory" | "file" | "runtime"): number;
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
export declare const COMPILED_INTERF_DIR = ".interf";
|
|
2
|
-
export declare const COMPILED_CONFIG_FILE = "interf.json";
|
|
3
|
-
export declare const COMPILED_METHOD_DIR = "method";
|
|
4
|
-
export declare const COMPILED_TEST_DIR = "tests";
|
|
5
|
-
export declare const COMPILED_TEST_TARGETS_DIR = "targets";
|
|
6
|
-
export declare const COMPILED_RUNTIME_DIR = "runtime";
|
|
7
|
-
export declare const COMPILED_RUNTIME_STATE_FILE = "state.json";
|
|
8
|
-
export declare const COMPILED_RUNTIME_HEALTH_FILE = "health.json";
|
|
9
|
-
export declare const COMPILED_RUNTIME_VIEW_SPEC_FILE = "view-spec.json";
|
|
10
|
-
export declare const COMPILED_RUNTIME_SOURCE_FILES_FILE = "source-files.json";
|
|
11
|
-
export declare const COMPILED_RUNTIME_SOURCE_SNAPSHOT_FILE = "source-snapshot.json";
|
|
12
|
-
export declare const COMPILED_RUNTIME_STAGE_INPUTS_DIR = "stages";
|
|
13
|
-
export declare const COMPILED_RUNTIME_STAGE_INPUTS_FILE = "inputs.json";
|
|
14
|
-
export declare const COMPILED_RUNTIME_INVENTORY_FILE = "inventory.json";
|
|
15
|
-
export declare const COMPILED_RUNTIME_RUN_FILE = "run.json";
|
|
16
|
-
export declare const COMPILED_RUNTIME_RUN_HISTORY_FILE = "run-history.jsonl";
|
|
17
|
-
export declare const COMPILED_RUNTIME_STAGE_CONTRACT_FILE = "stage-contract.json";
|
|
18
|
-
export declare function compiledRuntimeRoot(compiledPath: string): string;
|
|
19
|
-
export declare function compiledRuntimeFilePath(compiledPath: string, fileName: string): string;
|
|
20
|
-
export declare function compiledInterfRoot(compiledPath: string): string;
|
|
21
|
-
export declare function compiledInterfConfigPath(compiledPath: string): string;
|
|
22
|
-
export declare function methodPackagePathForCompiled(compiledPath: string): string;
|
|
23
|
-
export declare function testRootForCompiled(compiledPath: string): string;
|
|
24
|
-
export declare function testTargetsRootForCompiled(compiledPath: string): string;
|
|
25
|
-
export declare function stageExecutionShellsRoot(compiledPath: string): string;
|
|
26
|
-
export declare function methodImprovementLoopsRoot(compiledPath: string): string;
|
|
27
|
-
export declare function methodImprovementRunRoot(compiledPath: string, runId: string): string;
|
|
28
|
-
export declare function methodImprovementLoopRoot(compiledPath: string, runId: string, loopIndex: number): string;
|
|
29
|
-
export declare function targetTestRunsRootForCompiled(compiledPath: string): string;
|
|
30
|
-
export declare function targetTestSandboxesRootForCompiled(compiledPath: string): string;
|
|
31
|
-
export declare function compiledRuntimeLogsRoot(compiledPath: string): string;
|
|
32
|
-
export declare function compiledRuntimeArchivedStageContractPath(compiledPath: string, runId: string): string;
|
|
33
|
-
export declare function compiledQueryAcceptanceRoot(compiledPath: string): string;
|
|
34
|
-
export declare function compiledRuntimeStatePath(compiledPath: string): string;
|
|
35
|
-
export declare function compiledRuntimeHealthPath(compiledPath: string): string;
|
|
36
|
-
export declare function compiledRuntimeViewSpecPath(compiledPath: string): string;
|
|
37
|
-
export declare function compiledRuntimeSourceFilesPath(compiledPath: string): string;
|
|
38
|
-
export declare function compiledRuntimeSourceSnapshotPath(compiledPath: string): string;
|
|
39
|
-
export declare function compiledRuntimeStagesRoot(compiledPath: string): string;
|
|
40
|
-
export declare function compiledRuntimeStageRoot(compiledPath: string, stageId: string): string;
|
|
41
|
-
export declare function compiledRuntimeStageInputsPath(compiledPath: string, stageId: string): string;
|
|
42
|
-
export declare function compiledRuntimeInventoryPath(compiledPath: string): string;
|
|
43
|
-
export declare function compiledRuntimeRunPath(compiledPath: string): string;
|
|
44
|
-
export declare function compiledRuntimeRunHistoryPath(compiledPath: string): string;
|
|
45
|
-
export declare function compiledRuntimeStageContractPath(compiledPath: string): string;
|
|
46
|
-
export declare function resolveSourceControlPathForCompiled(compiledPath: string): string;
|
|
47
|
-
export declare function defaultControlPathForCompiled(compiledPath: string): string;
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
import { basename, dirname, join, relative, resolve, sep } from "node:path";
|
|
2
|
-
export const COMPILED_INTERF_DIR = ".interf";
|
|
3
|
-
export const COMPILED_CONFIG_FILE = "interf.json";
|
|
4
|
-
export const COMPILED_METHOD_DIR = "method";
|
|
5
|
-
export const COMPILED_TEST_DIR = "tests";
|
|
6
|
-
export const COMPILED_TEST_TARGETS_DIR = "targets";
|
|
7
|
-
export const COMPILED_RUNTIME_DIR = "runtime";
|
|
8
|
-
export const COMPILED_RUNTIME_STATE_FILE = "state.json";
|
|
9
|
-
export const COMPILED_RUNTIME_HEALTH_FILE = "health.json";
|
|
10
|
-
export const COMPILED_RUNTIME_VIEW_SPEC_FILE = "view-spec.json";
|
|
11
|
-
export const COMPILED_RUNTIME_SOURCE_FILES_FILE = "source-files.json";
|
|
12
|
-
export const COMPILED_RUNTIME_SOURCE_SNAPSHOT_FILE = "source-snapshot.json";
|
|
13
|
-
export const COMPILED_RUNTIME_STAGE_INPUTS_DIR = "stages";
|
|
14
|
-
export const COMPILED_RUNTIME_STAGE_INPUTS_FILE = "inputs.json";
|
|
15
|
-
export const COMPILED_RUNTIME_INVENTORY_FILE = "inventory.json";
|
|
16
|
-
export const COMPILED_RUNTIME_RUN_FILE = "run.json";
|
|
17
|
-
export const COMPILED_RUNTIME_RUN_HISTORY_FILE = "run-history.jsonl";
|
|
18
|
-
export const COMPILED_RUNTIME_STAGE_CONTRACT_FILE = "stage-contract.json";
|
|
19
|
-
export function compiledRuntimeRoot(compiledPath) {
|
|
20
|
-
return join(compiledPath, COMPILED_INTERF_DIR, COMPILED_RUNTIME_DIR);
|
|
21
|
-
}
|
|
22
|
-
export function compiledRuntimeFilePath(compiledPath, fileName) {
|
|
23
|
-
return join(compiledRuntimeRoot(compiledPath), fileName);
|
|
24
|
-
}
|
|
25
|
-
export function compiledInterfRoot(compiledPath) {
|
|
26
|
-
return join(compiledPath, COMPILED_INTERF_DIR);
|
|
27
|
-
}
|
|
28
|
-
export function compiledInterfConfigPath(compiledPath) {
|
|
29
|
-
return join(compiledInterfRoot(compiledPath), COMPILED_CONFIG_FILE);
|
|
30
|
-
}
|
|
31
|
-
export function methodPackagePathForCompiled(compiledPath) {
|
|
32
|
-
return join(compiledInterfRoot(compiledPath), COMPILED_METHOD_DIR);
|
|
33
|
-
}
|
|
34
|
-
export function testRootForCompiled(compiledPath) {
|
|
35
|
-
return join(compiledInterfRoot(compiledPath), COMPILED_TEST_DIR);
|
|
36
|
-
}
|
|
37
|
-
export function testTargetsRootForCompiled(compiledPath) {
|
|
38
|
-
return join(testRootForCompiled(compiledPath), COMPILED_TEST_TARGETS_DIR);
|
|
39
|
-
}
|
|
40
|
-
export function stageExecutionShellsRoot(compiledPath) {
|
|
41
|
-
return join(compiledRuntimeRoot(compiledPath), "execution-shells");
|
|
42
|
-
}
|
|
43
|
-
export function methodImprovementLoopsRoot(compiledPath) {
|
|
44
|
-
return join(compiledRuntimeRoot(compiledPath), "improvement-loops");
|
|
45
|
-
}
|
|
46
|
-
export function methodImprovementRunRoot(compiledPath, runId) {
|
|
47
|
-
return join(methodImprovementLoopsRoot(compiledPath), runId);
|
|
48
|
-
}
|
|
49
|
-
export function methodImprovementLoopRoot(compiledPath, runId, loopIndex) {
|
|
50
|
-
return join(methodImprovementRunRoot(compiledPath, runId), `loop-${String(loopIndex).padStart(2, "0")}`);
|
|
51
|
-
}
|
|
52
|
-
export function targetTestRunsRootForCompiled(compiledPath) {
|
|
53
|
-
return join(testTargetsRootForCompiled(compiledPath), "runs");
|
|
54
|
-
}
|
|
55
|
-
export function targetTestSandboxesRootForCompiled(compiledPath) {
|
|
56
|
-
return join(testTargetsRootForCompiled(compiledPath), "sandboxes");
|
|
57
|
-
}
|
|
58
|
-
export function compiledRuntimeLogsRoot(compiledPath) {
|
|
59
|
-
return join(compiledRuntimeRoot(compiledPath), "logs");
|
|
60
|
-
}
|
|
61
|
-
export function compiledRuntimeArchivedStageContractPath(compiledPath, runId) {
|
|
62
|
-
return join(compiledRuntimeLogsRoot(compiledPath), `${runId}.stage-contract.json`);
|
|
63
|
-
}
|
|
64
|
-
export function compiledQueryAcceptanceRoot(compiledPath) {
|
|
65
|
-
return join(compiledRuntimeRoot(compiledPath), "query-acceptance");
|
|
66
|
-
}
|
|
67
|
-
export function compiledRuntimeStatePath(compiledPath) {
|
|
68
|
-
return compiledRuntimeFilePath(compiledPath, COMPILED_RUNTIME_STATE_FILE);
|
|
69
|
-
}
|
|
70
|
-
export function compiledRuntimeHealthPath(compiledPath) {
|
|
71
|
-
return compiledRuntimeFilePath(compiledPath, COMPILED_RUNTIME_HEALTH_FILE);
|
|
72
|
-
}
|
|
73
|
-
export function compiledRuntimeViewSpecPath(compiledPath) {
|
|
74
|
-
return compiledRuntimeFilePath(compiledPath, COMPILED_RUNTIME_VIEW_SPEC_FILE);
|
|
75
|
-
}
|
|
76
|
-
export function compiledRuntimeSourceFilesPath(compiledPath) {
|
|
77
|
-
return compiledRuntimeFilePath(compiledPath, COMPILED_RUNTIME_SOURCE_FILES_FILE);
|
|
78
|
-
}
|
|
79
|
-
export function compiledRuntimeSourceSnapshotPath(compiledPath) {
|
|
80
|
-
return compiledRuntimeFilePath(compiledPath, COMPILED_RUNTIME_SOURCE_SNAPSHOT_FILE);
|
|
81
|
-
}
|
|
82
|
-
export function compiledRuntimeStagesRoot(compiledPath) {
|
|
83
|
-
return join(compiledRuntimeRoot(compiledPath), COMPILED_RUNTIME_STAGE_INPUTS_DIR);
|
|
84
|
-
}
|
|
85
|
-
export function compiledRuntimeStageRoot(compiledPath, stageId) {
|
|
86
|
-
return join(compiledRuntimeStagesRoot(compiledPath), stageId);
|
|
87
|
-
}
|
|
88
|
-
export function compiledRuntimeStageInputsPath(compiledPath, stageId) {
|
|
89
|
-
return join(compiledRuntimeStageRoot(compiledPath, stageId), COMPILED_RUNTIME_STAGE_INPUTS_FILE);
|
|
90
|
-
}
|
|
91
|
-
export function compiledRuntimeInventoryPath(compiledPath) {
|
|
92
|
-
return compiledRuntimeFilePath(compiledPath, COMPILED_RUNTIME_INVENTORY_FILE);
|
|
93
|
-
}
|
|
94
|
-
export function compiledRuntimeRunPath(compiledPath) {
|
|
95
|
-
return compiledRuntimeFilePath(compiledPath, COMPILED_RUNTIME_RUN_FILE);
|
|
96
|
-
}
|
|
97
|
-
export function compiledRuntimeRunHistoryPath(compiledPath) {
|
|
98
|
-
return compiledRuntimeFilePath(compiledPath, COMPILED_RUNTIME_RUN_HISTORY_FILE);
|
|
99
|
-
}
|
|
100
|
-
export function compiledRuntimeStageContractPath(compiledPath) {
|
|
101
|
-
return compiledRuntimeFilePath(compiledPath, COMPILED_RUNTIME_STAGE_CONTRACT_FILE);
|
|
102
|
-
}
|
|
103
|
-
export function resolveSourceControlPathForCompiled(compiledPath) {
|
|
104
|
-
// Flat preparation data layout: the portable context lives at
|
|
105
|
-
// `<preparation-data-dir>/<preparation>/`, so the preparation data folder is
|
|
106
|
-
// the parent of the portable context. Reject the filesystem root and the
|
|
107
|
-
// legacy `<root>/interf/<preparation>/` shape so stale fixtures fail loudly.
|
|
108
|
-
const compiledAbsolute = resolve(compiledPath);
|
|
109
|
-
const parent = dirname(compiledAbsolute);
|
|
110
|
-
if (parent === compiledAbsolute) {
|
|
111
|
-
throw new Error(`Portable context is not under the canonical Interf preparation data layout: ${compiledPath}`);
|
|
112
|
-
}
|
|
113
|
-
if (basename(parent) === "interf") {
|
|
114
|
-
throw new Error(`Portable context is not under the canonical Interf preparation data layout: ${compiledPath}`);
|
|
115
|
-
}
|
|
116
|
-
return parent;
|
|
117
|
-
}
|
|
118
|
-
export function defaultControlPathForCompiled(compiledPath) {
|
|
119
|
-
const relativePath = relative(compiledPath, resolveSourceControlPathForCompiled(compiledPath));
|
|
120
|
-
return relativePath.length > 0 ? relativePath.split(sep).join("/") : ".";
|
|
121
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { type MethodExecutor } from "../agents/lib/executors.js";
|
|
2
|
-
import { type MethodReporter, type MethodStageResult } from "../../methods/package/method-helpers.js";
|
|
3
|
-
import { type CompiledStageExecutionDefinition } from "./compiled-target.js";
|
|
4
|
-
import type { RunEventSink } from "../execution/events.js";
|
|
5
|
-
export interface CompiledSummarizeResult extends MethodStageResult {
|
|
6
|
-
plan: {
|
|
7
|
-
sourceCount: number;
|
|
8
|
-
summaryCount: number;
|
|
9
|
-
targetCount: number;
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
export interface CompiledCompileResult {
|
|
13
|
-
ok: boolean;
|
|
14
|
-
stageResults: Record<string, MethodStageResult>;
|
|
15
|
-
failedStage: string | null;
|
|
16
|
-
}
|
|
17
|
-
export type StageShellRetentionMode = "on-failure" | "always";
|
|
18
|
-
/**
|
|
19
|
-
* Per-stage executor resolver. When provided, the pipeline calls this
|
|
20
|
-
* for each stage and uses the returned executor instead of the
|
|
21
|
-
* top-level `executor`. The top-level `executor` stays as the default
|
|
22
|
-
* fallback so single-active-agent setups keep working without any
|
|
23
|
-
* resolver wired up.
|
|
24
|
-
*/
|
|
25
|
-
export type ResolveStageExecutor = (stage: CompiledStageExecutionDefinition) => MethodExecutor;
|
|
26
|
-
export declare function runCompiledSummarize(options: {
|
|
27
|
-
executor: MethodExecutor;
|
|
28
|
-
resolveStageExecutor?: ResolveStageExecutor;
|
|
29
|
-
compiledPath: string;
|
|
30
|
-
reporter?: MethodReporter;
|
|
31
|
-
reportSummary?: boolean;
|
|
32
|
-
reportStep?: boolean;
|
|
33
|
-
stageDefinition?: CompiledStageExecutionDefinition;
|
|
34
|
-
fullPass?: boolean;
|
|
35
|
-
runId?: string;
|
|
36
|
-
events?: RunEventSink;
|
|
37
|
-
}): Promise<CompiledSummarizeResult>;
|
|
38
|
-
export declare function runCompiledCompile(options: {
|
|
39
|
-
executor: MethodExecutor;
|
|
40
|
-
resolveStageExecutor?: ResolveStageExecutor;
|
|
41
|
-
compiledPath: string;
|
|
42
|
-
reporter?: MethodReporter;
|
|
43
|
-
reportStep?: boolean;
|
|
44
|
-
preserveStageShells?: StageShellRetentionMode;
|
|
45
|
-
runId?: string;
|
|
46
|
-
events?: RunEventSink;
|
|
47
|
-
}): Promise<MethodStageResult>;
|
|
48
|
-
export declare function compileCompiled(options: {
|
|
49
|
-
executor: MethodExecutor;
|
|
50
|
-
resolveStageExecutor?: ResolveStageExecutor;
|
|
51
|
-
compiledPath: string;
|
|
52
|
-
reporter?: MethodReporter;
|
|
53
|
-
preserveStageShells?: StageShellRetentionMode;
|
|
54
|
-
runId?: string;
|
|
55
|
-
events?: RunEventSink;
|
|
56
|
-
}): Promise<CompiledCompileResult>;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { type MethodCompiledSchema, type MethodCompiledArtifact, type MethodArtifactId } from "./lib/schema.js";
|
|
2
|
-
export interface MethodSchemaStageLike {
|
|
3
|
-
id: string;
|
|
4
|
-
writes: readonly string[];
|
|
5
|
-
}
|
|
6
|
-
export declare const METHOD_SCHEMA_FILE = "method.schema.json";
|
|
7
|
-
export declare function methodSchemaFilePath(rootPath: string): string;
|
|
8
|
-
export declare function resolveMethodSchemaPath(rootPath: string): string | null;
|
|
9
|
-
export declare function methodSchemaExists(rootPath: string): boolean;
|
|
10
|
-
export declare function methodSchemaRelativePath(): string;
|
|
11
|
-
export declare function listCompiledSchemaArtifacts(schema: MethodCompiledSchema): MethodCompiledArtifact[];
|
|
12
|
-
export declare function findCompiledSchemaArtifact(schema: MethodCompiledSchema, artifactId: MethodArtifactId): MethodCompiledArtifact | null;
|
|
13
|
-
export declare function compiledArtifactAbsolutePath(compiledPath: string, artifact: Pick<MethodCompiledArtifact, "path">): string;
|
|
14
|
-
export declare function compiledContractArtifactPath(artifact: Pick<MethodCompiledArtifact, "path" | "kind">): string;
|
|
15
|
-
export declare function compiledContractArtifactPathsForArtifactIds(schema: MethodCompiledSchema, artifactIds: readonly MethodArtifactId[]): string[];
|
|
16
|
-
export declare function ensureCompiledArtifactTargets(compiledPath: string, schema: MethodCompiledSchema): void;
|
|
17
|
-
export declare function buildMethodSchema(stages: MethodSchemaStageLike[], label?: string): MethodCompiledSchema;
|
|
18
|
-
export declare function writeMethodSchemaFile(rootPath: string, stages: MethodSchemaStageLike[], label?: string): MethodCompiledSchema;
|
|
19
|
-
export declare function writeMethodSchemaDocument(rootPath: string, schema: MethodCompiledSchema): MethodCompiledSchema;
|
|
20
|
-
export declare function readMethodSchemaFile(rootPath: string): MethodCompiledSchema | null;
|
|
21
|
-
export declare function readCompiledSchemaFile(rootPath: string): MethodCompiledSchema | null;
|