@owlmeans/viable-common 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +68 -0
- package/agent-meta/manifest.json +16 -0
- package/agent-meta/skills/viable-common/SKILL.md +179 -0
- package/build/agent/index.d.ts +4 -0
- package/build/agent/index.d.ts.map +1 -0
- package/build/agent/index.js +3 -0
- package/build/agent/index.js.map +1 -0
- package/build/agent/memory.d.ts +12 -0
- package/build/agent/memory.d.ts.map +1 -0
- package/build/agent/memory.js +11 -0
- package/build/agent/memory.js.map +1 -0
- package/build/agent/spectator/consts.d.ts +9 -0
- package/build/agent/spectator/consts.d.ts.map +1 -0
- package/build/agent/spectator/consts.js +10 -0
- package/build/agent/spectator/consts.js.map +1 -0
- package/build/agent/spectator/index.d.ts +3 -0
- package/build/agent/spectator/index.d.ts.map +1 -0
- package/build/agent/spectator/index.js +2 -0
- package/build/agent/spectator/index.js.map +1 -0
- package/build/agent/spectator/types.d.ts +13 -0
- package/build/agent/spectator/types.d.ts.map +1 -0
- package/build/agent/spectator/types.js +2 -0
- package/build/agent/spectator/types.js.map +1 -0
- package/build/agent/types.d.ts +10 -0
- package/build/agent/types.d.ts.map +1 -0
- package/build/agent/types.js +2 -0
- package/build/agent/types.js.map +1 -0
- package/build/areas/consts.d.ts +88 -0
- package/build/areas/consts.d.ts.map +1 -0
- package/build/areas/consts.js +106 -0
- package/build/areas/consts.js.map +1 -0
- package/build/areas/index.d.ts +3 -0
- package/build/areas/index.d.ts.map +1 -0
- package/build/areas/index.js +2 -0
- package/build/areas/index.js.map +1 -0
- package/build/areas/types.d.ts +28 -0
- package/build/areas/types.d.ts.map +1 -0
- package/build/areas/types.js +2 -0
- package/build/areas/types.js.map +1 -0
- package/build/ba/consts.d.ts +38 -0
- package/build/ba/consts.d.ts.map +1 -0
- package/build/ba/consts.js +41 -0
- package/build/ba/consts.js.map +1 -0
- package/build/ba/helpers.d.ts +41 -0
- package/build/ba/helpers.d.ts.map +1 -0
- package/build/ba/helpers.js +79 -0
- package/build/ba/helpers.js.map +1 -0
- package/build/ba/index.d.ts +5 -0
- package/build/ba/index.d.ts.map +1 -0
- package/build/ba/index.js +4 -0
- package/build/ba/index.js.map +1 -0
- package/build/ba/schemas.d.ts +13 -0
- package/build/ba/schemas.d.ts.map +1 -0
- package/build/ba/schemas.js +181 -0
- package/build/ba/schemas.js.map +1 -0
- package/build/ba/types.d.ts +113 -0
- package/build/ba/types.d.ts.map +1 -0
- package/build/ba/types.js +2 -0
- package/build/ba/types.js.map +1 -0
- package/build/blueprint/case.d.ts +73 -0
- package/build/blueprint/case.d.ts.map +1 -0
- package/build/blueprint/case.js +244 -0
- package/build/blueprint/case.js.map +1 -0
- package/build/blueprint/consts.d.ts +11 -0
- package/build/blueprint/consts.d.ts.map +1 -0
- package/build/blueprint/consts.js +11 -0
- package/build/blueprint/consts.js.map +1 -0
- package/build/blueprint/index.d.ts +6 -0
- package/build/blueprint/index.d.ts.map +1 -0
- package/build/blueprint/index.js +6 -0
- package/build/blueprint/index.js.map +1 -0
- package/build/blueprint/resolve.d.ts +51 -0
- package/build/blueprint/resolve.d.ts.map +1 -0
- package/build/blueprint/resolve.js +108 -0
- package/build/blueprint/resolve.js.map +1 -0
- package/build/blueprint/schemas.d.ts +41 -0
- package/build/blueprint/schemas.d.ts.map +1 -0
- package/build/blueprint/schemas.js +27 -0
- package/build/blueprint/schemas.js.map +1 -0
- package/build/blueprint/types.d.ts +186 -0
- package/build/blueprint/types.d.ts.map +1 -0
- package/build/blueprint/types.js +32 -0
- package/build/blueprint/types.js.map +1 -0
- package/build/branding.d.ts +19 -0
- package/build/branding.d.ts.map +1 -0
- package/build/branding.js +32 -0
- package/build/branding.js.map +1 -0
- package/build/connect/consts.d.ts +378 -0
- package/build/connect/consts.d.ts.map +1 -0
- package/build/connect/consts.js +425 -0
- package/build/connect/consts.js.map +1 -0
- package/build/connect/entrypoints.d.ts +41 -0
- package/build/connect/entrypoints.d.ts.map +1 -0
- package/build/connect/entrypoints.js +141 -0
- package/build/connect/entrypoints.js.map +1 -0
- package/build/connect/errors.d.ts +50 -0
- package/build/connect/errors.d.ts.map +1 -0
- package/build/connect/errors.js +77 -0
- package/build/connect/errors.js.map +1 -0
- package/build/connect/index.d.ts +8 -0
- package/build/connect/index.d.ts.map +1 -0
- package/build/connect/index.js +6 -0
- package/build/connect/index.js.map +1 -0
- package/build/connect/ops.d.ts +192 -0
- package/build/connect/ops.d.ts.map +1 -0
- package/build/connect/ops.js +2 -0
- package/build/connect/ops.js.map +1 -0
- package/build/connect/references.d.ts +194 -0
- package/build/connect/references.d.ts.map +1 -0
- package/build/connect/references.js +62 -0
- package/build/connect/references.js.map +1 -0
- package/build/connect/schemas.d.ts +59 -0
- package/build/connect/schemas.d.ts.map +1 -0
- package/build/connect/schemas.js +346 -0
- package/build/connect/schemas.js.map +1 -0
- package/build/connect/types.d.ts +428 -0
- package/build/connect/types.d.ts.map +1 -0
- package/build/connect/types.js +2 -0
- package/build/connect/types.js.map +1 -0
- package/build/consts.d.ts +9 -0
- package/build/consts.d.ts.map +1 -0
- package/build/consts.js +31 -0
- package/build/consts.js.map +1 -0
- package/build/convert/consts.d.ts +539 -0
- package/build/convert/consts.d.ts.map +1 -0
- package/build/convert/consts.js +630 -0
- package/build/convert/consts.js.map +1 -0
- package/build/convert/helpers.d.ts +91 -0
- package/build/convert/helpers.d.ts.map +1 -0
- package/build/convert/helpers.js +301 -0
- package/build/convert/helpers.js.map +1 -0
- package/build/convert/index.d.ts +11 -0
- package/build/convert/index.d.ts.map +1 -0
- package/build/convert/index.js +4 -0
- package/build/convert/index.js.map +1 -0
- package/build/convert/schemas.d.ts +62 -0
- package/build/convert/schemas.d.ts.map +1 -0
- package/build/convert/schemas.js +626 -0
- package/build/convert/schemas.js.map +1 -0
- package/build/convert/types.d.ts +683 -0
- package/build/convert/types.d.ts.map +1 -0
- package/build/convert/types.js +2 -0
- package/build/convert/types.js.map +1 -0
- package/build/design/consts.d.ts +25 -0
- package/build/design/consts.d.ts.map +1 -0
- package/build/design/consts.js +26 -0
- package/build/design/consts.js.map +1 -0
- package/build/design/helpers.d.ts +60 -0
- package/build/design/helpers.d.ts.map +1 -0
- package/build/design/helpers.js +221 -0
- package/build/design/helpers.js.map +1 -0
- package/build/design/index.d.ts +6 -0
- package/build/design/index.d.ts.map +1 -0
- package/build/design/index.js +5 -0
- package/build/design/index.js.map +1 -0
- package/build/design/runtime.d.ts +126 -0
- package/build/design/runtime.d.ts.map +1 -0
- package/build/design/runtime.js +65 -0
- package/build/design/runtime.js.map +1 -0
- package/build/design/schemas.d.ts +21 -0
- package/build/design/schemas.d.ts.map +1 -0
- package/build/design/schemas.js +369 -0
- package/build/design/schemas.js.map +1 -0
- package/build/design/types.d.ts +199 -0
- package/build/design/types.d.ts.map +1 -0
- package/build/design/types.js +2 -0
- package/build/design/types.js.map +1 -0
- package/build/dev/consts.d.ts +32 -0
- package/build/dev/consts.d.ts.map +1 -0
- package/build/dev/consts.js +33 -0
- package/build/dev/consts.js.map +1 -0
- package/build/dev/index.d.ts +4 -0
- package/build/dev/index.d.ts.map +1 -0
- package/build/dev/index.js +3 -0
- package/build/dev/index.js.map +1 -0
- package/build/dev/schemas.d.ts +15 -0
- package/build/dev/schemas.d.ts.map +1 -0
- package/build/dev/schemas.js +116 -0
- package/build/dev/schemas.js.map +1 -0
- package/build/dev/types.d.ts +42 -0
- package/build/dev/types.d.ts.map +1 -0
- package/build/dev/types.js +2 -0
- package/build/dev/types.js.map +1 -0
- package/build/execution/consts.d.ts +36 -0
- package/build/execution/consts.d.ts.map +1 -0
- package/build/execution/consts.js +37 -0
- package/build/execution/consts.js.map +1 -0
- package/build/execution/index.d.ts +3 -0
- package/build/execution/index.d.ts.map +1 -0
- package/build/execution/index.js +2 -0
- package/build/execution/index.js.map +1 -0
- package/build/execution/types.d.ts +50 -0
- package/build/execution/types.d.ts.map +1 -0
- package/build/execution/types.js +2 -0
- package/build/execution/types.js.map +1 -0
- package/build/index.d.ts +22 -0
- package/build/index.d.ts.map +1 -0
- package/build/index.js +21 -0
- package/build/index.js.map +1 -0
- package/build/integrity/consts.d.ts +226 -0
- package/build/integrity/consts.d.ts.map +1 -0
- package/build/integrity/consts.js +401 -0
- package/build/integrity/consts.js.map +1 -0
- package/build/integrity/index.d.ts +4 -0
- package/build/integrity/index.d.ts.map +1 -0
- package/build/integrity/index.js +3 -0
- package/build/integrity/index.js.map +1 -0
- package/build/integrity/types.d.ts +35 -0
- package/build/integrity/types.d.ts.map +1 -0
- package/build/integrity/types.js +2 -0
- package/build/integrity/types.js.map +1 -0
- package/build/integrity/verify.d.ts +23 -0
- package/build/integrity/verify.d.ts.map +1 -0
- package/build/integrity/verify.js +198 -0
- package/build/integrity/verify.js.map +1 -0
- package/build/metadata/consts.d.ts +101 -0
- package/build/metadata/consts.d.ts.map +1 -0
- package/build/metadata/consts.js +104 -0
- package/build/metadata/consts.js.map +1 -0
- package/build/metadata/index.d.ts +3 -0
- package/build/metadata/index.d.ts.map +1 -0
- package/build/metadata/index.js +3 -0
- package/build/metadata/index.js.map +1 -0
- package/build/metadata/types.d.ts +286 -0
- package/build/metadata/types.d.ts.map +1 -0
- package/build/metadata/types.js +39 -0
- package/build/metadata/types.js.map +1 -0
- package/build/moderation/consts.d.ts +58 -0
- package/build/moderation/consts.d.ts.map +1 -0
- package/build/moderation/consts.js +60 -0
- package/build/moderation/consts.js.map +1 -0
- package/build/moderation/index.d.ts +5 -0
- package/build/moderation/index.d.ts.map +1 -0
- package/build/moderation/index.js +4 -0
- package/build/moderation/index.js.map +1 -0
- package/build/moderation/schemas.d.ts +19 -0
- package/build/moderation/schemas.d.ts.map +1 -0
- package/build/moderation/schemas.js +26 -0
- package/build/moderation/schemas.js.map +1 -0
- package/build/moderation/types.d.ts +64 -0
- package/build/moderation/types.d.ts.map +1 -0
- package/build/moderation/types.js +2 -0
- package/build/moderation/types.js.map +1 -0
- package/build/moderation/utils.d.ts +21 -0
- package/build/moderation/utils.d.ts.map +1 -0
- package/build/moderation/utils.js +31 -0
- package/build/moderation/utils.js.map +1 -0
- package/build/preview/consts.d.ts +10 -0
- package/build/preview/consts.d.ts.map +1 -0
- package/build/preview/consts.js +11 -0
- package/build/preview/consts.js.map +1 -0
- package/build/preview/index.d.ts +3 -0
- package/build/preview/index.d.ts.map +1 -0
- package/build/preview/index.js +2 -0
- package/build/preview/index.js.map +1 -0
- package/build/preview/types.d.ts +60 -0
- package/build/preview/types.d.ts.map +1 -0
- package/build/preview/types.js +2 -0
- package/build/preview/types.js.map +1 -0
- package/build/scaffold/consts.d.ts +25 -0
- package/build/scaffold/consts.d.ts.map +1 -0
- package/build/scaffold/consts.js +26 -0
- package/build/scaffold/consts.js.map +1 -0
- package/build/scaffold/helpers.d.ts +35 -0
- package/build/scaffold/helpers.d.ts.map +1 -0
- package/build/scaffold/helpers.js +54 -0
- package/build/scaffold/helpers.js.map +1 -0
- package/build/scaffold/index.d.ts +5 -0
- package/build/scaffold/index.d.ts.map +1 -0
- package/build/scaffold/index.js +4 -0
- package/build/scaffold/index.js.map +1 -0
- package/build/scaffold/schemas.d.ts +5 -0
- package/build/scaffold/schemas.d.ts.map +1 -0
- package/build/scaffold/schemas.js +273 -0
- package/build/scaffold/schemas.js.map +1 -0
- package/build/scaffold/types.d.ts +144 -0
- package/build/scaffold/types.d.ts.map +1 -0
- package/build/scaffold/types.js +2 -0
- package/build/scaffold/types.js.map +1 -0
- package/build/skills/catalogue.d.ts +47 -0
- package/build/skills/catalogue.d.ts.map +1 -0
- package/build/skills/catalogue.js +1566 -0
- package/build/skills/catalogue.js.map +1 -0
- package/build/skills/consts.d.ts +104 -0
- package/build/skills/consts.d.ts.map +1 -0
- package/build/skills/consts.js +170 -0
- package/build/skills/consts.js.map +1 -0
- package/build/skills/index.d.ts +4 -0
- package/build/skills/index.d.ts.map +1 -0
- package/build/skills/index.js +4 -0
- package/build/skills/index.js.map +1 -0
- package/build/skills/roles.d.ts +52 -0
- package/build/skills/roles.d.ts.map +1 -0
- package/build/skills/roles.js +256 -0
- package/build/skills/roles.js.map +1 -0
- package/build/slot/consts.d.ts +305 -0
- package/build/slot/consts.d.ts.map +1 -0
- package/build/slot/consts.js +376 -0
- package/build/slot/consts.js.map +1 -0
- package/build/slot/helpers.d.ts +25 -0
- package/build/slot/helpers.d.ts.map +1 -0
- package/build/slot/helpers.js +27 -0
- package/build/slot/helpers.js.map +1 -0
- package/build/slot/index.d.ts +6 -0
- package/build/slot/index.d.ts.map +1 -0
- package/build/slot/index.js +5 -0
- package/build/slot/index.js.map +1 -0
- package/build/slot/layout.d.ts +72 -0
- package/build/slot/layout.d.ts.map +1 -0
- package/build/slot/layout.js +82 -0
- package/build/slot/layout.js.map +1 -0
- package/build/slot/schemas.d.ts +12 -0
- package/build/slot/schemas.d.ts.map +1 -0
- package/build/slot/schemas.js +43 -0
- package/build/slot/schemas.js.map +1 -0
- package/build/slot/types.d.ts +147 -0
- package/build/slot/types.d.ts.map +1 -0
- package/build/slot/types.js +2 -0
- package/build/slot/types.js.map +1 -0
- package/build/topology/card.d.ts +23 -0
- package/build/topology/card.d.ts.map +1 -0
- package/build/topology/card.js +95 -0
- package/build/topology/card.js.map +1 -0
- package/build/topology/consts.d.ts +32 -0
- package/build/topology/consts.d.ts.map +1 -0
- package/build/topology/consts.js +55 -0
- package/build/topology/consts.js.map +1 -0
- package/build/topology/helpers.d.ts +44 -0
- package/build/topology/helpers.d.ts.map +1 -0
- package/build/topology/helpers.js +112 -0
- package/build/topology/helpers.js.map +1 -0
- package/build/topology/index.d.ts +5 -0
- package/build/topology/index.d.ts.map +1 -0
- package/build/topology/index.js +4 -0
- package/build/topology/index.js.map +1 -0
- package/build/topology/types.d.ts +83 -0
- package/build/topology/types.d.ts.map +1 -0
- package/build/topology/types.js +2 -0
- package/build/topology/types.js.map +1 -0
- package/build/types.d.ts +88 -0
- package/build/types.d.ts.map +1 -0
- package/build/types.js +2 -0
- package/build/types.js.map +1 -0
- package/build/ux/consts.d.ts +5 -0
- package/build/ux/consts.d.ts.map +1 -0
- package/build/ux/consts.js +6 -0
- package/build/ux/consts.js.map +1 -0
- package/build/ux/index.d.ts +4 -0
- package/build/ux/index.d.ts.map +1 -0
- package/build/ux/index.js +3 -0
- package/build/ux/index.js.map +1 -0
- package/build/ux/schemas.d.ts +8 -0
- package/build/ux/schemas.d.ts.map +1 -0
- package/build/ux/schemas.js +91 -0
- package/build/ux/schemas.js.map +1 -0
- package/build/ux/types.d.ts +21 -0
- package/build/ux/types.d.ts.map +1 -0
- package/build/ux/types.js +2 -0
- package/build/ux/types.js.map +1 -0
- package/package.json +71 -0
- package/src/agent/index.ts +4 -0
- package/src/agent/memory.ts +16 -0
- package/src/agent/spectator/consts.ts +10 -0
- package/src/agent/spectator/index.ts +3 -0
- package/src/agent/spectator/types.ts +14 -0
- package/src/agent/types.ts +10 -0
- package/src/areas/consts.ts +112 -0
- package/src/areas/index.ts +3 -0
- package/src/areas/types.ts +29 -0
- package/src/ba/consts.ts +40 -0
- package/src/ba/helpers.ts +93 -0
- package/src/ba/index.ts +5 -0
- package/src/ba/schemas.ts +196 -0
- package/src/ba/types.ts +125 -0
- package/src/blueprint/case.ts +272 -0
- package/src/blueprint/consts.ts +11 -0
- package/src/blueprint/index.ts +6 -0
- package/src/blueprint/resolve.ts +133 -0
- package/src/blueprint/schemas.ts +44 -0
- package/src/blueprint/types.ts +204 -0
- package/src/branding.ts +34 -0
- package/src/connect/consts.ts +441 -0
- package/src/connect/entrypoints.ts +291 -0
- package/src/connect/errors.ts +91 -0
- package/src/connect/index.ts +7 -0
- package/src/connect/ops.ts +208 -0
- package/src/connect/references.ts +89 -0
- package/src/connect/schemas.ts +384 -0
- package/src/connect/types.ts +456 -0
- package/src/consts.ts +34 -0
- package/src/convert/consts.ts +672 -0
- package/src/convert/helpers.ts +340 -0
- package/src/convert/index.ts +10 -0
- package/src/convert/schemas.ts +663 -0
- package/src/convert/types.ts +741 -0
- package/src/design/consts.ts +26 -0
- package/src/design/helpers.ts +255 -0
- package/src/design/index.ts +5 -0
- package/src/design/runtime.ts +142 -0
- package/src/design/schemas.ts +384 -0
- package/src/design/types.ts +191 -0
- package/src/dev/consts.ts +35 -0
- package/src/dev/index.ts +4 -0
- package/src/dev/schemas.ts +124 -0
- package/src/dev/types.ts +47 -0
- package/src/execution/consts.ts +37 -0
- package/src/execution/index.ts +3 -0
- package/src/execution/types.ts +55 -0
- package/src/index.ts +22 -0
- package/src/integrity/consts.ts +477 -0
- package/src/integrity/index.ts +3 -0
- package/src/integrity/types.ts +37 -0
- package/src/integrity/verify.ts +221 -0
- package/src/metadata/consts.ts +118 -0
- package/src/metadata/index.ts +3 -0
- package/src/metadata/types.ts +310 -0
- package/src/moderation/consts.ts +59 -0
- package/src/moderation/index.ts +4 -0
- package/src/moderation/schemas.ts +28 -0
- package/src/moderation/types.ts +68 -0
- package/src/moderation/utils.ts +35 -0
- package/src/preview/consts.ts +9 -0
- package/src/preview/index.ts +3 -0
- package/src/preview/types.ts +79 -0
- package/src/scaffold/consts.ts +26 -0
- package/src/scaffold/helpers.ts +84 -0
- package/src/scaffold/index.ts +4 -0
- package/src/scaffold/schemas.ts +283 -0
- package/src/scaffold/types.ts +118 -0
- package/src/skills/catalogue.ts +1617 -0
- package/src/skills/consts.ts +183 -0
- package/src/skills/index.ts +4 -0
- package/src/skills/roles.ts +299 -0
- package/src/slot/consts.ts +393 -0
- package/src/slot/helpers.ts +34 -0
- package/src/slot/index.ts +5 -0
- package/src/slot/layout.ts +141 -0
- package/src/slot/schemas.ts +46 -0
- package/src/slot/types.ts +164 -0
- package/src/topology/card.ts +106 -0
- package/src/topology/consts.ts +59 -0
- package/src/topology/helpers.ts +138 -0
- package/src/topology/index.ts +5 -0
- package/src/topology/types.ts +86 -0
- package/src/types.ts +104 -0
- package/src/ux/consts.ts +5 -0
- package/src/ux/index.ts +4 -0
- package/src/ux/schemas.ts +97 -0
- package/src/ux/types.ts +25 -0
- package/tests/connect-convert.spec.ts +161 -0
- package/tests/convert.spec.ts +318 -0
- package/tests/design.spec.ts +136 -0
- package/tsconfig.json +16 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"roles.js","sourceRoot":"","sources":["../../src/skills/roles.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The slot command vocabulary — what one process asks another to do to a target project's tree.
|
|
3
|
+
*
|
|
4
|
+
* It lives here, beside the target-shape manifest and the metadata layout, because THREE
|
|
5
|
+
* independent executors answer it and none of them owns it: the publisher inside an ephemeral or
|
|
6
|
+
* production pod, the agent's remote helper that speaks to that publisher, and the connector SDK
|
|
7
|
+
* that executes the same commands on a developer's own machine. A vocabulary owned by one of them
|
|
8
|
+
* is a vocabulary the other two copy, and a copied enum drifts silently — the last time a role
|
|
9
|
+
* vocabulary was duplicated, one copy answered `common` for every role the other had added and
|
|
10
|
+
* type checks ran against the wrong package with nothing failing.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Which workload a slot record describes.
|
|
14
|
+
*
|
|
15
|
+
* `Ephemeral` is the live-preview pod (publisher + one-shot builds + SSE reload), `Production`
|
|
16
|
+
* the hardened pod that serves real end users from prebuilt artifacts, and `Local` a target
|
|
17
|
+
* project that lives on a developer's own machine and has no pod at all — its file, shell and git
|
|
18
|
+
* commands are executed by the connector on that machine, and nothing about it is provisioned,
|
|
19
|
+
* routed, reconciled or published.
|
|
20
|
+
*/
|
|
21
|
+
export declare enum WorkloadKind {
|
|
22
|
+
Ephemeral = "ephemeral",
|
|
23
|
+
Production = "production",
|
|
24
|
+
/**
|
|
25
|
+
* The target project is on the user's disk, reached through a connector session.
|
|
26
|
+
*
|
|
27
|
+
* A slot record still exists — it is what carries the project's slug, its OIDC client and its
|
|
28
|
+
* configuration — but it owns no namespace, no volume, no hostname and no certificate. Every
|
|
29
|
+
* cloud-only operation (run/stop/restart the sandbox, publish, push to a remote, watch files)
|
|
30
|
+
* refuses for it rather than half-working.
|
|
31
|
+
*/
|
|
32
|
+
Local = "local"
|
|
33
|
+
}
|
|
34
|
+
export declare enum SlotCommandType {
|
|
35
|
+
Files = "files",
|
|
36
|
+
Shell = "shell",
|
|
37
|
+
Git = "git"
|
|
38
|
+
}
|
|
39
|
+
export declare enum SlotGitCommand {
|
|
40
|
+
Ensure = "ensure",
|
|
41
|
+
/**
|
|
42
|
+
* Bring a remote repository's tree onto a volume that already exists.
|
|
43
|
+
*
|
|
44
|
+
* NOT `git clone`: a slot's directory is never empty — provisioning leaves its own metadata
|
|
45
|
+
* there — and `git clone` refuses a non-empty destination. The executor therefore initializes,
|
|
46
|
+
* adds the remote, fetches at a bounded depth and checks the branch out over the tree.
|
|
47
|
+
*/
|
|
48
|
+
Clone = "clone",
|
|
49
|
+
Status = "status",
|
|
50
|
+
Commit = "commit",
|
|
51
|
+
Log = "log",
|
|
52
|
+
Discard = "discard",
|
|
53
|
+
RevertTo = "revertTo",
|
|
54
|
+
SetRemote = "setRemote",
|
|
55
|
+
Push = "push",
|
|
56
|
+
Pull = "pull"
|
|
57
|
+
}
|
|
58
|
+
export declare enum SlotFileCommand {
|
|
59
|
+
EmptyProject = "emptyProject",
|
|
60
|
+
DeleteProject = "deleteProject",
|
|
61
|
+
InitializeProject = "initializeProject",
|
|
62
|
+
GetSourceList = "getSourceList",
|
|
63
|
+
GetStructuredList = "getStructuredList",
|
|
64
|
+
ReadFile = "readFile",
|
|
65
|
+
ReadSource = "readSource",
|
|
66
|
+
ReadPossibleSource = "readPossibleSource",
|
|
67
|
+
ReadSources = "readSources",
|
|
68
|
+
WriteFile = "writeFile",
|
|
69
|
+
WriteSource = "writeSource",
|
|
70
|
+
DeleteFile = "deleteFile",
|
|
71
|
+
FindFilesWithEnvVars = "findFilesWithEnvVars",
|
|
72
|
+
GetRootPath = "getRootPath",
|
|
73
|
+
/**
|
|
74
|
+
* List a tree with a size and a binary flag per entry, bounded by a caller-given limit.
|
|
75
|
+
*
|
|
76
|
+
* The reason it exists rather than being composed out of {@link SlotFileCommand.GetSourceList}
|
|
77
|
+
* plus a read per file: a foreign repository can hold a hundred thousand files, and one round
|
|
78
|
+
* trip each — over a signed HTTP call to a pod, or over a connector on somebody's laptop — is
|
|
79
|
+
* not a slower version of the same thing, it is a walk that never finishes.
|
|
80
|
+
*/
|
|
81
|
+
StatTree = "statTree",
|
|
82
|
+
/**
|
|
83
|
+
* Read the first N bytes of one file.
|
|
84
|
+
*
|
|
85
|
+
* A census classifies a file from its head; reading whole files to do it would hold a 1 MB
|
|
86
|
+
* export in memory to look at its first line. The answer is text, so a binary head comes back
|
|
87
|
+
* as whatever decoding produced — which is exactly the signal the entropy classification wants.
|
|
88
|
+
*/
|
|
89
|
+
ReadHead = "readHead",
|
|
90
|
+
/**
|
|
91
|
+
* Move everything in the project root into a subdirectory, keeping a named few in place.
|
|
92
|
+
*
|
|
93
|
+
* One command rather than a listing plus a move per file, because it must be ATOMIC from the
|
|
94
|
+
* caller's point of view: a relocation interrupted half way leaves a tree that is neither the
|
|
95
|
+
* origin nor a target, and nothing downstream can tell which files already moved. Binary-safe —
|
|
96
|
+
* it moves paths and never reads contents.
|
|
97
|
+
*/
|
|
98
|
+
Relocate = "relocate",
|
|
99
|
+
/** Delete a directory and everything under it. The purge of a relocated origin. */
|
|
100
|
+
RemoveTree = "removeTree"
|
|
101
|
+
}
|
|
102
|
+
export declare enum SlotShellCommand {
|
|
103
|
+
Bun = "bun",
|
|
104
|
+
/**
|
|
105
|
+
* Re-resolve every dependency from scratch, then install.
|
|
106
|
+
*
|
|
107
|
+
* NOT `bun install` — that reproduces the lockfile, which is the whole problem. A target's
|
|
108
|
+
* `@owlmeans/*` ranges are carets, but its lockfile was written once at project init and pins
|
|
109
|
+
* the versions that were current that day; a republished framework fix therefore never reaches
|
|
110
|
+
* a slot that already exists, however many times it is rebuilt. Truncating the lockfile first
|
|
111
|
+
* is what project initialization does, so a reinstalled slot converges on the dependency state
|
|
112
|
+
* a freshly created one would have.
|
|
113
|
+
*
|
|
114
|
+
* It is deliberately NOT part of {@link SlotShellCommand.Build}: that runs after every agent
|
|
115
|
+
* file write and has to stay seconds long. This is minutes, and only a user asking for it.
|
|
116
|
+
*/
|
|
117
|
+
Reinstall = "reinstall",
|
|
118
|
+
BuildCommon = "buildCommon",
|
|
119
|
+
Validate = "validate",
|
|
120
|
+
ValidateWithRenderer = "validateWithRenderer",
|
|
121
|
+
Build = "build",
|
|
122
|
+
/**
|
|
123
|
+
* Reconcile the target's database with its code.
|
|
124
|
+
*
|
|
125
|
+
* The target owns its own structure: every `@owlmeans/postgres` resource creates and updates its
|
|
126
|
+
* table while the OwlMeans context initializes. So a sync is not a command run against the source
|
|
127
|
+
* tree — it is *bootstrap the role/database if needed, then restart the backend* and report
|
|
128
|
+
* whatever DDL or migration error the boot produced. There is nothing to generate and no
|
|
129
|
+
* migration file to apply.
|
|
130
|
+
*/
|
|
131
|
+
DbSync = "dbSync",
|
|
132
|
+
/** Rollup-build the backend only — the type check the frontend renderer build cannot give it. */
|
|
133
|
+
ValidateBackend = "validateBackend",
|
|
134
|
+
/**
|
|
135
|
+
* Boot the target backend for real, in isolation, and report why it failed.
|
|
136
|
+
*
|
|
137
|
+
* A foreign key that names a resource nothing registers, a service alias nobody provides, a
|
|
138
|
+
* context that wedges on init — none of it is visible to `tsc`, and all of it kills the app at
|
|
139
|
+
* startup. The check runs a SECOND backend process on its own port against a scratch schema,
|
|
140
|
+
* reads the target's own health verdict and kills it again, so the serving backend and the
|
|
141
|
+
* live preview are untouched.
|
|
142
|
+
*
|
|
143
|
+
* The command STARTS the check and returns immediately (`{ result: null, started: true }`);
|
|
144
|
+
* the verdict is read with {@link SlotShellCommand.BootCheckStatus}. A boot is minutes of
|
|
145
|
+
* build + startup, and holding one HTTP request open for it made a slot fault indistinguishable
|
|
146
|
+
* from a hung agent for the whole of the caller's timeout. A second start while one runs joins
|
|
147
|
+
* the running check rather than spawning another instance onto the port.
|
|
148
|
+
*/
|
|
149
|
+
BootCheck = "bootCheck",
|
|
150
|
+
/**
|
|
151
|
+
* Report the boot check started by {@link SlotShellCommand.BootCheck}:
|
|
152
|
+
* `{ running, startedAt, report }`. `report` is the last completed verdict, so a poll that
|
|
153
|
+
* arrives after completion still gets the answer.
|
|
154
|
+
*/
|
|
155
|
+
BootCheckStatus = "bootCheckStatus",
|
|
156
|
+
/**
|
|
157
|
+
* Report whether the sandbox still holds the generated application.
|
|
158
|
+
*
|
|
159
|
+
* Structural, cheap and model-free: a handful of file reads checked against
|
|
160
|
+
* `TARGET_INTEGRITY_FILES`. It exists as a command because the publisher is the only process
|
|
161
|
+
* with the volume in front of it, and the agent needs the same answer before it lets a git
|
|
162
|
+
* merge reach a build. The publisher enforces the manifest on its own before every spawn
|
|
163
|
+
* regardless — this command is how a caller asks first rather than finding out from a
|
|
164
|
+
* failed build.
|
|
165
|
+
*/
|
|
166
|
+
Integrity = "integrity"
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* A ROLE in the target project, as it travels on the wire.
|
|
170
|
+
*
|
|
171
|
+
* Not a directory name. A role is resolved to a directory per LAYOUT (see `./layout.js`); nothing
|
|
172
|
+
* may join these values onto a path.
|
|
173
|
+
*
|
|
174
|
+
* Two generations of vocabulary live here at once, and both arrive over the wire. `Frontend` and
|
|
175
|
+
* `Backend` are v1's names — "the browser side" and "the server side" — and every already-published
|
|
176
|
+
* slot still speaks them. `Api`, `Web` and `Worker` are what the current agent library sends, and
|
|
177
|
+
* `Backend` means something DIFFERENT to it: v2 split the server in two, so `backend` is the shared
|
|
178
|
+
* library that `api` and `worker` compile against, and `api` is the HTTP server. That is why the
|
|
179
|
+
* mapping is per-layout rather than a rename.
|
|
180
|
+
*
|
|
181
|
+
* Every value any sender can produce must be a member. It was the three v1 names alone while the
|
|
182
|
+
* library had already moved to five, and the role→directory fall-through then answered `common`
|
|
183
|
+
* for `api`, `web` and `worker` alike — so a type check ran against the shared package instead of
|
|
184
|
+
* the one under repair. Nothing failed; the answers were simply about another package.
|
|
185
|
+
*/
|
|
186
|
+
export declare enum SubProject {
|
|
187
|
+
Common = "common",
|
|
188
|
+
/** v1: the browser app. v2 sends {@link Web} instead; kept because old slots still send this. */
|
|
189
|
+
Frontend = "frontend",
|
|
190
|
+
/** v1: the HTTP server. v2: the shared library `api` and `worker` are built against. */
|
|
191
|
+
Backend = "backend",
|
|
192
|
+
/** v2: the HTTP server. */
|
|
193
|
+
Api = "api",
|
|
194
|
+
/** v2: the browser app. */
|
|
195
|
+
Web = "web",
|
|
196
|
+
/** v2: the queue consumer. */
|
|
197
|
+
Worker = "worker"
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* The ports a generated target binds, and the marker that tells its two identical processes apart.
|
|
201
|
+
*
|
|
202
|
+
* They are contract, not preference: the publisher composes the pod's environment from them, the
|
|
203
|
+
* connector composes a local `.env` from the same values, and the target's own configuration reads
|
|
204
|
+
* them back. A local run and a slot run therefore address the app the same way.
|
|
205
|
+
*/
|
|
206
|
+
export declare const TARGET_API_PORT = 3000;
|
|
207
|
+
export declare const TARGET_WEB_PORT = 5173;
|
|
208
|
+
export declare const TARGET_WORKER_PORT = 3003;
|
|
209
|
+
export declare const TARGET_API_BASE = "api";
|
|
210
|
+
/** The argv marker separating the worker process from the api's — both run the same `dist/index.js`. */
|
|
211
|
+
export declare const TARGET_WORKER_MARKER = "--viable-worker";
|
|
212
|
+
/**
|
|
213
|
+
* The api's own marker, so a leftover can be told from the worker and the boot check.
|
|
214
|
+
*
|
|
215
|
+
* All three run `bun dist/index.js`, and reclaiming a port by that alone would kill whichever of
|
|
216
|
+
* them happened to match. Only a LOCAL run passes it — in a pod the process is the container's and
|
|
217
|
+
* a restart is Kubernetes's business.
|
|
218
|
+
*/
|
|
219
|
+
export declare const TARGET_API_MARKER = "--viable-api";
|
|
220
|
+
/** Port and schema the isolated boot check uses, so it never touches the serving backend. */
|
|
221
|
+
export declare const TARGET_BOOTCHECK_PORT = 3100;
|
|
222
|
+
export declare const TARGET_BOOTCHECK_SCHEMA = "bootcheck";
|
|
223
|
+
export declare const TARGET_BOOTCHECK_MARKER = "--viable-boot-check";
|
|
224
|
+
/**
|
|
225
|
+
* The address a LOCAL target answers at.
|
|
226
|
+
*
|
|
227
|
+
* Stored on the slot record as `host` at creation and read back from there by everything that
|
|
228
|
+
* routes, redirects or previews — never recomposed. A local slot's origin is `http://` because it
|
|
229
|
+
* is a loopback address; every other slot kind is `https://`.
|
|
230
|
+
*/
|
|
231
|
+
export declare const LOCAL_SLOT_HOST = "localhost:5173";
|
|
232
|
+
/**
|
|
233
|
+
* EXECUTOR-side ceilings: how long the process holding the tree may spend on one command.
|
|
234
|
+
*
|
|
235
|
+
* Applied by whoever actually runs the command — the publisher in a pod, the connector on a
|
|
236
|
+
* developer's machine — so a wedged build fails the request instead of holding it open forever.
|
|
237
|
+
*/
|
|
238
|
+
export declare const COMMAND_DEADLINES: Record<string, number>;
|
|
239
|
+
export declare const DEFAULT_COMMAND_DEADLINE = 60000;
|
|
240
|
+
/**
|
|
241
|
+
* EXECUTOR-side ceilings for the git commands whose real duration is not a git command's.
|
|
242
|
+
*
|
|
243
|
+
* Everything git does inside a slot is local and takes seconds — except a clone, which is a
|
|
244
|
+
* network fetch of somebody else's repository and is measured in minutes. Bounding it by the
|
|
245
|
+
* generic git deadline made a conversion's very first step fail on any repository large enough
|
|
246
|
+
* to be worth converting.
|
|
247
|
+
*/
|
|
248
|
+
export declare const GIT_COMMAND_DEADLINES: Partial<Record<SlotGitCommand, number>>;
|
|
249
|
+
/** What every other git command gets. The value the type-level branch used to hard-code. */
|
|
250
|
+
export declare const DEFAULT_GIT_COMMAND_DEADLINE = 60000;
|
|
251
|
+
/**
|
|
252
|
+
* EXECUTOR-side ceilings for the file commands that walk or move a whole tree.
|
|
253
|
+
*
|
|
254
|
+
* The other file commands are one path each and finish in milliseconds; these three are bounded
|
|
255
|
+
* by how big the tree is, which for an origin project is set by whoever wrote it.
|
|
256
|
+
*/
|
|
257
|
+
export declare const FILE_COMMAND_DEADLINES: Partial<Record<SlotFileCommand, number>>;
|
|
258
|
+
/** What every other file command gets. The value the type-level branch used to hard-code. */
|
|
259
|
+
export declare const DEFAULT_FILE_COMMAND_DEADLINE = 30000;
|
|
260
|
+
/**
|
|
261
|
+
* CALLER-side ceilings per command type: how long the asker waits for an answer.
|
|
262
|
+
*
|
|
263
|
+
* Deliberately separate from {@link COMMAND_DEADLINES} and deliberately larger — the caller's
|
|
264
|
+
* bound must outlast the executor's, or a command that failed cleanly inside its own deadline
|
|
265
|
+
* reaches the caller as a timeout and the real reason is lost.
|
|
266
|
+
*/
|
|
267
|
+
export declare const COMMAND_TIMEOUTS: Partial<Record<SlotCommandType, number>>;
|
|
268
|
+
export declare const DEFAULT_COMMAND_TIMEOUT = 60000;
|
|
269
|
+
/**
|
|
270
|
+
* Per-COMMAND caller ceilings, for the shell commands whose real duration is known.
|
|
271
|
+
*
|
|
272
|
+
* The type-level ceiling has to cover `bun install`, so every shell command inherited twenty
|
|
273
|
+
* minutes — including a boot check the executor itself caps at eight, and a build it caps at
|
|
274
|
+
* five. When one of them wedged, the caller waited out the twenty regardless, and the story it
|
|
275
|
+
* belonged to sat frozen for the whole of it. A command with a known duration gets a bound close
|
|
276
|
+
* to that duration; anything not listed keeps the generous type default, which is what an
|
|
277
|
+
* install still needs.
|
|
278
|
+
*/
|
|
279
|
+
export declare const SHELL_COMMAND_TIMEOUTS: Record<string, number>;
|
|
280
|
+
/**
|
|
281
|
+
* Per-COMMAND caller ceilings for git and for files.
|
|
282
|
+
*
|
|
283
|
+
* Each is its executor deadline plus the same 40 s margin: the caller's bound must outlast the
|
|
284
|
+
* executor's, or a command that failed cleanly inside its own deadline reaches the caller as a
|
|
285
|
+
* timeout and the real reason — the one the executor took the trouble to produce — is lost.
|
|
286
|
+
*/
|
|
287
|
+
export declare const GIT_COMMAND_TIMEOUTS: Partial<Record<SlotGitCommand, number>>;
|
|
288
|
+
export declare const FILE_COMMAND_TIMEOUTS: Partial<Record<SlotFileCommand, number>>;
|
|
289
|
+
/**
|
|
290
|
+
* Resolve the caller-side bound for one command.
|
|
291
|
+
*
|
|
292
|
+
* One function rather than three lookups at each call site: an asker that forgets the per-command
|
|
293
|
+
* table inherits twenty minutes for a fifteen-second command, which is the failure this table was
|
|
294
|
+
* added to stop.
|
|
295
|
+
*/
|
|
296
|
+
export declare const commandTimeout: (type: SlotCommandType, command: string, override?: number) => number;
|
|
297
|
+
/**
|
|
298
|
+
* Resolve the executor-side deadline for one command.
|
|
299
|
+
*
|
|
300
|
+
* Per-command first, per-type second. It was per-type only, which is how a clone inherited the
|
|
301
|
+
* bound of a `git status` — the same shape as the shell table above, and added for the same
|
|
302
|
+
* reason.
|
|
303
|
+
*/
|
|
304
|
+
export declare const commandDeadline: (type: SlotCommandType, command: string) => number;
|
|
305
|
+
//# sourceMappingURL=consts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"consts.d.ts","sourceRoot":"","sources":["../../src/slot/consts.ts"],"names":[],"mappings":"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"}
|