@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,741 @@
|
|
|
1
|
+
import type { ProjectArea } from '../areas/consts.js'
|
|
2
|
+
import type { ConnectLlm } from '../connect/consts.js'
|
|
3
|
+
import type { ModelRole } from '../execution/consts.js'
|
|
4
|
+
import type { TargetLayout } from '../integrity/consts.js'
|
|
5
|
+
import type {
|
|
6
|
+
ArchitectureCase, ConversionStage, ConversionStoryKind, ConvertibilityReason,
|
|
7
|
+
ConvertibilityVerdict, DumpKind, EntropyClass, EstimateSlice, FileClass, OriginKind, OriginShape,
|
|
8
|
+
OriginState, PurposeEvidenceSource, SizeClass, StackFamily, StackId, TaxonomyKind, WorkspaceKind
|
|
9
|
+
} from './consts.js'
|
|
10
|
+
|
|
11
|
+
// --- inventory ------------------------------------------------------------------------------
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* {@link FileStat} is declared in `../slot/types.js`, not here.
|
|
15
|
+
*
|
|
16
|
+
* It is the element of a `statTree` answer, and a slot command's result shape belongs to the slot
|
|
17
|
+
* vocabulary the publisher and the connector both implement. Redeclaring it beside the census that
|
|
18
|
+
* consumes it would give the root barrel two `FileStat`s and the two would drift the first time
|
|
19
|
+
* one end added a field.
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
/** One file, as the census classified it. `read` says whether its head was actually opened. */
|
|
23
|
+
export interface FileCensusEntry {
|
|
24
|
+
path: string
|
|
25
|
+
bytes: number
|
|
26
|
+
ext: string
|
|
27
|
+
cls: FileClass
|
|
28
|
+
size: SizeClass
|
|
29
|
+
entropy?: EntropyClass
|
|
30
|
+
read: boolean
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/** A package manifest found in the origin, and what it declares. */
|
|
34
|
+
export interface InventoryPackage {
|
|
35
|
+
name?: string
|
|
36
|
+
path: string
|
|
37
|
+
/** The manifest file itself, root-relative — `package.json`, `pom.xml`, `go.mod`, … */
|
|
38
|
+
manifest: string
|
|
39
|
+
/** `member` for a package a workspace root declares; otherwise the workspace kind it declares. */
|
|
40
|
+
kind: WorkspaceKind | 'member'
|
|
41
|
+
deps: string[]
|
|
42
|
+
scripts: Record<string, string>
|
|
43
|
+
/** Whether something in the tree actually reaches it. See {@link UnlinkedRef}. */
|
|
44
|
+
linked: boolean
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface WorkspaceMember {
|
|
48
|
+
name?: string
|
|
49
|
+
path: string
|
|
50
|
+
/** The manifest that declared this member. */
|
|
51
|
+
declaredBy: string
|
|
52
|
+
present: boolean
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export interface SubmoduleRef {
|
|
56
|
+
path: string
|
|
57
|
+
url?: string
|
|
58
|
+
present: boolean
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* A directory holding code that nothing in the workspace declares, or a declaration with nothing
|
|
63
|
+
* behind it.
|
|
64
|
+
*
|
|
65
|
+
* Reported rather than silently included: code the build never sees is code the origin does not
|
|
66
|
+
* run, and converting it produces stories for behaviour the application does not have.
|
|
67
|
+
*/
|
|
68
|
+
export interface UnlinkedRef {
|
|
69
|
+
path: string
|
|
70
|
+
reason: 'not-a-member' | 'missing-submodule' | 'declared-not-present'
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export interface WorkspaceReport {
|
|
74
|
+
kind: WorkspaceKind
|
|
75
|
+
globs: string[]
|
|
76
|
+
members: WorkspaceMember[]
|
|
77
|
+
submodules: SubmoduleRef[]
|
|
78
|
+
unlinked: UnlinkedRef[]
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/** A data file the origin carries that is too large, or too generated, to become seed data. */
|
|
82
|
+
export interface DumpRecord {
|
|
83
|
+
path: string
|
|
84
|
+
kind: DumpKind
|
|
85
|
+
bytes: number
|
|
86
|
+
format: string
|
|
87
|
+
rows?: number
|
|
88
|
+
/** At most {@link DUMP_SAMPLE_LINES} lines, read from the head. Never the whole file. */
|
|
89
|
+
sample: string[]
|
|
90
|
+
columns?: string[]
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/** A small data file the code itself references — the data the application needs to make sense. */
|
|
94
|
+
export interface SeedRecord {
|
|
95
|
+
name: string
|
|
96
|
+
path: string
|
|
97
|
+
bytes: number
|
|
98
|
+
format: string
|
|
99
|
+
rows?: number
|
|
100
|
+
/** The source files that name it. The proof that it is seed rather than an export. */
|
|
101
|
+
referencedBy: string[]
|
|
102
|
+
carried: boolean
|
|
103
|
+
/** Where it was written in the target, once carried. */
|
|
104
|
+
target?: string
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export interface InventorySummary {
|
|
108
|
+
root: string
|
|
109
|
+
files: number
|
|
110
|
+
bytes: number
|
|
111
|
+
read: number
|
|
112
|
+
skipped: number
|
|
113
|
+
/** A census that hit {@link CENSUS_MAX_ENTRIES}. Everything downstream must say so. */
|
|
114
|
+
truncated: boolean
|
|
115
|
+
byClass: Record<FileClass, number>
|
|
116
|
+
bySize: Record<SizeClass, number>
|
|
117
|
+
extensions: { ext: string, files: number, bytes: number }[]
|
|
118
|
+
packages: InventoryPackage[]
|
|
119
|
+
workspace: WorkspaceReport
|
|
120
|
+
dumps: DumpRecord[]
|
|
121
|
+
seeds: SeedRecord[]
|
|
122
|
+
manifests: string[]
|
|
123
|
+
vcs: { git: boolean, submodules: number }
|
|
124
|
+
version: number
|
|
125
|
+
takenAt: string
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
// --- detection ------------------------------------------------------------------------------
|
|
129
|
+
|
|
130
|
+
/** One piece of evidence for a stack, and how much it counts for. */
|
|
131
|
+
export interface StackSignal {
|
|
132
|
+
id: StackId
|
|
133
|
+
weight: number
|
|
134
|
+
evidence: string
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* What the pure detector concluded, before any model was asked.
|
|
139
|
+
*
|
|
140
|
+
* `confirmed` records whether the ONE model confirmation ran and agreed. `confirmedCase` is what
|
|
141
|
+
* that same call answered about the architecture — asked together because a model that has just
|
|
142
|
+
* read the manifests to name a framework has already read everything the case follows from, and
|
|
143
|
+
* two calls over the same evidence is twice the price for one answer.
|
|
144
|
+
*/
|
|
145
|
+
export interface StackDetection {
|
|
146
|
+
stack: StackId
|
|
147
|
+
family: StackFamily
|
|
148
|
+
alternative?: StackId
|
|
149
|
+
confidence: number
|
|
150
|
+
confirmed: boolean
|
|
151
|
+
confirmedCase?: ArchitectureCase
|
|
152
|
+
signals: StackSignal[]
|
|
153
|
+
runtime?: string
|
|
154
|
+
reason?: string
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
/** The ONE model confirmation of the detected stack, and the case it implies. */
|
|
158
|
+
export interface StackConfirmation {
|
|
159
|
+
stack: StackId
|
|
160
|
+
alternative?: StackId
|
|
161
|
+
case: ArchitectureCase
|
|
162
|
+
runtime?: string
|
|
163
|
+
confidence: number
|
|
164
|
+
reason: string
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* What the tree IS, as the integrity manifest sees it.
|
|
169
|
+
*
|
|
170
|
+
* `violations` is how far a tree is from being a Viable target: zero means it IS one and the
|
|
171
|
+
* conversion is a repair, a handful means somebody edited a generated project, and a large number
|
|
172
|
+
* means it is foreign code that happens to be TypeScript.
|
|
173
|
+
*/
|
|
174
|
+
export interface OriginShapeReport {
|
|
175
|
+
shape: OriginShape
|
|
176
|
+
layout?: TargetLayout
|
|
177
|
+
violations: number
|
|
178
|
+
evidence: string[]
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
export interface ArchitectureVerdict {
|
|
182
|
+
case: ArchitectureCase
|
|
183
|
+
confidence: number
|
|
184
|
+
reasons: string[]
|
|
185
|
+
/** Two cases fit equally well; the user is asked which. */
|
|
186
|
+
ambiguous: boolean
|
|
187
|
+
/** The origin has no user interface at all — a case the implementation stage must design one for. */
|
|
188
|
+
uiGap: boolean
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
export interface ConvertibilityReport {
|
|
192
|
+
verdict: ConvertibilityVerdict
|
|
193
|
+
reasons: ConvertibilityReason[]
|
|
194
|
+
/** What makes the verdict `Refused`, phrased for a person. */
|
|
195
|
+
blockers: string[]
|
|
196
|
+
/** What makes it `Limited` — shown before the user pays for anything. */
|
|
197
|
+
notes: string[]
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
// --- harness and taxonomy -------------------------------------------------------------------
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* A pointer into the ORIGIN sources backing a claim.
|
|
204
|
+
*
|
|
205
|
+
* Every derived statement carries one. It is what makes a restored specification checkable rather
|
|
206
|
+
* than a plausible story about somebody else's code — and it is what a purge has to strip, since
|
|
207
|
+
* after the origin is deleted a path into it points at nothing.
|
|
208
|
+
*/
|
|
209
|
+
export interface OriginProof {
|
|
210
|
+
path: string
|
|
211
|
+
symbol?: string
|
|
212
|
+
/**
|
|
213
|
+
* The first and last line of the fragment — two entries, and a LIST rather than a tuple.
|
|
214
|
+
*
|
|
215
|
+
* `JSONSchemaType` types a tuple only as the draft-04 `items: [schema, schema]` form, and that
|
|
216
|
+
* form is not in the JSON-schema subset a provider's structured output accepts: OpenAI answers
|
|
217
|
+
* the whole request `400 … is not of type 'object', 'boolean'`, and every schema that embeds a
|
|
218
|
+
* proof — the purpose, each taxonomy layer, the access model, a story's proofs — fails with it.
|
|
219
|
+
* The count is stated by `minItems`/`maxItems` instead, where a validator can enforce it and a
|
|
220
|
+
* provider can read it.
|
|
221
|
+
*/
|
|
222
|
+
lines?: number[]
|
|
223
|
+
note: string
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
/** What the origin says about itself in prose — the cheapest and best evidence there is. */
|
|
227
|
+
export interface HarnessDigest {
|
|
228
|
+
readme?: string
|
|
229
|
+
agents?: string
|
|
230
|
+
docs: { path: string, title: string, chars: number }[]
|
|
231
|
+
openapi: string[]
|
|
232
|
+
migrations: string[]
|
|
233
|
+
env: string[]
|
|
234
|
+
scripts: Record<string, string>
|
|
235
|
+
summary: string
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
export interface TaxonomyEntry {
|
|
239
|
+
name: string
|
|
240
|
+
path: string
|
|
241
|
+
kind: TaxonomyKind
|
|
242
|
+
symbol?: string
|
|
243
|
+
entity?: string
|
|
244
|
+
refs?: string[]
|
|
245
|
+
note?: string
|
|
246
|
+
proofs?: OriginProof[]
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
export interface TaxonomyPackage {
|
|
250
|
+
name: string
|
|
251
|
+
path: string
|
|
252
|
+
/** What this package does in the origin's own terms — `api`, `web`, `worker`, `db`, … */
|
|
253
|
+
role: string
|
|
254
|
+
entries: Partial<Record<TaxonomyKind, TaxonomyEntry[]>>
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
/** A role the origin's own access model names, mapped onto the area whose audience holds it. */
|
|
258
|
+
export interface TaxonomyRole {
|
|
259
|
+
name: string
|
|
260
|
+
area: ProjectArea
|
|
261
|
+
evidence: OriginProof[]
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
export interface TaxonomyPermission {
|
|
265
|
+
name: string
|
|
266
|
+
roles: string[]
|
|
267
|
+
/** The origin's own guards, middlewares or decorators that enforce it. */
|
|
268
|
+
guards: string[]
|
|
269
|
+
evidence: OriginProof[]
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
export interface TaxonomySummary {
|
|
273
|
+
case: ArchitectureCase
|
|
274
|
+
packages: TaxonomyPackage[]
|
|
275
|
+
areas: ProjectArea[]
|
|
276
|
+
roles: TaxonomyRole[]
|
|
277
|
+
permissions: TaxonomyPermission[]
|
|
278
|
+
counts: Record<TaxonomyKind, number>
|
|
279
|
+
/** Where the origin does something its own stack's conventions do not explain. */
|
|
280
|
+
deviations: string[]
|
|
281
|
+
/** What a whole taxonomy would have needed and the origin does not carry. */
|
|
282
|
+
missingHarness: string[]
|
|
283
|
+
version: number
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
// --- analysis and extraction ----------------------------------------------------------------
|
|
287
|
+
|
|
288
|
+
export interface PurposeInference {
|
|
289
|
+
purpose: string
|
|
290
|
+
audience: string
|
|
291
|
+
source: PurposeEvidenceSource
|
|
292
|
+
confidence: number
|
|
293
|
+
evidence: OriginProof[]
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
/** A flow the ORIGIN implements, before it is turned into stories. */
|
|
297
|
+
export interface OriginFlow {
|
|
298
|
+
id: string
|
|
299
|
+
name: string
|
|
300
|
+
actor: string
|
|
301
|
+
area: ProjectArea
|
|
302
|
+
steps: string[]
|
|
303
|
+
/** Whether the extracted story list covers it. An uncovered flow is a gap the user is shown. */
|
|
304
|
+
covered: boolean
|
|
305
|
+
kind: 'ui' | 'job' | 'cli'
|
|
306
|
+
proofs: OriginProof[]
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
/** One entry of the restored story list, in the order the records are created in. */
|
|
310
|
+
export interface ConversionStoryRef {
|
|
311
|
+
code: string
|
|
312
|
+
story: string
|
|
313
|
+
area: ProjectArea
|
|
314
|
+
kind: ConversionStoryKind
|
|
315
|
+
ordinal: number
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
/**
|
|
319
|
+
* A restored story with the origin code that proves it.
|
|
320
|
+
*
|
|
321
|
+
* `complexity` is what the per-story price band is scaled by — derived from the proofs and the
|
|
322
|
+
* algorithms, never asked of a model, so two runs over the same extraction price identically.
|
|
323
|
+
*/
|
|
324
|
+
export interface StoryProof {
|
|
325
|
+
code: string
|
|
326
|
+
narrative: string
|
|
327
|
+
specification: string
|
|
328
|
+
ux: string
|
|
329
|
+
ui: string
|
|
330
|
+
proofs: OriginProof[]
|
|
331
|
+
algorithms: { name: string, steps: string[], proof: OriginProof }[]
|
|
332
|
+
complexity: number
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
export interface AreaAlignment {
|
|
336
|
+
areas: {
|
|
337
|
+
area: ProjectArea
|
|
338
|
+
roles: string[]
|
|
339
|
+
permissions: string[]
|
|
340
|
+
stories: string[]
|
|
341
|
+
}[]
|
|
342
|
+
/** Roles or permissions no area claimed. Recorded; never silently dropped. */
|
|
343
|
+
unmapped: string[]
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
/** The machine-readable graph the manager's conversion diagram is drawn from. */
|
|
347
|
+
export interface StructureSummary {
|
|
348
|
+
nodes: { id: string, label: string, kind: TaxonomyKind | 'package' | 'area' }[]
|
|
349
|
+
edges: { from: string, to: string, label?: string }[]
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* The standing description of the origin every coder prompt carries.
|
|
354
|
+
*
|
|
355
|
+
* Capped at {@link ORIGIN_CARD_MAX_CHARS}: it rides on every generation call of the
|
|
356
|
+
* implementation stage, so its length is multiplied by the number of calls the conversion makes.
|
|
357
|
+
*/
|
|
358
|
+
export interface OriginCard {
|
|
359
|
+
stack: StackId
|
|
360
|
+
case: ArchitectureCase
|
|
361
|
+
purpose: string
|
|
362
|
+
packages: string[]
|
|
363
|
+
entities: string[]
|
|
364
|
+
flows: string[]
|
|
365
|
+
conventions: string[]
|
|
366
|
+
chars: number
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
/** One line of the origin→target map the target's own agent memory keeps. */
|
|
370
|
+
export interface OriginMapEntry {
|
|
371
|
+
origin: string
|
|
372
|
+
target?: string
|
|
373
|
+
kind: TaxonomyKind
|
|
374
|
+
story?: string
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
// --- estimate -------------------------------------------------------------------------------
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* One row of a stage's role plan — what the estimator believes a step will spend.
|
|
381
|
+
*
|
|
382
|
+
* Data rather than a measurement: the plan says which slices of the origin a step reads, how many
|
|
383
|
+
* calls it makes and what it writes back, and the estimator projects tokens from the census. A
|
|
384
|
+
* step that is per-story is multiplied by the story count instead of run once.
|
|
385
|
+
*/
|
|
386
|
+
export interface RolePlanEntry {
|
|
387
|
+
step: string
|
|
388
|
+
role: ModelRole
|
|
389
|
+
slices: EstimateSlice[]
|
|
390
|
+
/** What share of the named slices this step actually reads. */
|
|
391
|
+
factor: number
|
|
392
|
+
calls: number
|
|
393
|
+
/** Fixed input tokens per call — the persona, the framing, the schema. */
|
|
394
|
+
overhead: number
|
|
395
|
+
/** Expected output tokens per call. */
|
|
396
|
+
output: number
|
|
397
|
+
perStory?: boolean
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
export interface RoleEstimate {
|
|
401
|
+
role: ModelRole
|
|
402
|
+
calls: number
|
|
403
|
+
inputTokens: number
|
|
404
|
+
outputTokens: number
|
|
405
|
+
steps: string[]
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
* What one stage is expected to cost, as the platform stores it on the conversion record.
|
|
410
|
+
*
|
|
411
|
+
* Priced on the agent, where the model presets and the run mode are: a DELEGATED conversion runs
|
|
412
|
+
* its model calls on the parent agent and costs the platform nothing, so `usd` and `credits` are
|
|
413
|
+
* zero and `delegated` says why. `basis` is kept so a user can see what the number was projected
|
|
414
|
+
* from rather than being handed a figure with no provenance.
|
|
415
|
+
*/
|
|
416
|
+
export interface ConversionEstimate {
|
|
417
|
+
stage: ConversionStage
|
|
418
|
+
version: number
|
|
419
|
+
roles: RoleEstimate[]
|
|
420
|
+
inputTokens: number
|
|
421
|
+
outputTokens: number
|
|
422
|
+
usd: number
|
|
423
|
+
credits: number
|
|
424
|
+
delegated: boolean
|
|
425
|
+
basis: {
|
|
426
|
+
files: number
|
|
427
|
+
bytes: number
|
|
428
|
+
storyCount?: number
|
|
429
|
+
sampleRatio: number
|
|
430
|
+
retryFactor: number
|
|
431
|
+
}
|
|
432
|
+
computedAt: string
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
/**
|
|
436
|
+
* The per-story band shown before the implementation stage.
|
|
437
|
+
*
|
|
438
|
+
* A range, because a story's cost is set by how much code it turns out to need — which is exactly
|
|
439
|
+
* what nothing knows before it is written. Shown with the disclaimer that says so.
|
|
440
|
+
*/
|
|
441
|
+
export interface StoryEstimateBand {
|
|
442
|
+
minUsd: number
|
|
443
|
+
maxUsd: number
|
|
444
|
+
minCredits: number
|
|
445
|
+
maxCredits: number
|
|
446
|
+
perStory: { code: string, complexity: number, minUsd: number, maxUsd: number }[]
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
// --- record elements ------------------------------------------------------------------------
|
|
450
|
+
|
|
451
|
+
/**
|
|
452
|
+
* A question the conversion answered for itself rather than asking.
|
|
453
|
+
*
|
|
454
|
+
* The web runs the inquiry policy `default`, so nothing blocks on a person who is not there. Every
|
|
455
|
+
* defaulted answer is recorded — what was asked, what was assumed and why — and shown, because an
|
|
456
|
+
* assumption nobody can see is indistinguishable from a fact.
|
|
457
|
+
*/
|
|
458
|
+
export interface ConversionAssumption {
|
|
459
|
+
id: string
|
|
460
|
+
question: string
|
|
461
|
+
assumed: string
|
|
462
|
+
because: string
|
|
463
|
+
at: string
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
/** One asked-and-answered inquiry, as `docs/conversion/inquiries.md` records it. */
|
|
467
|
+
export interface InquiryRecord {
|
|
468
|
+
id: string
|
|
469
|
+
question: string
|
|
470
|
+
kind: string
|
|
471
|
+
answer?: string | string[]
|
|
472
|
+
text?: string
|
|
473
|
+
declined?: boolean
|
|
474
|
+
at: string
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* What the LIBRARY knows about a conversion — the state it writes and reads back on the volume.
|
|
479
|
+
*
|
|
480
|
+
* Distinct from the platform's conversion record: the library never touches a platform record, and
|
|
481
|
+
* the platform never keeps the library's working state. This is what survives on the target's own
|
|
482
|
+
* disk so a resumed or re-entered conversion knows where it was.
|
|
483
|
+
*/
|
|
484
|
+
export interface ConversionSnapshot {
|
|
485
|
+
stage: ConversionStage
|
|
486
|
+
originKind: OriginKind
|
|
487
|
+
stack?: StackId
|
|
488
|
+
case?: ArchitectureCase
|
|
489
|
+
verdict?: ConvertibilityVerdict
|
|
490
|
+
reasons?: ConvertibilityReason[]
|
|
491
|
+
estimates?: ConversionEstimate[]
|
|
492
|
+
assumptions?: ConversionAssumption[]
|
|
493
|
+
originPresent: boolean
|
|
494
|
+
answers?: Record<string, string | string[]>
|
|
495
|
+
storyCodes?: string[]
|
|
496
|
+
lastError?: string
|
|
497
|
+
updatedAt: string
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
/** One answer, as the platform carries it into a resume. */
|
|
501
|
+
export interface ConversionAnswer {
|
|
502
|
+
inquiryId: string
|
|
503
|
+
value?: string
|
|
504
|
+
declined?: boolean
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
/** The stack, as the platform shows it. Display shape — the detection itself stays in the library. */
|
|
508
|
+
export interface ConversionStackRef {
|
|
509
|
+
id: StackId
|
|
510
|
+
family: StackFamily
|
|
511
|
+
label: string
|
|
512
|
+
language: string
|
|
513
|
+
framework?: string
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
/** The census, narrowed to what the platform record keeps and the dialog shows. */
|
|
517
|
+
export interface ConversionInventorySummary {
|
|
518
|
+
files: number
|
|
519
|
+
bytes: number
|
|
520
|
+
packages: number
|
|
521
|
+
workspace: WorkspaceKind
|
|
522
|
+
dumps: number
|
|
523
|
+
seeds: number
|
|
524
|
+
unlinked: string[]
|
|
525
|
+
truncated: boolean
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
/** The area/section/story tree the conversion dialog draws. */
|
|
529
|
+
export interface ConversionStructure {
|
|
530
|
+
areas: {
|
|
531
|
+
area: ProjectArea
|
|
532
|
+
sections: {
|
|
533
|
+
name: string
|
|
534
|
+
stories: { code: string, title: string, primary?: boolean }[]
|
|
535
|
+
}[]
|
|
536
|
+
}[]
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
/** Set the profile-wide converter inference mode. */
|
|
540
|
+
export interface ConverterLlmBody {
|
|
541
|
+
llmMode: ConnectLlm
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
/** Set the per-project converter inference mode; `null` inherits the profile's. */
|
|
545
|
+
export interface ConverterProjectLlmBody {
|
|
546
|
+
llmMode: ConnectLlm | null
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
/**
|
|
550
|
+
* Where a project's code came from, as the platform records it on the project.
|
|
551
|
+
*
|
|
552
|
+
* Written once at intake and never re-derived: a repository the user picked is an identity, and
|
|
553
|
+
* recomposing it from a name would be a different repository the day somebody renames one.
|
|
554
|
+
*/
|
|
555
|
+
export interface ProjectOrigin {
|
|
556
|
+
kind: OriginKind
|
|
557
|
+
repoUrl?: string
|
|
558
|
+
repoFullName?: string
|
|
559
|
+
branch?: string
|
|
560
|
+
state?: OriginState
|
|
561
|
+
importedAt?: string
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
// --- model-answer wrappers ------------------------------------------------------------------
|
|
565
|
+
|
|
566
|
+
/** What one taxonomy layer's model call answers with. */
|
|
567
|
+
export interface TaxonomyEntryList {
|
|
568
|
+
entries: TaxonomyEntry[]
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
/** What the access-model pass answers with — the roles and the permissions in one call. */
|
|
572
|
+
export interface TaxonomyRoleList {
|
|
573
|
+
roles: TaxonomyRole[]
|
|
574
|
+
permissions: TaxonomyPermission[]
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
export interface OriginFlowList {
|
|
578
|
+
flows: OriginFlow[]
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
/** One data file, classified by the model where the path and the size alone were not enough. */
|
|
582
|
+
export interface SeedDetectionItem {
|
|
583
|
+
path: string
|
|
584
|
+
name: string
|
|
585
|
+
/** Whether it is data the application needs rather than an export of what it produced. */
|
|
586
|
+
seed: boolean
|
|
587
|
+
/** Whether it should be carried into the target. */
|
|
588
|
+
carry: boolean
|
|
589
|
+
reason: string
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
export interface SeedDetection {
|
|
593
|
+
items: SeedDetectionItem[]
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
/** What the origin's styles say about its design, in the terms the target's theme is written in. */
|
|
597
|
+
export interface DesignInference {
|
|
598
|
+
concept: string
|
|
599
|
+
palette: string[]
|
|
600
|
+
radius?: string
|
|
601
|
+
font?: string
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
// --- document frontmatter -------------------------------------------------------------------
|
|
605
|
+
|
|
606
|
+
export interface ConversionDocMeta {
|
|
607
|
+
version: number
|
|
608
|
+
stage: ConversionStage
|
|
609
|
+
updatedAt: string
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
export interface ConversionIndexMeta extends ConversionDocMeta {
|
|
613
|
+
origin: string
|
|
614
|
+
originKind: OriginKind
|
|
615
|
+
stack: StackId
|
|
616
|
+
case: ArchitectureCase
|
|
617
|
+
verdict: ConvertibilityVerdict
|
|
618
|
+
purged: boolean
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
export interface InventoryDocMeta extends ConversionDocMeta {
|
|
622
|
+
files: number
|
|
623
|
+
bytes: number
|
|
624
|
+
packages: number
|
|
625
|
+
dumps: number
|
|
626
|
+
seeds: number
|
|
627
|
+
truncated: boolean
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
export interface StackDocMeta extends ConversionDocMeta {
|
|
631
|
+
stack: StackId
|
|
632
|
+
family: StackFamily
|
|
633
|
+
alternative?: StackId
|
|
634
|
+
confidence: number
|
|
635
|
+
confirmed: boolean
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
export interface ArchitectureDocMeta extends ConversionDocMeta {
|
|
639
|
+
case: ArchitectureCase
|
|
640
|
+
confidence: number
|
|
641
|
+
ambiguous: boolean
|
|
642
|
+
uiGap: boolean
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
export interface HarnessDocMeta extends ConversionDocMeta {
|
|
646
|
+
docs: number
|
|
647
|
+
hasReadme: boolean
|
|
648
|
+
hasAgents: boolean
|
|
649
|
+
openapi: boolean
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
export interface TaxonomyDocMeta extends ConversionDocMeta {
|
|
653
|
+
case: ArchitectureCase
|
|
654
|
+
packages: number
|
|
655
|
+
counts: Record<string, number>
|
|
656
|
+
deviations: number
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
export interface PurposeDocMeta extends ConversionDocMeta {
|
|
660
|
+
source: PurposeEvidenceSource
|
|
661
|
+
confidence: number
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
export interface AnalysisDocMeta extends ConversionDocMeta {
|
|
665
|
+
name: string
|
|
666
|
+
language: string
|
|
667
|
+
entities: string[]
|
|
668
|
+
flowSteps: number
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
export interface StoryListDocMeta extends ConversionDocMeta {
|
|
672
|
+
total: number
|
|
673
|
+
flow: number
|
|
674
|
+
connective: number
|
|
675
|
+
coverage: number
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
export interface StoryProofDocMeta extends ConversionDocMeta {
|
|
679
|
+
code: string
|
|
680
|
+
area: ProjectArea
|
|
681
|
+
origin: string[]
|
|
682
|
+
complexity: number
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
export interface EstimateDocMeta extends ConversionDocMeta {
|
|
686
|
+
stages: ConversionStage[]
|
|
687
|
+
inputTokens: number
|
|
688
|
+
outputTokens: number
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
export interface AssumptionsDocMeta extends ConversionDocMeta {
|
|
692
|
+
count: number
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
export interface InquiriesDocMeta extends ConversionDocMeta {
|
|
696
|
+
asked: number
|
|
697
|
+
answered: number
|
|
698
|
+
declined: number
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
export interface DumpsDocMeta extends ConversionDocMeta {
|
|
702
|
+
dumps: number
|
|
703
|
+
bytes: number
|
|
704
|
+
sampled: number
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
export interface SeedDocMeta extends ConversionDocMeta {
|
|
708
|
+
name: string
|
|
709
|
+
format: string
|
|
710
|
+
bytes: number
|
|
711
|
+
rows?: number
|
|
712
|
+
carried: boolean
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
export interface AreasDocMeta extends ConversionDocMeta {
|
|
716
|
+
areas: ProjectArea[]
|
|
717
|
+
roles: number
|
|
718
|
+
permissions: number
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
export interface StructureDocMeta extends ConversionDocMeta {
|
|
722
|
+
nodes: number
|
|
723
|
+
edges: number
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
export interface OriginCardDocMeta extends ConversionDocMeta {
|
|
727
|
+
chars: number
|
|
728
|
+
stack: StackId
|
|
729
|
+
case: ArchitectureCase
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
/** The frontmatter of the target's own `.agents/memory/conversion.md` node. */
|
|
733
|
+
export interface ConversionMemoryMeta {
|
|
734
|
+
version: number
|
|
735
|
+
stage: ConversionStage
|
|
736
|
+
case: ArchitectureCase
|
|
737
|
+
stack: StackId
|
|
738
|
+
origin: string
|
|
739
|
+
purged: boolean
|
|
740
|
+
updatedAt: string
|
|
741
|
+
}
|