@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
package/LICENSE.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
© 2026 Interf Inc. All rights reserved. Use is subject to Interf's [Commercial Terms of Service](https://interf.com/legal/commercial-terms).
|
package/README.md
DELETED
|
@@ -1,325 +0,0 @@
|
|
|
1
|
-
# Interf
|
|
2
|
-
|
|
3
|
-
**Context compiler for agents.**
|
|
4
|
-
|
|
5
|
-
Interf prepares data for agent work by compiling source files into verifiable Artifacts and writing portable context that agents can read, so agents work from a verified full picture instead of guessing.
|
|
6
|
-
|
|
7
|
-
**Hallucinations aren't an agent problem. They're a data preparation problem.**
|
|
8
|
-
|
|
9
|
-
When agents start from source files, they have to discover the full picture while they work. That discovery is hidden: you cannot see which files were processed, which evidence was used, or which connections were found.
|
|
10
|
-
|
|
11
|
-
Interf replaces that hidden discovery with visible compilation. Your agent can ask for the Artifacts it needs — an atlas, index, timeline, summaries, or a custom file — and Interf drafts a Build Plan for you to review before compile. The draft says what should be built; the compile run proves what was actually processed. Under the hood, Interf saves that request as a Preparation, runs a Build Plan locally, records source references, and writes verifiable Artifacts agents can read. Today a Build Plan is implemented by a Method package.
|
|
12
|
-
|
|
13
|
-
```text
|
|
14
|
-
Source files Portable context agents read
|
|
15
|
-
|
|
16
|
-
bristol-office-market/ <portable-context-locator>/
|
|
17
|
-
q4-market-report.pdf AGENTS.md
|
|
18
|
-
lease-comps.xlsx .interf/runtime/source-snapshot.json
|
|
19
|
-
planning-notes.md home.md
|
|
20
|
-
exports/availability.csv summaries/
|
|
21
|
-
knowledge/
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
## What a Compile Run Produces
|
|
25
|
-
|
|
26
|
-
A compile run produces portable context plus proof of work. The portable context is the folder agents read. The proof shows which source files were assigned, which Build Plan stages ran, what each stage wrote, and whether required artifacts exist.
|
|
27
|
-
|
|
28
|
-
For the built-in `interf-default` Build Plan, a compile run looks like this:
|
|
29
|
-
|
|
30
|
-
```text
|
|
31
|
-
Source: bristol-office-market
|
|
32
|
-
Build Plan: interf-default
|
|
33
|
-
Requested Artifacts: atlas, summaries, knowledge, claims, indexes
|
|
34
|
-
|
|
35
|
-
compile run
|
|
36
|
-
record source references
|
|
37
|
-
summarize -> summaries/
|
|
38
|
-
structure -> knowledge/
|
|
39
|
-
shape -> home.md and agent entrypoints
|
|
40
|
-
record proof -> processed files, stage outputs, required artifacts
|
|
41
|
-
|
|
42
|
-
portable context
|
|
43
|
-
locator -> { kind: "local-path", value: "<local-path-returned-by-interf>" }
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
The output is not an answer. It is a prepared local folder with routes, artifacts, source snapshots, and agent instructions. Your runtime agent reads that folder when it does the actual agent work.
|
|
47
|
-
|
|
48
|
-
## Design Choices
|
|
49
|
-
|
|
50
|
-
- `Preparation-scoped`: every Preparation starts from a specific Source, requested Artifacts, and agent job, not a generic index over all your files.
|
|
51
|
-
- `Deterministic`: Interf runs each stage, an ordered phase of a Build Plan, and shows stage-by-stage proof of work: which files were processed, what each stage produced, and whether required outputs exist. Agents do not have to rebuild the full picture while they work.
|
|
52
|
-
- `Local-first and private`: your files, readiness checks, and agent runs stay on your machine. No cloud, no uploads, no telemetry.
|
|
53
|
-
- `Bring your own AI`: use Claude Code, Codex, or another local agent.
|
|
54
|
-
- `File over app`: the portable context is a local folder owned by the instance — no hidden store, no hidden index. Inspect it, diff it, version it.
|
|
55
|
-
- `Readiness checks you control`: every build can be checked against gates you wrote from the files. If the portable context is `not ready`, `interf test` shows the readiness evidence behind that status.
|
|
56
|
-
|
|
57
|
-
## Why Not Just Ask Your Agent?
|
|
58
|
-
|
|
59
|
-
You can. Interf can use Claude Code, Codex, or another local agent while it builds the portable context.
|
|
60
|
-
|
|
61
|
-
A one-off preprocessing prompt gives you another agent answer to trust. Interf puts that work inside a Build Plan you can inspect: requested artifacts, declared stages, stage-by-stage proof of work, and readiness checks that decide whether the portable context is `ready` or `not ready`.
|
|
62
|
-
|
|
63
|
-
The agent can still execute the stages. Interf shows what ran, which files were processed, what artifacts and evidence were produced, and whether the result is ready for the agent work.
|
|
64
|
-
|
|
65
|
-
## Install
|
|
66
|
-
|
|
67
|
-
```bash
|
|
68
|
-
npm install -g @interf/compiler
|
|
69
|
-
interf # opens the wizard; start or connect an engine when needed
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
Requires Node.js 20+ and a local coding agent such as Claude Code or Codex. Run `interf doctor --live` if the executor is not detected.
|
|
73
|
-
|
|
74
|
-
## Quick Start
|
|
75
|
-
|
|
76
|
-
```bash
|
|
77
|
-
interf web # terminal 1: start the local engine
|
|
78
|
-
interf prep create bristol \ # terminal 2: save the source + requested Artifacts
|
|
79
|
-
--source ./bristol-office-market \
|
|
80
|
-
--about "Bristol annual take-up and availability chart lookup" \
|
|
81
|
-
--requested-artifacts-json '[{"title":"Guide to the report","checks":["Every page or file is listed.","Pages about Bristol and annual take-up are marked."]},{"title":"Annual take-up figures","checks":["Every figure has a source reference."]}]'
|
|
82
|
-
interf method draft bristol \ # draft the Build Plan for review
|
|
83
|
-
--task "Bristol annual take-up and availability chart lookup"
|
|
84
|
-
interf compile bristol # build portable context, returns the locator
|
|
85
|
-
interf test bristol # check readiness
|
|
86
|
-
```
|
|
87
|
-
|
|
88
|
-
`interf web` starts the engine in the foreground and writes the active
|
|
89
|
-
connection record so subsequent CLI commands can connect. Agents can use
|
|
90
|
-
`interf web start` for an explicit managed background engine, then
|
|
91
|
-
`interf web stop` when their work is done. Mutating commands never implicitly
|
|
92
|
-
auto-start an engine — if no instance is connected, they exit with a hint
|
|
93
|
-
pointing at `interf web` / `interf web start` (local) or `interf login`
|
|
94
|
-
(future cloud).
|
|
95
|
-
|
|
96
|
-
`interf compile` returns the artifact locator on success — for a local
|
|
97
|
-
engine that's a `local-path` you can open with any tool. Point your agent at
|
|
98
|
-
that path. There's no `--out` flag, no implicit copy, no hidden store: the
|
|
99
|
-
instance owns the bytes and the API tells you where they are.
|
|
100
|
-
|
|
101
|
-
If you want a baseline before compile, run `interf test bristol --target source-files`. It is optional proof, not the main path.
|
|
102
|
-
|
|
103
|
-
## Portable Context
|
|
104
|
-
|
|
105
|
-
The portable context is the local folder Interf writes from your files. Do not hardcode its location. The API returns a typed locator (`{ kind: "local-path" | "remote-url", value }`); your agent reads from there.
|
|
106
|
-
|
|
107
|
-
It gives agents evidence, structure, and cross-file connections for navigating the files. It is not a replacement for your files. For the built-in `interf-default`, it includes:
|
|
108
|
-
|
|
109
|
-
```text
|
|
110
|
-
<portable-context-locator>/
|
|
111
|
-
AGENTS.md # agent-facing entry point and source-checking rules
|
|
112
|
-
CLAUDE.md # same guidance for Claude Code
|
|
113
|
-
.interf/
|
|
114
|
-
runtime/
|
|
115
|
-
source-snapshot.json # source references captured for the latest run
|
|
116
|
-
stages/ # per-stage source input lists
|
|
117
|
-
home.md # overview and routes for agents
|
|
118
|
-
summaries/ # one note per source file
|
|
119
|
-
knowledge/ # linked notes built from the files
|
|
120
|
-
```
|
|
121
|
-
|
|
122
|
-
The source files stay the source of truth. Interf writes portable context inside the instance's data dir; it does not modify the source.
|
|
123
|
-
|
|
124
|
-
`AGENTS.md` tells agents how to use the portable context: start from the prepared outputs, follow the prepared routes, and use the recorded source references when exact source evidence matters.
|
|
125
|
-
|
|
126
|
-
Interf also records stage-by-stage proof of work: which files were processed, what each stage produced, and whether required outputs were created.
|
|
127
|
-
|
|
128
|
-
The portable context carries source references, not a mandatory copy of every source file. The source files remain where you keep them; Interf records which sources were assigned and what artifacts were produced from them.
|
|
129
|
-
|
|
130
|
-
## Build Plans and Method Packages
|
|
131
|
-
|
|
132
|
-
A Build Plan tells Interf how to compile requested Artifacts from your source files for the job agents need to do. It can start as a draft inside one Preparation, based on the user's instructions, the agent goal, and the described Source. If it works, save it as a Method package and reuse it on another Source.
|
|
133
|
-
|
|
134
|
-
Today saved Build Plans are implemented as Method packages. The built-in `interf-default` Method package ships with `@interf/compiler`. Install your own with `interf method install <path>`; draft new ones with `interf method draft <prep-id>`.
|
|
135
|
-
|
|
136
|
-
```text
|
|
137
|
-
<method-package>/
|
|
138
|
-
method.json # Build Plan: artifacts, stages, compile rules
|
|
139
|
-
method.schema.json # output contract: required portable-context files and folders
|
|
140
|
-
README.md # what this Build Plan is for
|
|
141
|
-
compile/
|
|
142
|
-
stages/
|
|
143
|
-
summarize/ # stage instructions Interf runs during compile
|
|
144
|
-
structure/
|
|
145
|
-
shape/
|
|
146
|
-
use/
|
|
147
|
-
query/ # how agents read the portable context
|
|
148
|
-
improve/ # how Interf revises this plan if readiness checks still fail
|
|
149
|
-
```
|
|
150
|
-
|
|
151
|
-
- `method.json` describes the Build Plan: source data, requested artifacts, stages, and how the files should be compiled.
|
|
152
|
-
- `method.schema.json` describes the output contract: what the portable context must contain. Interf enforces it when you run `interf compile`.
|
|
153
|
-
- `compile/stages/<stage>/` is where you author one folder per stage — a small, specific phase like `summarize` or `structure`. You write the instructions; Interf runs them during compile.
|
|
154
|
-
- `use/query/` holds the instructions agents follow when they read the portable context for live agent work.
|
|
155
|
-
- `improve/` holds the instructions Interf follows when the first build misses and the Build Plan itself needs editing.
|
|
156
|
-
|
|
157
|
-
A Build Plan defines the stages, output contract, proof requirements, and improvement instructions Interf runs on your files. Technically, a saved/reusable Build Plan is stored as a Method package with `method.json` and `method.schema.json`. The result is portable context your agents can read.
|
|
158
|
-
|
|
159
|
-
## Build Plan Improvement
|
|
160
|
-
|
|
161
|
-
When the first compile run still misses readiness checks, Interf edits the Build Plan and compiles again. Same files, same checks, improved plan and portable context. Run `interf method improve <prep-id>` to invoke that loop manually.
|
|
162
|
-
|
|
163
|
-
Interf saves every readiness-check run inside the preparation's portable context under `.interf/tests/`. You can inspect what changed and why a later compile run did better.
|
|
164
|
-
|
|
165
|
-
## How Interf Compiles
|
|
166
|
-
|
|
167
|
-
You don't need to think about roles. By default Interf uses your active agent for every stage of every compile run, the same way 0.14 did. Roles are available for advanced users who want different agents per stage; defaults are good and stable.
|
|
168
|
-
|
|
169
|
-
Interf treats connected agents as a first-class primitive and uses a small role taxonomy internally to route stages between them. The default behavior is single-active-agent — one installed agent runs everything — but you can opt into per-role specialization without changing any Build Plan.
|
|
170
|
-
|
|
171
|
-
```text
|
|
172
|
-
Connected agents Role map (per-instance)
|
|
173
|
-
claude-code (active) extractor → claude-code
|
|
174
|
-
codex summarizer → claude-code
|
|
175
|
-
pdf-extract (custom) structurer → claude-code
|
|
176
|
-
verifier → claude-code
|
|
177
|
-
general → claude-code
|
|
178
|
-
|
|
179
|
-
A Build Plan compile run
|
|
180
|
-
for each stage in the Build Plan
|
|
181
|
-
look up the stage's role in the role map
|
|
182
|
-
invoke the mapped agent on the prepared shell
|
|
183
|
-
record which agent ran which stage
|
|
184
|
-
```
|
|
185
|
-
|
|
186
|
-
Build Plans declare an optional `role` per stage — one of `extractor`, `summarizer`, `structurer`, `verifier`, or `general`. Custom role names are allowed; unknown roles fall through to `general`.
|
|
187
|
-
|
|
188
|
-
The role map lives in the instance's agent settings. On a fresh install with one agent installed, every role maps to that agent and you get the same single-active-agent behavior 0.14 had. To change which agent runs which role:
|
|
189
|
-
|
|
190
|
-
```bash
|
|
191
|
-
interf agents ls
|
|
192
|
-
interf agents register opencode --command "opencode --prompt"
|
|
193
|
-
interf agents map structurer codex
|
|
194
|
-
interf agents use claude-code # set the active agent
|
|
195
|
-
interf agents unmap structurer # fall back to active
|
|
196
|
-
```
|
|
197
|
-
|
|
198
|
-
Or use the **Agents** tab in Interf Compiler UI. Either surface mutates the same instance agent settings through the local service.
|
|
199
|
-
|
|
200
|
-
Readiness-check runs always resolve to the `verifier` role. Build Plan authoring runs ask the authoring agent to propose a `role` per stage based on the prompt content; missing roles default to `general`.
|
|
201
|
-
|
|
202
|
-
## How the Pieces Fit
|
|
203
|
-
|
|
204
|
-
The instance owns preparation state. A preparation declares a source binding (`{ kind: "local-folder", locator: <path> }`), requested artifacts, and a selected Build Plan. The current local engine still stores the selected Build Plan as `method_id` while the schema catches up. It stores preparation state and generated bytes in the instance data directory. A compile run processes the selected source files and produces the artifact locator the API returns. `interf test` checks source files and portable context against the same readiness checks.
|
|
205
|
-
|
|
206
|
-
Readiness is one `ready` / `not ready` status, not a separate score. Interf builds it from evidence primitives: Build Plan Artifact checks, proof records, file coverage, artifact validation, and readiness checks.
|
|
207
|
-
|
|
208
|
-
`interf web` runs the local Interf instance and serves Interf Compiler UI. The UI reads local-service resources: Source, Preparations, Build Plans, Method packages, compile runs, stages, proof, artifacts, readiness checks, and whether portable context is `ready` or `not ready`. It renders local instance state; it does not own compiler, Build Plan, Method-package, or readiness semantics.
|
|
209
|
-
|
|
210
|
-
Everywhere Interf shows a resource — Source, portable context, Build Plan files, run artifacts — the API returns a single locator shape: `{ kind, value }`. `local-path` means the engine has filesystem access to the same host as the user; `remote-url` is a signed URL the UI opens in a browser tab; `api-served` is a relative API route the UI fetches and renders inline. Local engines today return `local-path`; the same shape carries forward unchanged when a remote instance fronts the API.
|
|
211
|
-
|
|
212
|
-
## CLI Connection
|
|
213
|
-
|
|
214
|
-
The CLI is a thin authorized client of one connected instance. It carries one active connection record:
|
|
215
|
-
|
|
216
|
-
```text
|
|
217
|
-
{
|
|
218
|
-
"url": "http://127.0.0.1:4873",
|
|
219
|
-
"auth_token": null
|
|
220
|
-
}
|
|
221
|
-
```
|
|
222
|
-
|
|
223
|
-
`interf web` and `interf web start` write that record on startup. `interf login --url <remote>` writes a remote one (the cloud backend ships in a future release; the wire shape and config layer ship now). `interf logout` clears it.
|
|
224
|
-
|
|
225
|
-
If the connection is unreachable, every mutating command exits non-zero with:
|
|
226
|
-
|
|
227
|
-
```text
|
|
228
|
-
Not connected to any Interf instance.
|
|
229
|
-
Start one with `interf web` or `interf web start`, or set --url / `interf login` for a remote one.
|
|
230
|
-
```
|
|
231
|
-
|
|
232
|
-
There is no implicit auto-start. There is no per-folder pointer file. One mental model: client connects to instance, explicitly starts one, or doesn't.
|
|
233
|
-
|
|
234
|
-
## Readiness Checks
|
|
235
|
-
|
|
236
|
-
There are two checks in the system, and they answer different questions.
|
|
237
|
-
|
|
238
|
-
Build Plan Artifact checks check the build: did the plan produce the files, folders, Artifacts, and stage outputs it promised? Interf checks those while it compiles.
|
|
239
|
-
|
|
240
|
-
Readiness checks check the portable context: is this Preparation good enough for the specific agent work? They are the confidence layer on top of the portable context, not the product output.
|
|
241
|
-
|
|
242
|
-
In the setup flow, readiness checks often look like plain question-and-answer pairs. On the API, they live under each preparation's `checks[]`. They help define whether the portable context is `ready` or `not ready`. A check should be a small, verifiable fact or condition you already know from the files:
|
|
243
|
-
|
|
244
|
-
- one exact number from a chart, table, or filing
|
|
245
|
-
- one short statement that should be true or false
|
|
246
|
-
- one comparison across years, files, or sections
|
|
247
|
-
|
|
248
|
-
Interf proposes an initial set from the files and the description of the job agents need to do. You confirm, edit, or replace them. `interf test` runs those checks through the configured local agent against source files, portable context, or both. The portable context itself does not answer; the agent answers while using it.
|
|
249
|
-
|
|
250
|
-
A maintained readiness example in this repo uses one market report, two readiness checks, and two agents:
|
|
251
|
-
|
|
252
|
-
<!-- PUBLIC_BENCHMARK_TABLE:START -->
|
|
253
|
-
| Agent | Source files | Portable context |
|
|
254
|
-
| --- | --- | --- |
|
|
255
|
-
| Codex (GPT-5.4, xhigh) | `2/2` | `2/2` |
|
|
256
|
-
| Claude Code (Claude Opus 4.6, max) | `0/2` | `2/2` |
|
|
257
|
-
<!-- PUBLIC_BENCHMARK_TABLE:END -->
|
|
258
|
-
|
|
259
|
-
Codex passed from the source files; Claude Code only passed when working from Interf's portable context. Both numbers come from the same readiness-check pass. That is evidence about whether this portable context is `ready` for this agent work.
|
|
260
|
-
|
|
261
|
-
A maintained public test example uses this preparation:
|
|
262
|
-
|
|
263
|
-
<!-- PUBLIC_TEST_CHECKS:START -->
|
|
264
|
-
```text
|
|
265
|
-
{
|
|
266
|
-
"id": "cbre-chart-sanity",
|
|
267
|
-
"source": { "kind": "local-folder", "locator": "./task-files" },
|
|
268
|
-
"method_id": "interf-default",
|
|
269
|
-
"about": "Bristol historical take-up and availability chart lookup.",
|
|
270
|
-
"requested_artifacts": [
|
|
271
|
-
{
|
|
272
|
-
"title": "Guide to the report",
|
|
273
|
-
"checks": ["Every page is listed.", "Pages about Bristol charts are marked."]
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"title": "Annual take-up and availability figures",
|
|
277
|
-
"checks": ["Every figure has a page reference.", "Approximate chart-derived reads are labelled."]
|
|
278
|
-
}
|
|
279
|
-
],
|
|
280
|
-
"checks": [
|
|
281
|
-
{
|
|
282
|
-
"question": "What were Bristol's annual take-up values in 2018 and 2016?",
|
|
283
|
-
"answer": "Around half a million sq ft in 2018, roughly 0.45 to 0.6 million sq ft, and about 0.7 to 0.8 million sq ft in 2016. These are approximate chart-derived reads."
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"question": "What were Bristol's availability values in 2018 and 2016?",
|
|
287
|
-
"answer": "About 0.55 to 0.6 million sq ft in 2018 and about 1.2 to 1.3 million sq ft in 2016. These are approximate chart-derived reads."
|
|
288
|
-
}
|
|
289
|
-
]
|
|
290
|
-
}
|
|
291
|
-
```
|
|
292
|
-
<!-- PUBLIC_TEST_CHECKS:END -->
|
|
293
|
-
|
|
294
|
-
## What Interf Is Not
|
|
295
|
-
|
|
296
|
-
- Not a second brain or memory product. One preparation per agent job; nothing global.
|
|
297
|
-
- Not a vector store or RAG server. The portable context is plain files.
|
|
298
|
-
- Not a hosted data platform. The local instance runs on your machine; your bytes never leave it.
|
|
299
|
-
- Not an agent harness. Interf compiles the context; your existing agent reads the portable context.
|
|
300
|
-
|
|
301
|
-
## Useful Commands
|
|
302
|
-
|
|
303
|
-
- `interf web` — run the local engine in the foreground (Compiler UI + API)
|
|
304
|
-
- `interf web start` — start a managed background local engine for agent sessions
|
|
305
|
-
- `interf web stop` — kill the running local engine
|
|
306
|
-
- `interf prep ls / create / show / rm` — manage preparations
|
|
307
|
-
- `interf compile <prep-id>` — build portable context, returns the artifact locator
|
|
308
|
-
- `interf test <prep-id>` — run readiness checks against source files and/or portable context
|
|
309
|
-
- `interf method ls / show / install / draft / improve` — manage Build Plans / Method packages
|
|
310
|
-
- `interf agents ls / use / register / unregister / map / unmap` — manage connected agents and the role map
|
|
311
|
-
- `interf runs ls / status / cancel / fetch` — inspect runs
|
|
312
|
-
- `interf login / logout` — manage the active connection record (remote backend ships in a future release)
|
|
313
|
-
- `interf status` — show the active connection and a preparation summary
|
|
314
|
-
- `interf doctor --live` — check the local executor
|
|
315
|
-
|
|
316
|
-
## Public Assets
|
|
317
|
-
|
|
318
|
-
- [skills/interf](./skills/interf/) — bundled agent Skill for Interf.
|
|
319
|
-
- [plugins/interf](./plugins/interf/) — local MCP host bundle for agents that support local MCP servers.
|
|
320
|
-
- [methods/interf-default](./methods/interf-default/) — default Method package that ships with `@interf/compiler`.
|
|
321
|
-
|
|
322
|
-
Contributors: see [CONTRIBUTING.md](./CONTRIBUTING.md).
|
|
323
|
-
|
|
324
|
-
License: see [LICENSE.md](./LICENSE.md). © 2026 Interf Inc. All rights reserved.
|
|
325
|
-
Name and branding: see [TRADEMARKS.md](./TRADEMARKS.md).
|
package/TRADEMARKS.md
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
# Trademarks
|
|
2
|
-
|
|
3
|
-
`Interf`, the Interf word mark, and related logos are trademarks of Interf Inc.
|
|
4
|
-
|
|
5
|
-
The Interf marks are not licensed for public use. Public visibility of any
|
|
6
|
-
Interf code, docs, or package does not grant trademark or branding rights.
|
|
7
|
-
|
|
8
|
-
If you need official brand usage permission, contact Interf Inc.
|
|
@@ -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,10 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[87802,["/_next/static/chunks/0y0uj160p0ts~.js"],"ClientPageRoot"]
|
|
3
|
-
3: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"]
|
|
4
|
-
6:I[99198,["/_next/static/chunks/0y0uj160p0ts~.js"],"OutletBoundary"]
|
|
5
|
-
7:"$Sreact.suspense"
|
|
6
|
-
:HL["/_next/static/chunks/01646j7yi.w5a.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/01646j7yi.w5a.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/156xed-b6czaw.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0wpx5..8dnh0w.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0nypu~ddwxari.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/04d0ly-7xb~-j.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"tYHMLL9oKds1yDoNYgkPV"}
|
|
8
|
-
4:{}
|
|
9
|
-
5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
|
|
10
|
-
8:null
|
|
@@ -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,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":[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 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 +0,0 @@
|
|
|
1
|
-
.trace-viewer-module__1Ow0rq__traceNode{position:relative}.trace-viewer-module__1Ow0rq__childRow{flex-direction:row;align-items:flex-start;display:flex}.trace-viewer-module__1Ow0rq__spanNode{background-color:var(--span-background);color:var(--span-text);border:1px solid var(--span-border);text-overflow:ellipsis;white-space:nowrap;box-shadow:var(--ds-shadow-small);content-visibility:auto;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:2;border-radius:8px;flex-direction:row;align-items:center;padding:0;display:flex;position:absolute;overflow:hidden}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__huge{overflow:visible}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__huge .trace-viewer-module__1Ow0rq__spanName{flex:0 auto;position:sticky;left:0}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__huge .trace-viewer-module__1Ow0rq__spanSpacer{flex:1 0 0}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__huge .trace-viewer-module__1Ow0rq__spanDuration{background-color:var(--span-background);box-shadow:-8px 0 16px 8px var(--span-background);padding-left:6px;position:sticky;right:0}.trace-viewer-module__1Ow0rq__spanNode:after{width:var(--span-width);height:var(--row-height);content:"";position:absolute;top:-1px;left:-1px}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__small:not(.trace-viewer-module__1Ow0rq__xHover):after{top:-7px}.trace-viewer-module__1Ow0rq__spanNode:hover:not([data-selected]){filter:brightness(.95)}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__xHover{z-index:3;min-width:var(--span-width);background:linear-gradient(90deg, var(--span-background) calc(var(--span-width) - 1px), var(--span-line), var(--geist-background) calc(var(--span-width) + 1px));max-width:75%}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__xHover[data-right-side=true]{background:linear-gradient(270deg, var(--span-background) calc(var(--span-width) - 1px), var(--span-line), var(--geist-background) calc(var(--span-width) + 1px))}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__xHover .trace-viewer-module__1Ow0rq__spanName{max-width:max(var(--span-width), 40vw)}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__xHover .trace-viewer-module__1Ow0rq__spanDuration{box-shadow:none;background:0 0}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__small:not(.trace-viewer-module__1Ow0rq__xHover){background-color:var(--span-background);border-color:var(--span-border);border-radius:4px}.trace-viewer-module__1Ow0rq__spanNode[data-selected]{outline:2px solid var(--span-border);outline-offset:-1px;border-width:2px}.trace-viewer-module__1Ow0rq__spanNode[data-selected]:hover{filter:brightness(.95)}.trace-viewer-module__1Ow0rq__spanNodeEvent{height:var(--row-height);pointer-events:none;z-index:4;position:absolute}.trace-viewer-module__1Ow0rq__spanNodeEvent .trace-viewer-module__1Ow0rq__eventDiamond{--size:7px;--offset:-4px;left:var(--offset);bottom:calc(var(--offset) + 1px);width:var(--size);height:var(--size);border:1px solid var(--span-secondary);background:var(--span-background);transform-origin:50% 50% 0;border-radius:2px;position:absolute;transform:rotate(45deg)}.trace-viewer-module__1Ow0rq__spanNodeEvent.trace-viewer-module__1Ow0rq__customEventColor .trace-viewer-module__1Ow0rq__eventDiamond{border-color:var(--event-color,var(--span-border));background:var(--event-color,var(--span-background));opacity:.8}.trace-viewer-module__1Ow0rq__spanNodeEvent.trace-viewer-module__1Ow0rq__customEventColor .trace-viewer-module__1Ow0rq__hoverInfo{border-color:var(--span-border);background:var(--span-background)}.trace-viewer-module__1Ow0rq__spanNodeEvent.trace-viewer-module__1Ow0rq__customEventColor .trace-viewer-module__1Ow0rq__hoverInfo .trace-viewer-module__1Ow0rq__eventName{color:var(--span-text);font-weight:500}.trace-viewer-module__1Ow0rq__spanNodeEvent.trace-viewer-module__1Ow0rq__customEventColor .trace-viewer-module__1Ow0rq__hoverInfo .trace-viewer-module__1Ow0rq__eventTimestamp{color:var(--span-secondary)}.trace-viewer-module__1Ow0rq__spanNodeEvent .trace-viewer-module__1Ow0rq__hoverInfo{background:var(--span-background);border:1px solid var(--span-border);box-shadow:var(--ds-shadow-small);border-radius:6px;flex-direction:row;align-items:center;gap:6px;margin-top:-1px;padding:3px 6px;font-size:12px;line-height:1;display:none;position:absolute;top:100%;transform:translateY(-50%)}.trace-viewer-module__1Ow0rq__spanNodeEvent .trace-viewer-module__1Ow0rq__hoverInfo.trace-viewer-module__1Ow0rq__alignStart{padding-left:18px;left:-10px}.trace-viewer-module__1Ow0rq__spanNodeEvent .trace-viewer-module__1Ow0rq__hoverInfo.trace-viewer-module__1Ow0rq__alignEnd{padding-right:18px;right:-10px}.trace-viewer-module__1Ow0rq__spanNodeEvent .trace-viewer-module__1Ow0rq__hoverInfo .trace-viewer-module__1Ow0rq__eventName{color:var(--span-text)}.trace-viewer-module__1Ow0rq__spanNodeEvent .trace-viewer-module__1Ow0rq__hoverInfo .trace-viewer-module__1Ow0rq__eventTimestamp{color:var(--span-secondary);font-variant-numeric:tabular-nums}.trace-viewer-module__1Ow0rq__spanNodeEvent[data-hovered=true]{z-index:4}.trace-viewer-module__1Ow0rq__spanNodeEvent[data-hovered=true] .trace-viewer-module__1Ow0rq__eventDiamond{background:var(--span-text);border-color:var(--span-text)}.trace-viewer-module__1Ow0rq__spanNodeEvent[data-hovered=true] .trace-viewer-module__1Ow0rq__hoverInfo{display:flex}.trace-viewer-module__1Ow0rq__colorVercel{--span-background:var(--ds-background-100);--span-border:var(--ds-gray-500);--span-line:var(--ds-gray-400);--span-text:var(--ds-gray-1000);--span-secondary:var(--ds-gray-900);--geist-background:var(--ds-gray-100)}.trace-viewer-module__1Ow0rq__color0{--span-background:var(--ds-teal-200);--span-border:var(--ds-teal-500);--span-line:var(--ds-teal-400);--span-text:var(--ds-gray-1000);--span-secondary:var(--ds-teal-900)}.trace-viewer-module__1Ow0rq__color1{--span-background:var(--ds-blue-200);--span-border:var(--ds-blue-500);--span-line:var(--ds-blue-400);--span-text:var(--ds-gray-1000);--span-secondary:var(--ds-blue-900)}.trace-viewer-module__1Ow0rq__color2{--span-background:var(--ds-green-200);--span-border:var(--ds-green-500);--span-line:var(--ds-green-400);--span-text:var(--ds-gray-1000);--span-secondary:var(--ds-green-900)}.trace-viewer-module__1Ow0rq__color3{--span-background:var(--ds-purple-200);--span-border:var(--ds-purple-500);--span-line:var(--ds-purple-400);--span-text:var(--ds-gray-1000);--span-secondary:var(--ds-purple-900)}.trace-viewer-module__1Ow0rq__color4{--span-background:var(--ds-pink-200);--span-border:var(--ds-pink-500);--span-line:var(--ds-pink-400);--span-text:var(--ds-gray-1000);--span-secondary:var(--ds-pink-900)}.trace-viewer-module__1Ow0rq__colorHighlight{--span-background:var(--ds-amber-200);--span-border:var(--ds-amber-500);--span-line:var(--ds-amber-400);--span-text:var(--ds-gray-1000);--span-secondary:var(--ds-amber-900)}.trace-viewer-module__1Ow0rq__unlit{opacity:.3}:is(.dark-theme,.dark) .trace-viewer-module__1Ow0rq__mapContainer canvas{filter:invert()}:is(:is(.dark-theme,.dark) .trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__small.trace-viewer-module__1Ow0rq__xHover,:is(.dark-theme,.dark) .trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__small:focus-visible):before{text-shadow:0 1px #000}:is(.dark-theme,.dark) .trace-viewer-module__1Ow0rq__spanNode:hover:not([data-selected]),:is(.dark-theme,.dark) .trace-viewer-module__1Ow0rq__spanNode[data-selected]:hover{filter:brightness(1.05)}@media (prefers-color-scheme:dark){:root:not(.light) .trace-viewer-module__1Ow0rq__mapContainer canvas{filter:invert()}:is(:root:not(.light) .trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__small.trace-viewer-module__1Ow0rq__xHover,:root:not(.light) .trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__small:focus-visible):before{text-shadow:0 1px #000}:root:not(.light) .trace-viewer-module__1Ow0rq__spanNode:hover:not([data-selected]),:root:not(.light) .trace-viewer-module__1Ow0rq__spanNode[data-selected]:hover{filter:brightness(1.05)}}.trace-viewer-module__1Ow0rq__spanName{text-align:left;text-overflow:ellipsis;z-index:1;flex:auto;padding-inline:6px;position:relative;overflow:hidden}.trace-viewer-module__1Ow0rq__spanDuration{font-variant-numeric:tabular-nums;color:var(--span-secondary,var(--ds-gray-alpha-700));z-index:1;flex:none;padding-right:6px;position:relative}.trace-viewer-module__1Ow0rq__spanDetailPanel{flex-direction:column;flex:0 auto;justify-content:flex-start;align-items:stretch;height:100%;display:flex}.trace-viewer-module__1Ow0rq__spanDetailPanelResizer{cursor:col-resize;z-index:1;width:20px;height:100%;display:none;position:absolute;top:0;left:0}@media (hover:hover){.trace-viewer-module__1Ow0rq__spanDetailPanelResizer{display:block}}.trace-viewer-module__1Ow0rq__spanDetailPanelTop{flex-direction:row;flex:0 auto;justify-content:space-between;align-items:stretch;display:flex;position:relative}.trace-viewer-module__1Ow0rq__spanDetailPanelBody{flex-direction:column;flex:1 1 0;justify-content:flex-start;align-items:stretch;gap:12px;min-height:0;padding:16px 12px 24px;display:flex;overflow:hidden auto}.trace-viewer-module__1Ow0rq__spanDetailPanelTopInfo{--row-height:32px;border-bottom:1px solid var(--border-color);flex-direction:row;flex:0 auto;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:12px;display:flex}.trace-viewer-module__1Ow0rq__spanNameDetailPanel{font-size:inherit;color:var(--ds-gray-1000);word-break:break-word}.trace-viewer-module__1Ow0rq__spanDetailPanelTruncatedHeading{flex-direction:row;flex:0 100%;justify-content:flex-start;align-items:center;gap:8px;display:flex;overflow:hidden}.trace-viewer-module__1Ow0rq__spanDetailPanelName{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ds-gray-1000);flex:1 1 0;font-size:12px;font-weight:500;overflow:hidden}.trace-viewer-module__1Ow0rq__spanDetailPanelDuration{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--ds-gray-600);background-color:var(--ds-gray-200);border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:10px}.trace-viewer-module__1Ow0rq__spanDetailPanelCorner{height:var(--row-height);flex-direction:row;flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.trace-viewer-module__1Ow0rq__spanDetailPanelCornerInner{flex-direction:row;flex:0 auto;justify-content:flex-start;align-items:stretch;display:flex}.trace-viewer-module__1Ow0rq__spanDetailPanelCloseVerticalRule{border-left:1px solid var(--ds-gray-300);height:16px}.trace-viewer-module__1Ow0rq__spanDetailPanelClose{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.trace-viewer-module__1Ow0rq__spanDetailPanelClose:hover,.trace-viewer-module__1Ow0rq__spanDetailPanelClose:focus-visible{background-color:var(--ds-gray-200)}.trace-viewer-module__1Ow0rq__spanDetailPanelAttribute{border-bottom:1px solid var(--border-color);flex-direction:row;justify-content:space-between;align-items:center;gap:16px;margin:0;padding-block:8px;font-size:14px;line-height:1.4;display:flex}.trace-viewer-module__1Ow0rq__spanDetailPanelAttribute:last-child{border-bottom:none}.trace-viewer-module__1Ow0rq__spanDetailPanelAttributeKey{font-size:inherit;color:var(--ds-gray-900);flex:none;margin:0;padding-left:8px}.trace-viewer-module__1Ow0rq__spanDetailPanelAttributeValue{font-family:var(--font-mono);white-space:nowrap;text-overflow:ellipsis;flex:0 auto;margin:0;padding-right:8px;font-size:13px;overflow-x:hidden}.trace-viewer-module__1Ow0rq__spanDetailPanelQuickLink{color:inherit;text-decoration:none}.trace-viewer-module__1Ow0rq__spanDetailPanelQuickLink:hover .trace-viewer-module__1Ow0rq__spanDetailPanelQuickLinkLabel{text-decoration:underline}.trace-viewer-module__1Ow0rq__spanDetailPanelQuickLinkLabel{font:inherit;flex-direction:row;align-items:center;gap:8px;display:flex}.trace-viewer-module__1Ow0rq__detailGroup{flex-direction:column;flex:0 auto;justify-content:flex-start;align-items:stretch;display:flex}.trace-viewer-module__1Ow0rq__detailGroup:after{background:var(--border-color);content:"";height:1px;margin:12px -12px 0}.trace-viewer-module__1Ow0rq__detailHeading{color:var(--ds-gray-1000);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:6px;flex-direction:row;justify-content:space-between;align-items:center;padding:8px;font-family:inherit;font-size:14px;font-weight:500;display:flex}.trace-viewer-module__1Ow0rq__detailHeading:hover,.trace-viewer-module__1Ow0rq__detailHeading:focus-visible{background-color:var(--ds-gray-100)}.trace-viewer-module__1Ow0rq__buttonLink{color:var(--ds-gray-1000);background-color:var(--ds-background-100);border:1px solid var(--accents-2);border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:12px;line-height:1;text-decoration:none;display:inline-flex}.trace-viewer-module__1Ow0rq__buttonLink:hover,.trace-viewer-module__1Ow0rq__buttonLink:focus-visible{background-color:var(--ds-gray-100)}.trace-viewer-module__1Ow0rq__note{color:var(--ds-gray-900);background-color:var(--ds-background-100);border:1px solid var(--ds-gray-300);border-radius:6px;padding:8px 10px}.trace-viewer-module__1Ow0rq__skeleton{background-color:var(--ds-gray-200);border-radius:4px;display:inline-block}.trace-viewer-module__1Ow0rq__skeletonRounded{border-radius:50%}.trace-viewer-module__1Ow0rq__detailGroup.trace-viewer-module__1Ow0rq__collapsed .trace-viewer-module__1Ow0rq__detailHeadingIcon{transform:rotate(-90deg)}.trace-viewer-module__1Ow0rq__infraSpanDescription{color:var(--ds-gray-900);flex-direction:column;gap:16px;padding:8px;font-size:14px;line-height:1.4;display:flex}.trace-viewer-module__1Ow0rq__ancestorNode{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:6px;padding:8px;font-family:inherit;font-size:13px}.trace-viewer-module__1Ow0rq__ancestorNode:hover,.trace-viewer-module__1Ow0rq__ancestorNode:focus-visible{background:var(--ds-gray-100)}.trace-viewer-module__1Ow0rq__ancestorText{color:var(--ds-gray-900);white-space:nowrap;flex-direction:row;justify-content:space-between;align-items:center;gap:4px;display:flex}.trace-viewer-module__1Ow0rq__ancestorName{text-overflow:ellipsis;overflow:hidden}.trace-viewer-module__1Ow0rq__ancestorDuration{font-variant-numeric:tabular-nums}.trace-viewer-module__1Ow0rq__ancestorLineContainer{background-color:var(--ds-gray-alpha-400);width:100%;height:1px;margin-top:6px;display:block;position:relative}.trace-viewer-module__1Ow0rq__ancestorLineContainer:before,.trace-viewer-module__1Ow0rq__ancestorLineContainer:after{background-color:inherit;content:"";width:1px;height:5px;position:absolute;top:-2px}.trace-viewer-module__1Ow0rq__ancestorLineContainer:before{left:0}.trace-viewer-module__1Ow0rq__ancestorLineContainer:after{right:0}.trace-viewer-module__1Ow0rq__ancestorLine{background-color:var(--span-background);border:1px solid var(--span-line);border-radius:1px;height:5px;position:absolute;top:-2px}:is(.trace-viewer-module__1Ow0rq__ancestorNode:hover,.trace-viewer-module__1Ow0rq__ancestorNode:focus-visible,.trace-viewer-module__1Ow0rq__ancestorNode:last-of-type) .trace-viewer-module__1Ow0rq__ancestorName{color:var(--ds-gray-1000)}:is(.trace-viewer-module__1Ow0rq__ancestorNode:hover,.trace-viewer-module__1Ow0rq__ancestorNode:focus-visible,.trace-viewer-module__1Ow0rq__ancestorNode:last-of-type) .trace-viewer-module__1Ow0rq__ancestorLine{background-color:var(--span-line);border-color:var(--span-border)}.trace-viewer-module__1Ow0rq__zoomButtonGroup{background-color:var(--geist-background);box-shadow:var(--ds-shadow-small);border:1px solid var(--accents-2);border-radius:10ex;flex-direction:row;flex:0 auto;justify-content:flex-start;align-items:stretch;animation:.3s .3s backwards trace-viewer-module__1Ow0rq__zoom-buttons-fade-in;display:inline-flex}@keyframes trace-viewer-module__1Ow0rq__zoom-buttons-fade-in{0%{opacity:0}to{opacity:1}}.trace-viewer-module__1Ow0rq__zoomButton{width:38px;height:32px;color:var(--accents-5);cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;padding:6px;display:flex;box-shadow:none!important}.trace-viewer-module__1Ow0rq__zoomButton:hover,.trace-viewer-module__1Ow0rq__zoomButton:focus-visible{color:var(--accents-7)}.trace-viewer-module__1Ow0rq__zoomButton:hover{color:var(--accents-7);background-color:#0000}.trace-viewer-module__1Ow0rq__divider{background-color:var(--accents-2);width:1px;margin:-1px}.trace-viewer-module__1Ow0rq__markersContainer{width:100%;height:calc(100% - var(--scrollbar-width));z-index:4;pointer-events:none;line-height:1;position:absolute;top:-8px;left:-8px}.trace-viewer-module__1Ow0rq__markers{gap:calc(var(--marker-width) - 1px);height:var(--marker-height);background:var(--ds-background-200);box-shadow:0 4px 8px 0 var(--ds-background-200);border-bottom:1px solid var(--marker-color);flex-direction:row;padding-left:8px;display:flex;position:sticky;top:0;overflow:hidden}.trace-viewer-module__1Ow0rq__marker{border-left:1px solid var(--marker-color);font-variant-numeric:tabular-nums;color:var(--ds-gray-900);height:var(--marker-height);flex:0 0 1px;font-size:10px;position:relative}.trace-viewer-module__1Ow0rq__marker.trace-viewer-module__1Ow0rq__notch{top:calc(var(--marker-height) - var(--marker-notch-height));height:var(--marker-notch-height)}.trace-viewer-module__1Ow0rq__markerLabel{color:var(--ds-gray-900);-webkit-user-select:none;user-select:none;white-space:nowrap;position:absolute;bottom:6px;left:2px}.trace-viewer-module__1Ow0rq__markerClockTime{color:var(--ds-gray-alpha-500);letter-spacing:.02em;white-space:nowrap;margin-top:1px;font-size:9px;display:block}.trace-viewer-module__1Ow0rq__eventMarkersContainer{width:var(--timeline-scroll-width);height:calc(100% - var(--scrollbar-width));z-index:1;pointer-events:none;line-height:1;position:absolute;top:-8px}.trace-viewer-module__1Ow0rq__eventMarkers{height:calc(100% + 2 * var(--timeline-padding));position:sticky;top:0;overflow:hidden}.trace-viewer-module__1Ow0rq__eventMarker{border-left:1px dotted var(--ds-gray-500);height:100%;position:absolute}.trace-viewer-module__1Ow0rq__cursorMarkerStickyParent{width:var(--timeline-scroll-width);height:calc(100% + 2 * var(--timeline-padding));pointer-events:none;position:absolute;top:-8px;left:0}.trace-viewer-module__1Ow0rq__cursorMarkerLabelContainer{z-index:5;pointer-events:none;width:1px;height:100%;display:none;position:sticky;top:0;left:0}.trace-viewer-module__1Ow0rq__cursorMarkerLabel{width:1px;height:var(--marker-height);background-color:var(--marker-color);position:sticky;top:4px}.trace-viewer-module__1Ow0rq__cursorMarkerLabel[data-text]:before{font-variant-numeric:tabular-nums;background-color:var(--ds-background-100);height:18px;color:var(--ds-gray-900);border:1px solid var(--ds-gray-500);box-shadow:var(--ds-shadow-small);content:attr(data-text);border-radius:10ex;margin:0;padding:0 6px;font-size:10px;font-weight:500;line-height:16px;position:absolute;top:0;left:0;transform:translate(-50%)}.trace-viewer-module__1Ow0rq__cursorMarkerLabel[data-align=left]:before{transform:unset;left:-6px}.trace-viewer-module__1Ow0rq__cursorMarkerLabel[data-align=right]:before{left:unset;transform:unset;right:-6px}.trace-viewer-module__1Ow0rq__cursorMarkerContainer{pointer-events:none;width:1px;height:100%;position:sticky;top:0}.trace-viewer-module__1Ow0rq__cursorMarker{background-color:var(--marker-color);z-index:1;width:1px;height:100%;display:none;position:sticky;top:0}.trace-viewer-module__1Ow0rq__cursorSelection{background-color:var(--ds-gray-100);border-inline:1px solid var(--ds-gray-300);flex-direction:row;justify-content:space-between;align-items:flex-end;gap:8px;height:100%;display:none;position:absolute;top:0}.trace-viewer-module__1Ow0rq__cursorSelection:before,.trace-viewer-module__1Ow0rq__cursorSelection:after{font-variant-numeric:tabular-nums;background-color:var(--ds-background-100);height:18px;color:var(--ds-gray-900);border:1px solid var(--ds-gray-500);box-shadow:var(--ds-shadow-small);white-space:nowrap;border-radius:10ex;padding:0 6px;font-size:10px;font-weight:500;line-height:16px;position:sticky;bottom:8px}.trace-viewer-module__1Ow0rq__cursorSelection:before{content:attr(data-range);margin-left:8px}.trace-viewer-module__1Ow0rq__cursorSelection:after{content:attr(data-duration);margin-right:8px}@keyframes trace-viewer-module__1Ow0rq__span-skeleton{0%{opacity:.6}to{opacity:.3}}.trace-viewer-module__1Ow0rq__traceViewer.trace-viewer-module__1Ow0rq__skeleton *{pointer-events:none!important}.trace-viewer-module__1Ow0rq__traceViewer.trace-viewer-module__1Ow0rq__skeleton .trace-viewer-module__1Ow0rq__mapCanvas,.trace-viewer-module__1Ow0rq__traceViewer.trace-viewer-module__1Ow0rq__skeleton .trace-viewer-module__1Ow0rq__markerLabel{display:none}.trace-viewer-module__1Ow0rq__traceViewer.trace-viewer-module__1Ow0rq__skeleton .trace-viewer-module__1Ow0rq__spanNode{animation:1s infinite alternate trace-viewer-module__1Ow0rq__span-skeleton}.trace-viewer-module__1Ow0rq__traceViewer.trace-viewer-module__1Ow0rq__skeleton .trace-viewer-module__1Ow0rq__spanNode *{display:none}.trace-viewer-module__1Ow0rq__traceViewer.trace-viewer-module__1Ow0rq__skeleton .trace-viewer-module__1Ow0rq__zoomButtonTraceViewer{display:none}.trace-viewer-module__1Ow0rq__traceViewer .trace-viewer-module__1Ow0rq__markers{border-top:1px solid var(--marker-color);border-bottom:none}.trace-viewer-module__1Ow0rq__traceViewer .trace-viewer-module__1Ow0rq__marker.trace-viewer-module__1Ow0rq__notch{top:0}.trace-viewer-module__1Ow0rq__traceViewer .trace-viewer-module__1Ow0rq__markerLabel{bottom:3px}.trace-viewer-module__1Ow0rq__traceViewer .trace-viewer-module__1Ow0rq__cursorMarkerLabel{top:8px}.trace-viewer-module__1Ow0rq__timeline:hover .trace-viewer-module__1Ow0rq__cursorMarkerLabelContainer,.trace-viewer-module__1Ow0rq__timeline:hover .trace-viewer-module__1Ow0rq__cursorMarker{display:block}.trace-viewer-module__1Ow0rq__searchBar{left:0;top:var(--search-gap);gap:var(--search-gap);width:100%;padding-inline:var(--search-gap);height:var(--search-height);flex-direction:row;display:flex;position:absolute}.trace-viewer-module__1Ow0rq__searchInput{height:var(--search-height);background:var(--ds-background-100);flex:0 100%;position:relative}.trace-viewer-module__1Ow0rq__searchInputLabel{box-shadow:0 0 0 1px var(--border-color,var(--ds-gray-alpha-400));border-radius:6px;justify-content:center;align-items:center;display:flex}.trace-viewer-module__1Ow0rq__searchInputLabel input{background:0 0;border:none;outline:none;margin-left:-16px;padding-inline:12px;font-family:inherit;font-size:14px}.trace-viewer-module__1Ow0rq__searchInputLabel input::-webkit-search-decoration{display:none}.trace-viewer-module__1Ow0rq__searchInputLabel input::-webkit-search-cancel-button{display:none}.trace-viewer-module__1Ow0rq__searchInputLabel input::-webkit-search-results-button{display:none}.trace-viewer-module__1Ow0rq__searchInputLabel input::-webkit-search-results-decoration{display:none}.trace-viewer-module__1Ow0rq__searchInputPrefix{width:var(--search-height);height:var(--search-height);color:var(--ds-gray-800);justify-content:center;align-items:center;display:flex}.trace-viewer-module__1Ow0rq__mapContainer{left:0;top:calc(var(--search-height) + 2 * var(--search-gap));cursor:move;position:absolute}.trace-viewer-module__1Ow0rq__mapCanvas{z-index:1;pointer-events:none;mix-blend-mode:multiply;position:absolute;top:0;left:0}:is(.dark-theme .trace-viewer-module__1Ow0rq__mapCanvas,.dark .trace-viewer-module__1Ow0rq__mapCanvas){mix-blend-mode:screen}@media (prefers-color-scheme:dark){:root:not(.light) .trace-viewer-module__1Ow0rq__mapCanvas{mix-blend-mode:screen}}.trace-viewer-module__1Ow0rq__mapThumb{height:var(--map-height);background:var(--ds-gray-alpha-200);border:1px solid var(--ds-gray-alpha-400);box-shadow:var(--ds-shadow-small);transform:translateX(var(--timeline-padding));pointer-events:none;border-radius:3px;position:absolute;top:0}.trace-viewer-module__1Ow0rq__traceViewer,.trace-viewer-module__1Ow0rq__spanDetailPanelTraceViewer{--border-color:var(--ds-gray-300);--marker-color:var(--ds-gray-300)}.trace-viewer-module__1Ow0rq__traceViewer{--scrollbar-width:0;font-family:var(--font-sans);text-rendering:optimizelegibility;-moz-text-size-adjust:100%;text-size-adjust:100%;background-color:var(--ds-background-200);display:flex;position:relative}.trace-viewer-module__1Ow0rq__traceViewer button{font-family:inherit}.trace-viewer-module__1Ow0rq__traceViewerContent{left:0;top:calc(var(--search-height) + 3 * var(--search-gap) + var(--map-height));width:calc(var(--timeline-width) + 2 * var(--timeline-padding));height:calc(var(--timeline-height) - 2 * var(--timeline-padding) - var(--scrollbar-width) - var(--marker-height) - var(--search-height));position:absolute}.trace-viewer-module__1Ow0rq__traceViewerContent.trace-viewer-module__1Ow0rq__inert{display:none}.trace-viewer-module__1Ow0rq__timeline{width:calc(var(--timeline-width) + 2 * var(--timeline-padding));height:var(--timeline-height);-webkit-overflow-scrolling:touch;font-size:13px;position:relative;overflow:scroll}.trace-viewer-module__1Ow0rq__zoomButtonTraceViewer{bottom:calc(-12px - var(--search-height) - var(--scrollbar-width));right:calc(var(--scrollbar-width) + 12px);z-index:10;position:absolute}.trace-viewer-module__1Ow0rq__spanDetailPanelTraceViewer{right:0;top:calc(var(--search-height) + 2 * var(--search-gap) + var(--map-height) + 9px);width:var(--panel-width);border-top:1px solid var(--ds-gray-200);border-left:1px solid var(--ds-gray-200);background-color:var(--geist-background);z-index:10;margin-top:-1px;position:absolute;bottom:0}.trace-viewer-module__1Ow0rq__spanDetailPanelTraceViewer.trace-viewer-module__1Ow0rq__hidden{display:none}.trace-viewer-module__1Ow0rq__spanDetailPanelTraceViewer.trace-viewer-module__1Ow0rq__mobile{--panel-width:calc(var(--timeline-width) + 2 * var(--timeline-padding));border-left:none;top:0}.trace-viewer-module__1Ow0rq__spanRunning,.trace-viewer-module__1Ow0rq__spanPending{--span-background:var(--ds-blue-200);--span-border:var(--ds-blue-500);--span-line:var(--ds-blue-400);--span-text:var(--ds-gray-1000);--span-secondary:var(--ds-blue-900)}.trace-viewer-module__1Ow0rq__spanCompleted{--span-background:var(--ds-green-200);--span-border:var(--ds-green-500);--span-line:var(--ds-green-400);--span-text:var(--ds-gray-1000);--span-secondary:var(--ds-green-900)}.trace-viewer-module__1Ow0rq__spanCancelled{--span-background:var(--ds-amber-200);--span-border:var(--ds-amber-500);--span-line:var(--ds-amber-400);--span-text:var(--ds-gray-1000);--span-secondary:var(--ds-amber-900)}.trace-viewer-module__1Ow0rq__spanFailed{--span-background:var(--ds-red-200);--span-border:var(--ds-red-500);--span-line:var(--ds-red-400);--span-text:var(--ds-gray-1000);--span-secondary:var(--ds-red-900)}.trace-viewer-module__1Ow0rq__spanPendingStriped{--span-background:repeating-linear-gradient(45deg, var(--ds-blue-200), var(--ds-blue-200) 10px, color-mix(in srgb, var(--ds-blue-200) 70%, white) 10px, color-mix(in srgb, var(--ds-blue-200) 70%, white) 20px);--span-border:var(--ds-blue-500);--span-line:var(--ds-blue-400);--span-text:var(--ds-gray-1000);--span-secondary:var(--ds-blue-900)}.trace-viewer-module__1Ow0rq__hasQueuedTime:before{content:"";left:var(--queued-width);border-left:2px dotted var(--ds-gray-700);pointer-events:none;height:100%;position:absolute}.trace-viewer-module__1Ow0rq__spanSleep{--span-background:var(--ds-amber-200);--span-border:var(--ds-amber-500);--span-line:var(--ds-amber-400);--span-text:var(--ds-gray-1000);--span-secondary:var(--ds-amber-900)}.trace-viewer-module__1Ow0rq__spanHook{--span-background:var(--ds-gray-200);--span-border:var(--ds-gray-500);--span-line:var(--ds-gray-400);--span-text:var(--ds-gray-1000);--span-secondary:var(--ds-gray-900)}.trace-viewer-module__1Ow0rq__segmentLayer{z-index:0;border-radius:inherit;pointer-events:none;position:absolute;inset:0}.trace-viewer-module__1Ow0rq__segment{pointer-events:auto;position:absolute;top:0;bottom:0;overflow:hidden}.trace-viewer-module__1Ow0rq__segmentLabel{font-variant-numeric:tabular-nums;white-space:nowrap;height:100%;color:var(--ds-gray-900);opacity:.7;pointer-events:none;-webkit-user-select:none;user-select:none;align-items:center;padding:0 4px;font-size:9px;display:flex}.trace-viewer-module__1Ow0rq__segmentTag{font-variant-numeric:tabular-nums;opacity:.6;white-space:nowrap;font-size:10px}.trace-viewer-module__1Ow0rq__segQueued{background:repeating-linear-gradient(45deg, var(--ds-gray-alpha-200), var(--ds-gray-alpha-200) 6px, var(--ds-gray-alpha-100) 6px, var(--ds-gray-alpha-100) 12px)}.trace-viewer-module__1Ow0rq__segRunning{background-color:var(--ds-blue-200)}.trace-viewer-module__1Ow0rq__segFailed{background-color:var(--ds-red-200)}.trace-viewer-module__1Ow0rq__segRetrying{background:repeating-linear-gradient(45deg, var(--ds-gray-alpha-200), var(--ds-gray-alpha-200) 6px, var(--ds-gray-alpha-100) 6px, var(--ds-gray-alpha-100) 12px)}.trace-viewer-module__1Ow0rq__segSucceeded{background-color:var(--ds-green-200)}.trace-viewer-module__1Ow0rq__segWaiting{background:repeating-linear-gradient(45deg, var(--ds-gray-alpha-200), var(--ds-gray-alpha-200) 6px, var(--ds-gray-alpha-100) 6px, var(--ds-gray-alpha-100) 12px)}.trace-viewer-module__1Ow0rq__segSleeping{background-color:var(--ds-amber-200)}.trace-viewer-module__1Ow0rq__segReceived{background-color:var(--ds-blue-200)}.trace-viewer-module__1Ow0rq__boundaryMarker .trace-viewer-module__1Ow0rq__boundaryLine{z-index:0;background-color:#0000;width:1px;transition:background-color .15s;position:absolute;top:0;bottom:0;left:-.5px}.trace-viewer-module__1Ow0rq__boundaryMarker[data-hovered=true] .trace-viewer-module__1Ow0rq__boundaryLine{background-color:var(--ds-gray-alpha-400)}.trace-viewer-module__1Ow0rq__boundaryMarker .trace-viewer-module__1Ow0rq__hoverInfo{z-index:1}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__hasSegments{background-color:#0000}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__hasSegments.trace-viewer-module__1Ow0rq__small:not(.trace-viewer-module__1Ow0rq__xHover){background-color:#0000}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__hasSegments.trace-viewer-module__1Ow0rq__xHover{min-width:var(--span-width);max-width:var(--span-width);background:0 0}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__hasSegments.trace-viewer-module__1Ow0rq__xHover[data-right-side=true]{background:0 0}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__hasSegments .trace-viewer-module__1Ow0rq__spanDuration{box-shadow:none;background-color:#0000}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__hasSegments:after{pointer-events:none}.trace-viewer-module__1Ow0rq__spanNode.trace-viewer-module__1Ow0rq__hasSegments .trace-viewer-module__1Ow0rq__segmentLayer{pointer-events:auto}.trace-viewer-module__1Ow0rq__eventFailed{--event-color:var(--ds-red-600);--span-background:var(--ds-red-100);--span-border:var(--ds-red-500);--span-text:var(--ds-red-900);--span-secondary:var(--ds-red-700)}.trace-viewer-module__1Ow0rq__eventRetrying{--event-color:var(--ds-amber-600);--span-background:var(--ds-amber-100);--span-border:var(--ds-amber-500);--span-text:var(--ds-amber-900);--span-secondary:var(--ds-amber-700)}.trace-viewer-module__1Ow0rq__eventHook{--event-color:var(--ds-purple-600);--span-background:var(--ds-purple-100);--span-border:var(--ds-purple-500);--span-text:var(--ds-purple-900);--span-secondary:var(--ds-purple-700)}.trace-viewer-module__1Ow0rq__eventDefault{--event-color:var(--ds-blue-600);--span-background:var(--ds-blue-100);--span-border:var(--ds-blue-500);--span-text:var(--ds-blue-900);--span-secondary:var(--ds-blue-700)}
|