@tiinex/app 0.1.1
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/LICENSE +201 -0
- package/NOTICE +31 -0
- package/README.md +26 -0
- package/docs/CONSUMER-CONTRACT.md +65 -0
- package/package.json +94 -0
- package/src/acceptance/knownScenarios.case.mjs +48 -0
- package/src/acceptance/knownScenarios.js +89 -0
- package/src/acceptance/postV423CanonicalTransitionProductVerticalSlice.case.mjs +774 -0
- package/src/acceptance/postV437M0ETimePortalProductParityClosure.case.mjs +51 -0
- package/src/acceptance/postV447M0FGithubSocialPublicationProductIntegration.case.mjs +33 -0
- package/src/acceptance/postV450M0ProductAcceptanceHardening.case.mjs +82 -0
- package/src/acceptance/postV470SchemaReadingContractMaterializationIdentitySourceCoalescingAuthorityCorrection.case.mjs +236 -0
- package/src/acceptance/recoveryAcceptance.case.mjs +196 -0
- package/src/adapters/adapter.definition.schema.json +33 -0
- package/src/adapters/archive/archive.adapter.case.mjs +212 -0
- package/src/adapters/export/export.adapter.js +79 -0
- package/src/adapters/git-native/git-native.adapter.js +43 -0
- package/src/adapters/github/github.adapter.case.mjs +843 -0
- package/src/adapters/github/github.adapter.js +395 -0
- package/src/adapters/github/github.issueEmbedded.js +262 -0
- package/src/adapters/github/github.issueMirror.js +309 -0
- package/src/adapters/github/github.issueSnapshot.js +475 -0
- package/src/adapters/github/github.issueSurface.js +188 -0
- package/src/adapters/github/github.issueTransport.js +237 -0
- package/src/adapters/github/github.publicationRead.js +24 -0
- package/src/adapters/github/github.readTransport.js +18 -0
- package/src/adapters/github/github.repoDiscovery.js +222 -0
- package/src/adapters/github/github.repoMirror.js +255 -0
- package/src/adapters/github/github.repoProxy.js +276 -0
- package/src/adapters/github/github.repoSurface.js +60 -0
- package/src/adapters/github/github.transportDiagnostics.js +68 -0
- package/src/adapters/local/local.adapter.case.mjs +72 -0
- package/src/adapters/local/local.adapter.js +188 -0
- package/src/adapters/registry.js +35 -0
- package/src/adapters/static/static.adapter.js +84 -0
- package/src/app/App.js +1 -0
- package/src/app/TiinexApp.jsx +822 -0
- package/src/app/appShell.views.jsx +58 -0
- package/src/app/artifactAuthoringCapability.js +49 -0
- package/src/app/boot/bootApp.js +19 -0
- package/src/app/boot/environment.js +1 -0
- package/src/app/canonicalAuthoringValues.js +4 -0
- package/src/app/canonicalCreationProductController.js +57 -0
- package/src/app/canonicalCreationProductSettlement.case.mjs +10 -0
- package/src/app/canonicalCreationProductSettlement.js +11 -0
- package/src/app/canonicalReferenceLocalCreateCommand.js +210 -0
- package/src/app/canonicalReferenceTargets.js +73 -0
- package/src/app/canonicalTransitionLocalCreateCommand.js +217 -0
- package/src/app/defaultWorkspaceStart.case.mjs +39 -0
- package/src/app/defaultWorkspaceStart.js +65 -0
- package/src/app/defaultWorkspaceStartCommand.js +55 -0
- package/src/app/durableLocalMutationPolicy.js +21 -0
- package/src/app/githubMaterializationSummary.js +69 -0
- package/src/app/githubProgress.js +25 -0
- package/src/app/githubSourceInput.js +47 -0
- package/src/app/githubSourceMaterializationCommand.js +97 -0
- package/src/app/githubSourceOperation.js +226 -0
- package/src/app/governanceDialogData.js +27 -0
- package/src/app/handoffPackageImportCommand.js +182 -0
- package/src/app/historyAuthority.js +53 -0
- package/src/app/initialWorkspaceBootstrapOperation.js +105 -0
- package/src/app/lineageCommand.js +118 -0
- package/src/app/lineageSourceRecovery.js +339 -0
- package/src/app/localDraftMutationCommand.js +174 -0
- package/src/app/localMaterialCommand.js +124 -0
- package/src/app/nodeGraphVerse.case.mjs +111 -0
- package/src/app/persistenceOwnership.js +92 -0
- package/src/app/productStateBoundary.js +7 -0
- package/src/app/providers/AppProviders.js +1 -0
- package/src/app/providers/LocaleProvider.js +1 -0
- package/src/app/providers/SchemaRegistryProvider.js +1 -0
- package/src/app/providers/WorkspaceProvider.js +1 -0
- package/src/app/publicTarget.js +251 -0
- package/src/app/publicTargetRestoreCommand.js +149 -0
- package/src/app/recordUi.cache.js +35 -0
- package/src/app/recordUi.js +11 -0
- package/src/app/routes/RouteSurface.js +1 -0
- package/src/app/routes/routes.js +1 -0
- package/src/app/runtimeState.js +54 -0
- package/src/app/schemaCurrentDeclaration.js +69 -0
- package/src/app/schemaFactoryLocalCreateCommand.js +101 -0
- package/src/app/schemaFactoryViewerProof.case.mjs +134 -0
- package/src/app/schemaFactoryViewerProof.js +20 -0
- package/src/app/schemaNavigationCommand.js +285 -0
- package/src/app/schemaNavigationMaterialization.js +171 -0
- package/src/app/schemaNavigationRuntimeCatalog.js +25 -0
- package/src/app/schemaNavigationState.js +66 -0
- package/src/app/schemaReadingContractQualification.js +91 -0
- package/src/app/schemaSourceRecovery.js +373 -0
- package/src/app/scrollPersistence.js +30 -0
- package/src/app/semanticOperationHistory.js +18 -0
- package/src/app/shareActionCommand.js +55 -0
- package/src/app/shareProjection.js +190 -0
- package/src/app/shell/AppShell.js +1 -0
- package/src/app/shell/Header.js +1 -0
- package/src/app/shell/Navigation.js +1 -0
- package/src/app/shell/SurfaceSwitcher.js +1 -0
- package/src/app/sourceTransportRefresh.js +176 -0
- package/src/app/startupOwnership.js +40 -0
- package/src/app/startupPresentation.case.mjs +34 -0
- package/src/app/startupPresentation.js +33 -0
- package/src/app/startupPresentation.views.jsx +21 -0
- package/src/app/startupRenderPhase.js +9 -0
- package/src/app/startupWorkspaceCommand.js +62 -0
- package/src/app/startupWorkspaceConfigApplication.js +49 -0
- package/src/app/statePersistenceScheduler.js +106 -0
- package/src/app/tiinexAppConfigPlan.js +108 -0
- package/src/app/tiinexAppConfigSource.js +349 -0
- package/src/app/tiinexAppStartupSource.js +79 -0
- package/src/app/tiinexHostedWorkspaceConventions.js +572 -0
- package/src/app/timePortalHistoricalRead.js +114 -0
- package/src/app/timePortalSnapshotResolution.js +53 -0
- package/src/app/urlMaterialCommand.js +24 -0
- package/src/app/useCanonicalPlacementSelectionOptions.js +9 -0
- package/src/app/useCanonicalReferenceSelectionOptions.js +8 -0
- package/src/app/useLocalMaterialIntake.js +68 -0
- package/src/app/useTimePortalProductController.jsx +111 -0
- package/src/app/useWorkspaceEntrypointIntake.js +77 -0
- package/src/app/useWorkspaceSelectionProductController.jsx +21 -0
- package/src/app/viewState.js +35 -0
- package/src/app/viewport.js +21 -0
- package/src/app/visualDormancy.js +286 -0
- package/src/app/workspaceContinuityNotices.js +32 -0
- package/src/app/workspaceDisplayCounts.js +9 -0
- package/src/app/workspaceEntrypointIntakeCommand.js +87 -0
- package/src/app/workspaceEntrypointProductRouting.case.mjs +20 -0
- package/src/app/workspaceExportCommand.js +21 -0
- package/src/app/workspaceExportDownload.js +23 -0
- package/src/app/workspaceExportExecutionCommand.js +10 -0
- package/src/app/workspaceGithubPublication.js +237 -0
- package/src/app/workspaceHandoffExport.js +56 -0
- package/src/app/workspaceHomeTarget.js +9 -0
- package/src/app/workspaceMulticolumn.js +113 -0
- package/src/app/workspaceNavigationParity.case.mjs +110 -0
- package/src/app/workspaceOpenProgress.js +26 -0
- package/src/app/workspacePlacementOptions.js +46 -0
- package/src/app/workspaceRecordActions.js +158 -0
- package/src/app/workspaceScopedInteraction.js +68 -0
- package/src/app/workspaceSelectionOriginContext.js +29 -0
- package/src/app/workspaceSelectionSession.js +54 -0
- package/src/app/workspaceSourceCloseCommand.js +25 -0
- package/src/app/workspaceSpineProductRouting.case.mjs +22 -0
- package/src/app/workspaceStartupTransition.js +32 -0
- package/src/app/workspaceWindow.js +85 -0
- package/src/artifacts/artifact.fixture.js +1 -0
- package/src/artifacts/artifact.identity.js +6 -0
- package/src/artifacts/artifact.identityAggregation.js +218 -0
- package/src/artifacts/artifact.model.js +2 -0
- package/src/artifacts/artifact.parse.case.mjs +196 -0
- package/src/artifacts/artifact.participantIndex.js +189 -0
- package/src/artifacts/fixtures/evidence.trace.md +50 -0
- package/src/artifacts/fixtures/topic.trace.md +33 -0
- package/src/artifacts/fixtures/unknown-schema.trace.md +25 -0
- package/src/audit/audit.findings.js +1 -0
- package/src/audit/audit.model.js +2 -0
- package/src/audit/audit.plan.js +13 -0
- package/src/audit/audit.report.js +12 -0
- package/src/audit/audit.severity.js +1 -0
- package/src/audit/audit.traverse.js +119 -0
- package/src/audit/integrity/auditIntegrity.checks.js +1 -0
- package/src/audit/integrity/auditIntegrity.compare.js +1 -0
- package/src/audit/lineage/auditLineage.load.js +1 -0
- package/src/audit/lineage/auditLineage.plan.js +1 -0
- package/src/audit/lineage/auditLineage.resolve.js +12 -0
- package/src/audit/sources/auditSources.boundaries.js +1 -0
- package/src/audit/sources/auditSources.checks.js +1 -0
- package/src/audit/validation/auditValidation.recheck.js +1 -0
- package/src/audit/validation/auditValidation.run.js +1 -0
- package/src/build.identity.js +15 -0
- package/src/commands/command.vocabulary.js +14 -0
- package/src/conformance/conformance.fixtures.js +151 -0
- package/src/conformance/conformance.run.js +238 -0
- package/src/data/applicationDataStore.js +23 -0
- package/src/data/companionAccess.js +35 -0
- package/src/diagnostics/events.js +1 -0
- package/src/diagnostics/invariant.js +1 -0
- package/src/diagnostics/schemaBindingChecks.js +1 -0
- package/src/diagnostics/schemaModuleChecks.js +1 -0
- package/src/diagnostics/sourceBoundaryChecks.js +5 -0
- package/src/diagnostics/sourceTransport.report.js +190 -0
- package/src/discovery/discovery.controls.js +7 -0
- package/src/export/export.plan.js +182 -0
- package/src/export/handoff.plan.js +50 -0
- package/src/export/package.builder.case.mjs +97 -0
- package/src/export/package.controlTopology.case.mjs +130 -0
- package/src/export/package.zip.case.mjs +33 -0
- package/src/graph/artifactGraph.model.js +344 -0
- package/src/graph/artifactGraph.project.js +139 -0
- package/src/graph/artifactGraph.worker.js +10 -0
- package/src/i18n/i18n.keys.js +1 -0
- package/src/i18n/i18n.provider.js +1 -0
- package/src/i18n/i18n.resolve.js +5 -0
- package/src/i18n/locales/en/common.json +4 -0
- package/src/i18n/locales/en/schemas/evidence.json +3 -0
- package/src/i18n/locales/en/schemas/presentation-surface.json +3 -0
- package/src/i18n/locales/en/schemas/preservation.json +3 -0
- package/src/i18n/locales/en/schemas/root.json +3 -0
- package/src/i18n/locales/en/schemas/schema-module.json +3 -0
- package/src/i18n/locales/en/schemas/topic.json +3 -0
- package/src/i18n/locales/en/surfaces/audit.json +3 -0
- package/src/i18n/locales/en/surfaces/create.json +3 -0
- package/src/i18n/locales/en/surfaces/detail.json +3 -0
- package/src/i18n/locales/en/surfaces/display-options.json +3 -0
- package/src/i18n/locales/en/surfaces/edit.json +3 -0
- package/src/i18n/locales/en/surfaces/feed.json +3 -0
- package/src/i18n/locales/en/surfaces/lineage.json +3 -0
- package/src/i18n/locales/en/surfaces/preview.json +3 -0
- package/src/i18n/locales/en/surfaces/share.json +3 -0
- package/src/i18n/locales/en/surfaces/source-settings.json +3 -0
- package/src/i18n/locales/en/surfaces/tree.json +3 -0
- package/src/i18n/locales/sv/common.json +4 -0
- package/src/i18n/locales/sv/schemas/evidence.json +3 -0
- package/src/i18n/locales/sv/schemas/presentation-surface.json +3 -0
- package/src/i18n/locales/sv/schemas/preservation.json +3 -0
- package/src/i18n/locales/sv/schemas/root.json +3 -0
- package/src/i18n/locales/sv/schemas/schema-module.json +3 -0
- package/src/i18n/locales/sv/schemas/topic.json +3 -0
- package/src/i18n/locales/sv/surfaces/audit.json +3 -0
- package/src/i18n/locales/sv/surfaces/create.json +3 -0
- package/src/i18n/locales/sv/surfaces/detail.json +3 -0
- package/src/i18n/locales/sv/surfaces/display-options.json +3 -0
- package/src/i18n/locales/sv/surfaces/edit.json +3 -0
- package/src/i18n/locales/sv/surfaces/feed.json +3 -0
- package/src/i18n/locales/sv/surfaces/lineage.json +3 -0
- package/src/i18n/locales/sv/surfaces/preview.json +3 -0
- package/src/i18n/locales/sv/surfaces/share.json +3 -0
- package/src/i18n/locales/sv/surfaces/source-settings.json +3 -0
- package/src/i18n/locales/sv/surfaces/tree.json +3 -0
- package/src/index.js +10 -0
- package/src/integrity/integrity.testFixture.js +9 -0
- package/src/interaction/interaction.spine.js +12 -0
- package/src/lineage/lineage.audit.js +1 -0
- package/src/lineage/lineage.edges.js +1 -0
- package/src/main.js +319 -0
- package/src/main.jsx +34 -0
- package/src/multiverse/multiverse.model.js +10 -0
- package/src/parity/poc.m1ParityScenarios.js +42 -0
- package/src/parity/poc.parityLedger.js +261 -0
- package/src/publication/publication.githubSocialContract.case.mjs +247 -0
- package/src/publication/publication.preflight.case.mjs +64 -0
- package/src/react/TiinexApplication.jsx +39 -0
- package/src/react/VerseHost.jsx +29 -0
- package/src/react/applicationDataContext.jsx +30 -0
- package/src/react.js +2 -0
- package/src/readers/modes/audit.reader.js +1 -0
- package/src/readers/modes/detail.reader.js +1 -0
- package/src/readers/modes/handover.reader.js +1 -0
- package/src/readers/modes/mobile.reader.js +1 -0
- package/src/readers/modes/print.reader.js +1 -0
- package/src/readers/modes/scan.reader.js +1 -0
- package/src/readers/reader.model.js +1 -0
- package/src/readers/reader.resolve.js +2 -0
- package/src/reingest/reingest.plan.case.mjs +65 -0
- package/src/runtime.js +54 -0
- package/src/schemas/README.md +99 -0
- package/src/schemas/coordination/handoff/tiinex.handoff.v1.schema.md +614 -0
- package/src/schemas/coordination/project/tiinex.project.v1.schema.md +311 -0
- package/src/schemas/core/decision/tiinex.decision.v1.schema.md +227 -0
- package/src/schemas/core/evidence/tiinex.evidence.v1.schema.md +318 -0
- package/src/schemas/core/feedback/tiinex.feedback.v1.schema.md +243 -0
- package/src/schemas/core/interpretation/.transitions/evidence-to-interpretation-transition-definition.trace.md +102 -0
- package/src/schemas/core/interpretation/tiinex.interpretation.v1.schema.md +308 -0
- package/src/schemas/core/preservation/tiinex.preservation.v1.schema.md +312 -0
- package/src/schemas/core/relation/.generation/reference-relation-generation-authority.trace.md +185 -0
- package/src/schemas/core/relation/.transitions/topic-references-task-transition-definition.trace.md +119 -0
- package/src/schemas/core/relation/tiinex.relation.v1.schema.md +240 -0
- package/src/schemas/core/relation/workspace/representation/tiinex.workspace.representation.v1.schema.md +550 -0
- package/src/schemas/core/signal/tiinex.signal.v1.schema.md +239 -0
- package/src/schemas/core/task/.transitions/create-task-transition-definition.trace.md +93 -0
- package/src/schemas/core/task/.transitions/topic-to-task-transition-definition.trace.md +102 -0
- package/src/schemas/core/task/task-semantic-package.trace.md +53 -0
- package/src/schemas/core/task/tiinex.task.v1-transitions.trace.md +33 -0
- package/src/schemas/core/task/tiinex.task.v1.authoring.js +65 -0
- package/src/schemas/core/task/tiinex.task.v1.schema.md +229 -0
- package/src/schemas/core/topic/.transitions/create-topic-transition-definition.trace.md +93 -0
- package/src/schemas/core/topic/tiinex.topic.v1-transitions.trace.md +33 -0
- package/src/schemas/core/topic/tiinex.topic.v1.schema.md +197 -0
- package/src/schemas/core/topic/topic-semantic-package.trace.md +53 -0
- package/src/schemas/discovery/finding/tiinex.discovery.finding.v1.schema.md +240 -0
- package/src/schemas/discovery/tiinex.discovery.v1.schema.md +294 -0
- package/src/schemas/manifest.json +367 -0
- package/src/schemas/origins.js +46 -0
- package/src/schemas/party/organization/tiinex.party.organization.v1.schema.md +290 -0
- package/src/schemas/party/role/tiinex.party.role.v1.schema.md +298 -0
- package/src/schemas/party/tiinex.party.v1.schema.js +14 -0
- package/src/schemas/party/tiinex.party.v1.schema.json +23 -0
- package/src/schemas/party/tiinex.party.v1.schema.md +311 -0
- package/src/schemas/party/tiinex.party.v1.schema.runtime.json +2033 -0
- package/src/schemas/party/tiinex.party.v1.schema.source.js +9 -0
- package/src/schemas/presentation/surface/tiinex.presentation.surface.v1.schema.md +476 -0
- package/src/schemas/reduction/tiinex.reduction.v1.schema.md +248 -0
- package/src/schemas/schema/module/tiinex.schema.module.v1.schema.md +465 -0
- package/src/schemas/schema.companionContract.case.mjs +259 -0
- package/src/schemas/schema.factory.case.mjs +256 -0
- package/src/schemas/schema.factory.viewerProjection.js +183 -0
- package/src/schemas/schemaMarkdownCatalog.js +19 -0
- package/src/schemas/tiinex.root.v1.schema.md +865 -0
- package/src/schemas/validation/finding/tiinex.validation.finding.v1.schema.md +309 -0
- package/src/schemas/validation/method/tiinex.validation.method.v1.schema.md +280 -0
- package/src/schemas/validation/report/tiinex.validation.report.v1.schema.md +300 -0
- package/src/schemas/workspace/tiinex.workspace.v1.schema.md +486 -0
- package/src/schemas/workspace/workspace.add.views.jsx +327 -0
- package/src/schemas/workspace/workspace.audit.views.jsx +160 -0
- package/src/schemas/workspace/workspace.auditBadge.views.jsx +98 -0
- package/src/schemas/workspace/workspace.canonicalReferenceDialog.views.jsx +63 -0
- package/src/schemas/workspace/workspace.canonicalTaskDialog.views.jsx +169 -0
- package/src/schemas/workspace/workspace.cardActions.js +9 -0
- package/src/schemas/workspace/workspace.cards.views.jsx +146 -0
- package/src/schemas/workspace/workspace.chrome.views.jsx +299 -0
- package/src/schemas/workspace/workspace.continuationDialog.views.jsx +80 -0
- package/src/schemas/workspace/workspace.discovery.views.jsx +63 -0
- package/src/schemas/workspace/workspace.discoveryRenderWindow.js +56 -0
- package/src/schemas/workspace/workspace.displayOptions.views.jsx +114 -0
- package/src/schemas/workspace/workspace.entrypointChoice.views.jsx +30 -0
- package/src/schemas/workspace/workspace.exportDialog.controller.jsx +40 -0
- package/src/schemas/workspace/workspace.exportDialog.views.jsx +142 -0
- package/src/schemas/workspace/workspace.governance.views.jsx +45 -0
- package/src/schemas/workspace/workspace.graph.views.jsx +134 -0
- package/src/schemas/workspace/workspace.lineage.views.jsx +307 -0
- package/src/schemas/workspace/workspace.read.views.jsx +105 -0
- package/src/schemas/workspace/workspace.recordActionButton.views.jsx +35 -0
- package/src/schemas/workspace/workspace.recordDialogs.views.jsx +257 -0
- package/src/schemas/workspace/workspace.selection.views.jsx +14 -0
- package/src/schemas/workspace/workspace.sourceReceipt.views.jsx +40 -0
- package/src/schemas/workspace/workspace.timePortal.views.jsx +56 -0
- package/src/schemas/workspace/workspace.tree.views.jsx +107 -0
- package/src/schemas/workspace/workspace.viewFormatting.js +172 -0
- package/src/schemas/workspace/workspace.views.jsx +210 -0
- package/src/source-settings/sourceSettings.model.js +7 -0
- package/src/sources/draft/draft.source.js +1 -0
- package/src/sources/github/github.loader.js +204 -0
- package/src/sources/github/github.permalink.js +1 -0
- package/src/sources/github/github.source.js +1 -0
- package/src/sources/github/github.transport.case.mjs +237 -0
- package/src/sources/github/github.transport.js +472 -0
- package/src/sources/local/local.source.js +1 -0
- package/src/sources/source.assetReferences.js +109 -0
- package/src/sources/source.boundaries.js +24 -0
- package/src/sources/source.identity.js +56 -0
- package/src/sources/source.model.case.mjs +26 -0
- package/src/sources/source.model.js +56 -0
- package/src/sources/source.presenter.js +66 -0
- package/src/sources/source.resolve.js +11 -0
- package/src/sources/static/static.source.js +1 -0
- package/src/sources/transport.policy.case.mjs +39 -0
- package/src/sources/transport.policy.js +81 -0
- package/src/storage/storage.policy.js +79 -0
- package/src/styles/app.css +8699 -0
- package/src/styles/responsive.css +10 -0
- package/src/styles/theme.css +4 -0
- package/src/styles/tokens.css +30 -0
- package/src/surfaces/audit/AuditSurface.js +1 -0
- package/src/surfaces/audit/audit.model.js +1 -0
- package/src/surfaces/audit/audit.render.js +1 -0
- package/src/surfaces/contracts.js +45 -0
- package/src/surfaces/create/CreateSurface.js +1 -0
- package/src/surfaces/create/create.model.js +1 -0
- package/src/surfaces/create/create.render.js +1 -0
- package/src/surfaces/detail/DetailSurface.js +1 -0
- package/src/surfaces/detail/detail.model.js +1 -0
- package/src/surfaces/detail/detail.render.js +1 -0
- package/src/surfaces/display-options/DisplayOptionsSurface.js +1 -0
- package/src/surfaces/display-options/displayOptions.model.js +1 -0
- package/src/surfaces/display-options/displayOptions.render.js +1 -0
- package/src/surfaces/edit/EditSurface.js +1 -0
- package/src/surfaces/edit/edit.model.js +1 -0
- package/src/surfaces/edit/edit.render.js +1 -0
- package/src/surfaces/feed/FeedSurface.js +1 -0
- package/src/surfaces/feed/feed.model.js +1 -0
- package/src/surfaces/feed/feed.render.js +1 -0
- package/src/surfaces/lineage/LineageSurface.js +1 -0
- package/src/surfaces/lineage/lineage.model.js +1 -0
- package/src/surfaces/lineage/lineage.render.js +1 -0
- package/src/surfaces/preview/PreviewSurface.js +1 -0
- package/src/surfaces/preview/preview.model.js +1 -0
- package/src/surfaces/preview/preview.render.js +1 -0
- package/src/surfaces/registry.js +58 -0
- package/src/surfaces/share/ShareSurface.js +1 -0
- package/src/surfaces/share/share.model.js +1 -0
- package/src/surfaces/share/share.render.js +1 -0
- package/src/surfaces/source-settings/SourceSettingsSurface.js +1 -0
- package/src/surfaces/source-settings/sourceSettings.model.js +1 -0
- package/src/surfaces/source-settings/sourceSettings.render.js +1 -0
- package/src/surfaces/surfaceContext.js +1 -0
- package/src/surfaces/tree/TreeSurface.js +1 -0
- package/src/surfaces/tree/tree.model.js +1 -0
- package/src/surfaces/tree/tree.render.js +1 -0
- package/src/tooling/portable/adapters/cli/cli.common-output.case.mjs +153 -0
- package/src/tooling/portable/adapters/cli/cli.handoff-sibling-allocation.case.mjs +52 -0
- package/src/tooling/portable/adapters/cli/cli.run.case.mjs +372 -0
- package/src/tooling/portable/adapters/cli/cli.summaryProjection.case.mjs +46 -0
- package/src/tooling/portable/audit/audit.capability.case.mjs +45 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/collaboration/dogfood/001-tiinex-development-dogfood-collaboration-model.trace.fixture.txt +37 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/handoff/tooling/001-v480-tooling-workflow-schema-enablement-handoff.trace.fixture.txt +108 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/handoff/tooling/002-v481-tooling-recipient-relative-handoff-material-closure-planner-foundation-handoff.trace.fixture.txt +130 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/loom/role/001-loom-role.trace.fixture.txt +61 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/sigma/role/001-1-sigma-role.trace.fixture.txt +61 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/tooling/dogfood/001-1-1-1-1-1-1-1-site-tooling-v474-loaded-parent-identity-evidence-closure-result.trace.fixture.txt +48 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/tooling/dogfood/001-1-1-1-1-1-1-site-tooling-v474-loaded-parent-identity-evidence-closure.trace.fixture.txt +48 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/tooling/dogfood/001-1-1-1-1-1-site-tooling-v473-portable-parent-authority-coherence-metadata-fidelity-closure-result.trace.fixture.txt +48 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/tooling/dogfood/001-1-1-1-1-site-tooling-v473-portable-parent-authority-coherence-metadata-fidelity-closure.trace.fixture.txt +48 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/tooling/dogfood/001-1-1-1-site-tooling-v472-portable-exact-authoring-fidelity-closure-result.trace.fixture.txt +48 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/tooling/dogfood/001-1-1-site-tooling-v472-portable-exact-authoring-fidelity-closure.trace.fixture.txt +48 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/tooling/dogfood/001-1-site-tooling-v471-portable-lineage-authoring-closure-result.trace.fixture.txt +48 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/tooling/dogfood/001-site-tooling-v471-portable-lineage-authoring-closure.trace.fixture.txt +39 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/tooling/dogfood/002-1-v475-canonical-artifact-envelope-reference-integrity-validation.trace.fixture.txt +43 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/tooling/dogfood/003-1-v476-canonical-authority-binding-integrity-method-lineage-alloca.trace.fixture.txt +42 -0
- package/src/tooling/portable/fixtures/legacy-artifacts/tooling/dogfood/027-handoff-package-workspace-archive-and-control-plane-minimality-audit.trace.fixture.txt +56 -0
- package/src/tooling/portable/fixtures/legacyArtifactFixtures.mjs +34 -0
- package/src/tooling/portable/grounding/grounding.capsule.case.mjs +65 -0
- package/src/tooling/portable/grounding/grounding.readiness.case.mjs +543 -0
- package/src/tooling/portable/grounding/grounding.semanticIntegration.case.mjs +131 -0
- package/src/tooling/portable/handoff/boundedWorkspaceRepresentation.case.mjs +103 -0
- package/src/tooling/portable/handoff/carrierLineage.fixedWidth.case.mjs +97 -0
- package/src/tooling/portable/handoff/coldStartQualification.case.mjs +293 -0
- package/src/tooling/portable/handoff/fixtures/027-invalid-audit-result.fixture.txt +192 -0
- package/src/tooling/portable/handoff/fixtures/027-invalid-return-handoff.fixture.txt +92 -0
- package/src/tooling/portable/handoff/fixtures/cold-start-qualification.v1.examples.json +60 -0
- package/src/tooling/portable/handoff/handoff.manufacture.case.mjs +293 -0
- package/src/tooling/portable/handoff/materialClosure.case.mjs +727 -0
- package/src/tooling/portable/handoff/multiRootManufacture.case.mjs +615 -0
- package/src/tooling/portable/handoff/operatorBridgeCore.case.mjs +205 -0
- package/src/tooling/portable/handoff/workspaceLandingPlan.case.mjs +143 -0
- package/src/tooling/portable/input/node.input.case.mjs +293 -0
- package/src/tooling/portable/lifecycle/lifecycle.readiness.case.mjs +179 -0
- package/src/tooling/portable/lineage/fixtures/lineage.integrity.repair-projection.v1.examples.json +605 -0
- package/src/tooling/portable/lineage/lineage.integrity.shared-capability.case.mjs +37 -0
- package/src/tooling/portable/lineage/publicationProviderReceipt.fixture.mjs +50 -0
- package/src/tooling/portable/package/fixtures/reference-relation-generation-authority.trace.md +84 -0
- package/src/tooling/portable/package/fixtures/tiinex.root.v1.package-authority.contract-fixture.md +64 -0
- package/src/tooling/portable/package/fixtures/tiinex.schema.generation.v1.generation-binding.contract-fixture.md +140 -0
- package/src/tooling/portable/package/fixtures/tiinex.schema.transition.companion.v1.contract-fixture.md +73 -0
- package/src/tooling/portable/package/fixtures/tiinex.semantic.package.v1.contract-fixture.md +147 -0
- package/src/tooling/portable/package/fixtures/tiinex.transition.definition.v1.package-contract-fixture.md +77 -0
- package/src/tooling/portable/providers/schema.providers.genericity.case.mjs +31 -0
- package/src/tooling/portable/reduction/reduction.preflight.case.mjs +298 -0
- package/src/tooling/portable/schema/fixtures/evidence-preservation-body.inheritance-record-fixture.md +65 -0
- package/src/tooling/portable/schema/fixtures/tiinex.portal.time.v1.contract-fixture.md +294 -0
- package/src/tooling/portable/schema/fixtures/tiinex.root.v1.contract-fixture.md +584 -0
- package/src/tooling/portable/schema/fixtures/tiinex.root.v1.machine-shape.contract-fixture.md +44 -0
- package/src/tooling/portable/schema/fixtures/tiinex.root.v1.ordinary-target.contract-fixture.md +630 -0
- package/src/tooling/portable/schema/fixtures/tiinex.schema.contract.v1.repeated-record.contract-fixture.md +69 -0
- package/src/tooling/portable/schema/fixtures/tiinex.schema.generation.v1.repeated-record.contract-fixture.md +98 -0
- package/src/tooling/portable/schema/fixtures/tiinex.schema.inheritance.v1.repeated-record.contract-fixture.md +58 -0
- package/src/tooling/portable/schema/fixtures/tiinex.task.v1.contract-fixture.md +165 -0
- package/src/tooling/portable/schema/fixtures/tiinex.transition.definition.v1.contract-fixture.md +744 -0
- package/src/tooling/portable/schema/fixtures/tiinex.transition.definition.v1.field-domain.contract-fixture.md +319 -0
- package/src/transitions/canonical-schema-cache/053d46ce082d4ec261b82abc44ecca403d61e240/tiinex.relation.v1.schema.md +240 -0
- package/src/transitions/canonical-schema-cache/053d46ce082d4ec261b82abc44ecca403d61e240/tiinex.schema.contract.v1.schema.md +391 -0
- package/src/transitions/canonical-schema-cache/053d46ce082d4ec261b82abc44ecca403d61e240/tiinex.schema.generation.v1.schema.md +379 -0
- package/src/transitions/canonical-schema-cache/053d46ce082d4ec261b82abc44ecca403d61e240/tiinex.schema.transition.companion.v1.schema.md +265 -0
- package/src/transitions/canonical-schema-cache/053d46ce082d4ec261b82abc44ecca403d61e240/tiinex.semantic.package.v1.schema.md +402 -0
- package/src/transitions/canonical-schema-cache/52ecdea0a75893882ce282214d155f70e1309c2a/tiinex.topic.v1.schema.md +197 -0
- package/src/transitions/canonical-schema-cache/d69b8ff55a56b8cb9282b8684db6a938a4435b94/tiinex.root.v1.schema.md +797 -0
- package/src/transitions/canonical-schema-cache/d69b8ff55a56b8cb9282b8684db6a938a4435b94/tiinex.transition.definition.v1.schema.md +1062 -0
- package/src/transitions/canonicalTransition.packageContracts.js +22 -0
- package/src/transitions/canonicalTransition.productDefaults.js +105 -0
- package/src/transitions/canonicalTransition.schemaCache.case.mjs +45 -0
- package/src/transitions/canonicalTransition.schemaCache.js +81 -0
- package/src/transitions/canonicalTransition.semanticPackage.js +146 -0
- package/src/transitions/record.transitions.case.mjs +88 -0
- package/src/transitions/transition.authorityRepresentation.js +55 -0
- package/src/transitions/transition.availabilityPlanner.js +376 -0
- package/src/transitions/transition.availabilitySemantics.js +150 -0
- package/src/transitions/transition.definitionReadProjection.js +107 -0
- package/src/transitions/transition.definitionRegistry.js +355 -0
- package/src/transitions/transition.definitionRegistryAggregation.js +21 -0
- package/src/transitions/transition.definitions.js +46 -0
- package/src/transitions/transition.explicitGenerationPlanner.js +58 -0
- package/src/transitions/transition.generationInputPlanner.js +19 -0
- package/src/transitions/transition.interpretationMaterializer.js +2 -0
- package/src/transitions/transition.invocationBindingPacket.js +52 -0
- package/src/transitions/transition.invocationBindingPlanner.js +467 -0
- package/src/transitions/transition.legacyShorthand.js +133 -0
- package/src/transitions/transition.localArtifactMaterializers.js +16 -0
- package/src/transitions/transition.localCreateCapability.js +111 -0
- package/src/transitions/transition.outputMaterializationPlanner.js +336 -0
- package/src/transitions/transition.parentReference.js +90 -0
- package/src/transitions/transition.presentation.js +43 -0
- package/src/transitions/transition.productPreparation.js +377 -0
- package/src/transitions/transition.productPresentation.browser.js +28 -0
- package/src/transitions/transition.productPresentation.js +55 -0
- package/src/transitions/transition.referenceCreateCapability.js +119 -0
- package/src/transitions/transition.referenceTarget.js +50 -0
- package/src/transitions/transition.relationMaterializer.js +2 -0
- package/src/transitions/transition.resultSemantics.js +453 -0
- package/src/transitions/transition.taskMaterializer.js +2 -0
- package/src/transitions/transition.topicMaterializer.js +2 -0
- package/src/transitions/transition.validate.case.mjs +58 -0
- package/src/ui/cards/ArtifactCard.js +1 -0
- package/src/ui/cards/SchemaCard.js +1 -0
- package/src/ui/cards/SourceCard.js +1 -0
- package/src/ui/dialog.presenter.js +24 -0
- package/src/ui/feedback/DegradedNotice.js +1 -0
- package/src/ui/feedback/EmptyState.js +1 -0
- package/src/ui/feedback/ValidationNotice.js +1 -0
- package/src/ui/forms/FormRenderer.js +1 -0
- package/src/ui/forms/fields/MarkdownField.js +1 -0
- package/src/ui/forms/fields/SelectField.js +1 -0
- package/src/ui/forms/fields/SourcePickerField.js +1 -0
- package/src/ui/forms/fields/TextField.js +1 -0
- package/src/ui/icon.paths.js +37 -0
- package/src/ui/layout/Panel.js +1 -0
- package/src/ui/layout/ResponsiveFrame.js +1 -0
- package/src/ui/layout/SplitView.js +1 -0
- package/src/ui/layout/Stack.js +1 -0
- package/src/ui/panels/DetailPanel.js +1 -0
- package/src/ui/panels/LineagePanel.js +1 -0
- package/src/ui/panels/SourcePanel.js +1 -0
- package/src/ui/primitives/Badge.js +1 -0
- package/src/ui/primitives/Badge.jsx +5 -0
- package/src/ui/primitives/Button.js +1 -0
- package/src/ui/primitives/Button.jsx +12 -0
- package/src/ui/primitives/Card.js +1 -0
- package/src/ui/primitives/Field.js +1 -0
- package/src/ui/primitives/Field.jsx +21 -0
- package/src/ui/primitives/Icon.jsx +90 -0
- package/src/ui/primitives/Modal.jsx +27 -0
- package/src/validation/i18n.js +37 -0
- package/src/validation/validateArtifact.case.mjs +41 -0
- package/src/verses/column/ColumnVerse.js +1 -0
- package/src/verses/column/column.model.js +6 -0
- package/src/verses/column/column.project.js +7 -0
- package/src/verses/context.js +26 -0
- package/src/verses/contracts.js +1 -0
- package/src/verses/hostRegistry.js +47 -0
- package/src/verses/registry.js +22 -0
- package/src/verses/universe.model.js +8 -0
- package/src/verses/universe.presenter.js +8 -0
- package/src/verses/universe.project.js +12 -0
- package/src/viewer.js +34 -0
- package/src/workspace.model.js +5 -0
- package/src/workspaces/workspace.actions.js +1 -0
- package/src/workspaces/workspace.artifactActions.js +56 -0
- package/src/workspaces/workspace.auditView.js +153 -0
- package/src/workspaces/workspace.candidates.js +149 -0
- package/src/workspaces/workspace.config.js +153 -0
- package/src/workspaces/workspace.configuredSource.js +68 -0
- package/src/workspaces/workspace.discoveryProgress.js +34 -0
- package/src/workspaces/workspace.discoveryView.js +386 -0
- package/src/workspaces/workspace.displayFilters.js +63 -0
- package/src/workspaces/workspace.displayOptions.js +58 -0
- package/src/workspaces/workspace.emptyStateCopy.js +24 -0
- package/src/workspaces/workspace.entrypointLifecycle.js +131 -0
- package/src/workspaces/workspace.entrypointViewIntent.js +83 -0
- package/src/workspaces/workspace.entrypoints.js +157 -0
- package/src/workspaces/workspace.feedSort.js +152 -0
- package/src/workspaces/workspace.import.js +212 -0
- package/src/workspaces/workspace.importConflicts.js +200 -0
- package/src/workspaces/workspace.importLifecycle.case.mjs +103 -0
- package/src/workspaces/workspace.lifecycle.case.mjs +353 -0
- package/src/workspaces/workspace.lifecycle.js +357 -0
- package/src/workspaces/workspace.lineageView.js +244 -0
- package/src/workspaces/workspace.localSourceLifecycle.js +91 -0
- package/src/workspaces/workspace.materialLedger.js +110 -0
- package/src/workspaces/workspace.materialReconciliation.case.mjs +164 -0
- package/src/workspaces/workspace.materialReconciliation.js +390 -0
- package/src/workspaces/workspace.memberIdentity.js +140 -0
- package/src/workspaces/workspace.model.js +2 -0
- package/src/workspaces/workspace.navigation.js +20 -0
- package/src/workspaces/workspace.openSemantics.js +33 -0
- package/src/workspaces/workspace.pathTree.js +132 -0
- package/src/workspaces/workspace.persistence.case.mjs +271 -0
- package/src/workspaces/workspace.persistence.js +469 -0
- package/src/workspaces/workspace.persistenceCache.js +41 -0
- package/src/workspaces/workspace.persistenceClear.js +45 -0
- package/src/workspaces/workspace.persistencePresentation.js +93 -0
- package/src/workspaces/workspace.persistenceRecovery.js +147 -0
- package/src/workspaces/workspace.persistenceRouteCache.js +82 -0
- package/src/workspaces/workspace.publicationReceipts.case.mjs +36 -0
- package/src/workspaces/workspace.publicationReceipts.js +56 -0
- package/src/workspaces/workspace.recoverabilityView.js +264 -0
- package/src/workspaces/workspace.route.js +432 -0
- package/src/workspaces/workspace.runtimeCanonical.js +18 -0
- package/src/workspaces/workspace.sourceMaterial.js +71 -0
- package/src/workspaces/workspace.sourceRecordPath.js +5 -0
- package/src/workspaces/workspace.sourceRecords.js +75 -0
- package/src/workspaces/workspace.store.js +3 -0
- package/src/workspaces/workspace.summary.js +116 -0
- package/src/workspaces/workspace.timePortal.js +137 -0
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
# Continuity Context
|
|
2
|
+
|
|
3
|
+
- Envelope Schema: [tiinex.root.v1](https://github.com/Tiinex/docs/blob/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/.schemas/tiinex.root.v1.schema.md)
|
|
4
|
+
- Current
|
|
5
|
+
- Current Schema: [tiinex.task.v1](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.topics/.schemas/core/task/tiinex.task.v1.schema.md)
|
|
6
|
+
- Created At: 2026-08-24 21:52:00
|
|
7
|
+
- Authors: Loom
|
|
8
|
+
- Why: Return the bounded Tooling 027 carrier/control-plane responsibility audit, workspace-artifact/archive classification, and measured candidate evidence without migrating the production Handoff representation.
|
|
9
|
+
- Summary: Tooling 027 result — current control-plane classification, exact-material deduplication analysis, workspace-archive A/B evidence, schema-binding blocker, and bounded implementation recommendation.
|
|
10
|
+
- Status: draft/local
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# Tooling 027 result — Handoff workspace archive and control-plane minimality audit
|
|
15
|
+
|
|
16
|
+
## Objective
|
|
17
|
+
|
|
18
|
+
Audited the exact received Tooling 027 Handoff carrier, the manufacturing/inspection code carried in the workspace and embedded portable runtime, and the exact `tiinex.workspace.v1` schema at the supplied Site commit. Compared the current exploded workspace carriage against a bounded nested-workspace prototype without changing normal manufacture/output semantics.
|
|
19
|
+
|
|
20
|
+
## Executive Disposition
|
|
21
|
+
|
|
22
|
+
- Disposition: **open a bounded implementation task, gated by Axiom/schema classification; keep the current production carrier until that task is independently accepted.**
|
|
23
|
+
- The workspace-artifact plus exact workspace-archive direction is mechanically viable and materially reduces outer carrier surface. Existing archive Tooling can decode the nested tree in memory and preserve exact per-entry SHA-256 qualification without arbitrary filesystem extraction.
|
|
24
|
+
- The current `tiinex.workspace.v1` schema does **not** authorize a package-local binding from an arbitrary workspace artifact/instance to an exact workspace-tree archive. `Workspace Entrypoints` describe source declarations and `Repository Transports` describe repository delivery; overloading either would change their semantics. Axiom must classify whether the binding belongs in a workspace schema extension or, preferably if semantically sufficient, a package/Handoff workspace-carrier binding descriptor that references an ordinary workspace artifact plus an archive representation.
|
|
25
|
+
- The generic export-package control layer is valid as an inner planning/build layer but is misleading at the final Handoff boundary. In particular, serialized `manifest.json` and `receipt.json` still say a future package may be built / no ZIP was written after Handoff manufacture has already produced the actual carrier. These controls are current compatibility dependencies, not Handoff semantic truth.
|
|
26
|
+
- All six `handoff.material` carriers in the received package are byte-identical to entries already carried in the qualified `tiinex-site` workspace. This package therefore proves a real deduplication opportunity. Detached material must remain available when exact material is not already addressable through a qualified workspace provider.
|
|
27
|
+
|
|
28
|
+
## Current Carrier Qualification
|
|
29
|
+
|
|
30
|
+
Embedded portable Tooling replayed the exact received package:
|
|
31
|
+
|
|
32
|
+
- `orient-handoff-package`: `ready`.
|
|
33
|
+
- `audit-handoff-package-context`: `ready`; 104/104 non-control carriers classified, zero unexplained carriers.
|
|
34
|
+
- Duplicate-byte summary: 6/6 detached `handoff.material` carriers also exist byte-identically in the qualified workspace.
|
|
35
|
+
- `ground-cold-consumer`: degraded only because the carried package has no current Loom Role artifact; the Handoff purpose resolved correctly.
|
|
36
|
+
- The carried workspace snapshot is intentionally partial as a source checkout. Running focused tests directly from that partial workspace fails on omitted runtime files. Replaying those same focused tests against the package-qualified embedded runtime plus the carried test fixtures passes carrier projection, cold-consumer START, context audit, Pointer projection, transport companion, multi-root manufacture, scale manufacture, and Tooling 026 cold-start qualification.
|
|
37
|
+
|
|
38
|
+
## Responsibility Inventory
|
|
39
|
+
|
|
40
|
+
| Surface | Exact responsibility / authority | Current consumers / integrity dependency | Classification | Tooling 027 disposition |
|
|
41
|
+
| --- | --- | --- | --- | --- |
|
|
42
|
+
| package-root Pointer(s) | One normal `tiinex.pointer.v1` route projection per qualified Handoff; no semantic/Parent authority | `inspectHandoffPointerEntrypoints`; cold orientation requires Pointer projection to correlate with carrier/workspace bytes | derived projection; intentional compatibility duplicate with START | retain during migration; removable only through versioned orientation compatibility change |
|
|
43
|
+
| `tiinex.bootstrap/manifest.json` + runtime | Qualifies exact portable runtime bytes and entrypoint; bootstrap transport authority only | cold host/bootstrap execution; manifest-declared exact runtime qualification | unique required bootstrap control | keep outside workspace archives; persistent-host omission only after exact version/source/integrity qualification and explicit unavailable state |
|
|
44
|
+
| `handoff.workspaces/<id>/...` | Current exact workspace byte carrier; directory shape itself has no semantic identity/completeness authority | closure workspace materializations, carrier route lookup, Required Context resolution, context audit, file map | required current byte provider; high native-indexing surface | candidate replacement is archive-aware workspace provider, not blind deletion |
|
|
45
|
+
| `handoff.material/**` | Route-scoped exact Required/Reference Context byte closure independent of workspace path/discovery | closure descriptor, Required Context fallback, context audit, file map | required fallback; duplicated in this package | dedupe only when workspace/archive provider proves exact `(workspace identity, inner path, bytes, SHA-256)` equivalence fail-closed; otherwise retain detached bytes |
|
|
46
|
+
| `context/workspace.json` | Generic export/re-ingest workspace context projection; not a lineage-bearing `tiinex.workspace.v1` artifact and not Handoff route truth | generic export manifest/index/file-map layer | projection; effectively empty in this package | remove/rehome only with Handoff-specific control-topology change; do not confuse with proposed `.workspace.md` artifact |
|
|
47
|
+
| `tiinex.package/START.md` | Cold-consumer preferred-path projection and bounded route/workspace selector; semantic authority none | `inspectHandoffColdConsumerEntrypoint`; `orient-handoff-package`; Tooling 026 preferred ingress | derived projection; currently compatibility-critical | retain until canonical Pointer/bootstrap path fully subsumes START under a versioned compatibility transition |
|
|
48
|
+
| `tiinex.package/handoff-carrier.json` | Recomputed route/workspace membership, route selection, projected human filename, Required Context route-grounding projection | START/Pointer inspection, human output, shared-route selection | Handoff-specific derived control with important qualification role | keep concept; candidate must become archive-provider-aware rather than pathing directly to exploded outer files |
|
|
49
|
+
| `tiinex.package/handoff-closure.json` | Exact Required/Reference material plan, selected-provider/provenance, workspace materialization/correlation, bootstrap and roundtrip evidence | carrier Required Context resolution, context audit, package readiness | Handoff-specific closure control; large but semantically useful | keep responsibility; simplify representation after archive binding is classified, especially per-entry workspace locator shape and duplicate materialization |
|
|
50
|
+
| `tiinex.package/handoff-companion.json` | Disposable transport/UI action projection over package status/routing; no semantic authority | manufacture validity and transport presentation | derived projection | can be regenerated from qualified carrier/closure; candidate for on-demand projection or compacting, not first removal target |
|
|
51
|
+
| `tiinex.package/file-map.json` | Durable exact path/length/SHA-256 map for every governed outer package file and serialized representation digest | package bundle inspection, tamper detection, all final controls | unique integrity authority | keep. For nested workspaces govern the archive blob at outer level and add independently qualified inner-entry map/provider contract; do not trust archive filename |
|
|
52
|
+
| `tiinex.package/build-receipt.json` | Records deterministic construction status and a second digest over non-control material | generic control-consistency inspector; rewritten during Handoff manufacture | derived build evidence; partially duplicates file-map/manifest status | rehome the genuinely useful build/material digest or drop it in a new Handoff topology only after invariant coverage is preserved |
|
|
53
|
+
| `tiinex.package/manifest.json` | Generic export-package material-selection plan and semantic fingerprint | generic control consistency; currently also supplies primary workspace id/title to carrier workspace projection | valid inner-layer plan, misleading as final Handoff lifecycle projection | Handoff v2 should stop depending on it for route/workspace truth; primary workspace identity belongs in Handoff/workspace carrier controls |
|
|
54
|
+
| `tiinex.package/receipt.json` | Receipt for creation of the generic export manifest, explicitly `planned` | generic control consistency and embedded contract equality | stale-at-final-boundary planning receipt | remove/rehome in Handoff-specific topology; do not present as final carrier receipt |
|
|
55
|
+
| `tiinex.package/contract.json` | Embeds preflight + full manifest + full receipt | generic control consistency requires exact duplicate equality | high-duplication generic export contract | strongest control-boilerplate removal candidate once Handoff-specific topology owns its needed invariants |
|
|
56
|
+
| `tiinex.package/index.json` | Fixed pointers to generic control documents plus generic material entries | control-topology inspector | derived path index; canonical paths are already fixed in code/schema | remove or shrink in Handoff-specific topology after versioned compatibility change |
|
|
57
|
+
| `tiinex.package/findings.json` | Generic export bundle findings | topology requires presence; no unique Handoff semantic content in this package | projection-only / empty here | merge into Handoff qualification output or omit in a new topology if error disclosure remains explicit |
|
|
58
|
+
|
|
59
|
+
## Manifest / Receipt Finding
|
|
60
|
+
|
|
61
|
+
The apparent contradiction is layered rather than byte corruption:
|
|
62
|
+
|
|
63
|
+
1. `buildRecipientRelativeHandoffTransportPackage` first creates a generic export `baseBundle`.
|
|
64
|
+
2. That base bundle serializes a manifest saying it describes a future bounded export package with `packageZipCreated: false`, and a receipt saying no ZIP was written and a future export builder may create one.
|
|
65
|
+
3. Handoff manufacture then appends workspace/material/bootstrap/Handoff controls, rewrites the build receipt's material digest, rebuilds the durable file map, and serializes the actual Handoff ZIP.
|
|
66
|
+
|
|
67
|
+
Therefore the old language is truthful about the earlier export-planning operation but misleading when read as final carrier state. The result is **misleading projection reuse**, not a reason to distrust the file map. A Handoff-specific topology should not carry those lifecycle claims unless it explicitly labels them as an inner export-plan receipt.
|
|
68
|
+
|
|
69
|
+
## `handoff.material` Closure / Deduplication Contract
|
|
70
|
+
|
|
71
|
+
Detached `handoff.material` is currently a robust route-relative exact-byte provider. It remains necessary when a requirement is external to carried workspaces, a workspace snapshot is partial/unqualified, the target path is unavailable/ambiguous, or route-local custody requires a distinct representation.
|
|
72
|
+
|
|
73
|
+
A workspace/archive binding can provide equivalent closure only if all of the following fail closed:
|
|
74
|
+
|
|
75
|
+
- one qualified workspace instance/provider is selected independently of filename/directory placement;
|
|
76
|
+
- one safe normalized inner path resolves inside that workspace archive;
|
|
77
|
+
- the archive blob itself is governed by outer file-map bytes/SHA-256;
|
|
78
|
+
- the selected inner entry's exact bytes and SHA-256 are independently verified against the workspace-carrier binding/index;
|
|
79
|
+
- the Handoff reference resolves to that exact `(workspace, inner path)` pair without escaping the workspace root;
|
|
80
|
+
- duplicate inner paths, duplicate workspace identities, archive corruption, digest mismatch, missing archive/provider, or unavailable archive Tooling block qualification;
|
|
81
|
+
- Required Context remains blocking while Reference Context may remain non-blocking according to the existing contract.
|
|
82
|
+
|
|
83
|
+
On the received package, all six detached materials meet the first-order dedupe condition because context audit found byte-identical workspace copies. Production dedupe still waits for the archive-provider binding semantics above.
|
|
84
|
+
|
|
85
|
+
## Workspace Artifact / Archive Semantic Classification
|
|
86
|
+
|
|
87
|
+
The exact `tiinex.workspace.v1` schema at the supplied Site commit defines `.workspace.md` as a portable workspace entrypoint. It allows `Workspace Entrypoints` for source declarations and `Repository Transports` whose `snapshot` form is specifically a repository delivery path where separate snapshot metadata owns repository commit, archive location, and checksum.
|
|
88
|
+
|
|
89
|
+
No existing field declares: “this workspace artifact/instance is represented by this package-local exact workspace-tree archive.” Using `Workspace Entrypoints`, `Repository Transports`, `Machine State`, filename adjacency, or directory colocation for that binding would silently assign new semantics.
|
|
90
|
+
|
|
91
|
+
Required classification before implementation:
|
|
92
|
+
|
|
93
|
+
- preferred question: can a Handoff/package-local `workspace-carrier` binding descriptor own the artifact-digest ↔ archive-digest ↔ inner-entry-map relationship while leaving `tiinex.workspace.v1` unchanged?
|
|
94
|
+
- if the relationship is intended to be portable workspace semantics outside Handoff/package transport, then extend/classify `tiinex.workspace.v1` explicitly instead.
|
|
95
|
+
- either way, semantic workspace identity must not derive from `<name>.workspace.md`, `<name>.workspace.zip`, archive filename, or `tiinex.workspaces/` placement.
|
|
96
|
+
|
|
97
|
+
## Size / Compression Evidence
|
|
98
|
+
|
|
99
|
+
Exact received carrier:
|
|
100
|
+
|
|
101
|
+
- outer ZIP bytes: 4,743,466;
|
|
102
|
+
- outer files: 430;
|
|
103
|
+
- all outer entries use ZIP `STORE` (no compression);
|
|
104
|
+
- `handoff.workspaces`: 96 files, 962,833 payload bytes;
|
|
105
|
+
- `tiinex.bootstrap`: 315 files, 3,178,145 payload bytes;
|
|
106
|
+
- `tiinex.package`: 11 files, 456,676 payload bytes;
|
|
107
|
+
- file map alone: 303,985 bytes; its 96 workspace entries account for about 60,978 compact-JSON bytes before pretty-print overhead;
|
|
108
|
+
- detached `handoff.material`: 45,424 bytes, all duplicate in this package.
|
|
109
|
+
|
|
110
|
+
Bounded candidate experiment, keeping non-workspace outer files unchanged and replacing the 96 exploded workspace files with one provisional workspace artifact plus one workspace ZIP:
|
|
111
|
+
|
|
112
|
+
| Representation | Bytes | Outer files | Observation |
|
|
113
|
+
| --- | ---: | ---: | --- |
|
|
114
|
+
| received exploded, outer STORE | 4,743,466 | 430 | production baseline |
|
|
115
|
+
| inner workspace STORE, outer STORE | 4,738,269 | 336 | entry-count reduction alone barely changes bytes |
|
|
116
|
+
| inner workspace DEFLATE, outer STORE | 4,024,643 | 336 | −718,823 bytes / −15.15%; workspace archive 266,699 bytes vs 962,833 raw workspace payload |
|
|
117
|
+
| inner workspace STORE, outer DEFLATE | 1,022,452 | 336 | outer compression benefits all text/bootstrap material; not supported by current deterministic STORE serializer |
|
|
118
|
+
| inner workspace DEFLATE, outer DEFLATE | 1,070,114 | 336 | 47,662 bytes larger than storing an uncompressed inner ZIP under an outer-deflated carrier; concrete double-compression penalty |
|
|
119
|
+
|
|
120
|
+
The existing deterministic package serializer intentionally writes STORE-only ZIP entries. Therefore a compressed inner workspace archive stored verbatim by the current outer serializer is the directly compatible compression shape. If a future serializer adds per-entry DEFLATE for ordinary controls/bootstrap, it should STORE already-compressed workspace archives rather than recompress them.
|
|
121
|
+
|
|
122
|
+
Serialization microbenchmarks on this host are observations, not SLAs: current outer STORE rebuild median ~9.83 ms; inner workspace DEFLATE median ~31.24 ms; candidate outer STORE assembly after inner archive exists ~6.61 ms; outer-DEFLATE candidate variants ~108–134 ms. These timings exclude model/UX latency and are not acceptance thresholds.
|
|
123
|
+
|
|
124
|
+
## Cold-Start / Archive-Provider A/B Evidence
|
|
125
|
+
|
|
126
|
+
The accepted Tooling 026 contract remains the behavioral authority: zero arbitrary native archaeology before qualified orientation is the preferred path regardless of carrier shape. The carrier shape changes accidental-indexing pressure; it does not redefine PASS.
|
|
127
|
+
|
|
128
|
+
Deterministic local A/B observations:
|
|
129
|
+
|
|
130
|
+
- current outer package load through portable Node ZIP intake: 430 outer files, median ~57.0 ms in the bounded run;
|
|
131
|
+
- current `orient-handoff-package` over already loaded material: `ready`, median ~45.8 ms;
|
|
132
|
+
- nested candidate outer package load: 336 outer files, median ~21.2 ms;
|
|
133
|
+
- existing Tiinex archive decoder consumed the compressed inner workspace in memory: 96 entries, zero errors/warnings; median ~70.8–98.9 ms across the two bounded probes depending on selected verification work;
|
|
134
|
+
- exact route plus all four Required Context targets were recovered from the inner archive with SHA-256 values identical to the current carrier projections;
|
|
135
|
+
- no filesystem extraction was required by the nested probe.
|
|
136
|
+
|
|
137
|
+
This does **not** qualify candidate orientation performance because current `orient-handoff-package` still expects exploded `workspace.materialization.includedEntries[].packagePath` files in the outer bundle. The experiment proves the archive-decoding primitive and exact-byte recovery seam exist; the bounded implementation must wire that provider into carrier/closure/orientation and then rerun Tooling 026 qualification.
|
|
138
|
+
|
|
139
|
+
Native-indexing surface in the exact single-workspace package drops from 96 exposed workspace files to two outer workspace carriers (`.workspace.md` + `.workspace.zip`). A naive outer ZIP index therefore has 94 fewer workspace leaves to inspect before Tooling takeover. Preferred-path qualification should still record zero arbitrary reads; this is reduction of temptation/cost, not permission for native archaeology.
|
|
140
|
+
|
|
141
|
+
## Single- / Multi-Workspace Equivalence Requirements
|
|
142
|
+
|
|
143
|
+
Current multi-workspace route semantics already key routes by `workspaceId + workspace-relative path`; the copied runtime replay passes the existing multi-root manufacture and multi-workspace START/carrier pressure tests.
|
|
144
|
+
|
|
145
|
+
The nested prototype duplicated the same inner route path across two workspace archive providers. Path-only lookup produced two matches, while `(workspaceId, innerPath)` resolved uniquely for both. This is the required behavior: archive nesting must preserve workspace-qualified addressing and must never let an identical inner path collapse cross-workspace identity.
|
|
146
|
+
|
|
147
|
+
A bounded implementation must add positive and adversarial fixtures for at least:
|
|
148
|
+
|
|
149
|
+
- single workspace, one route, required material satisfied from archive entries;
|
|
150
|
+
- two workspaces with the same inner relative route path, explicit route selection preserved;
|
|
151
|
+
- detached material fallback when an exact workspace entry is unavailable;
|
|
152
|
+
- missing/duplicate workspace binding, duplicate inner path, unsafe inner path, wrong inner digest, changed archive blob, stale inner index, wrong workspace artifact digest, and archive decoder unavailable;
|
|
153
|
+
- outer file-map tamper and inner-entry tamper independently fail;
|
|
154
|
+
- carried canonical Tiinex Markdown bytes remain unchanged and package-wide continuity qualification still recomputes c14n-v2 rather than trusting stored footer equality.
|
|
155
|
+
|
|
156
|
+
## Minimal Control-Plane Target
|
|
157
|
+
|
|
158
|
+
Do not delete current files in place. The implementation target should introduce a versioned Handoff carrier topology with these responsibilities preserved explicitly:
|
|
159
|
+
|
|
160
|
+
- root Tiinex orientation projection(s): Pointer and/or START during compatibility migration;
|
|
161
|
+
- qualified bootstrap control/runtime outside workspace archives;
|
|
162
|
+
- Handoff route/workspace carrier projection;
|
|
163
|
+
- Handoff material/workspace closure descriptor;
|
|
164
|
+
- durable outer file map;
|
|
165
|
+
- one ordinary lineage-bearing `.workspace.md` artifact per workspace;
|
|
166
|
+
- one exact workspace archive per workspace plus a classified package-local binding/index;
|
|
167
|
+
- detached `handoff.material` only for requirements not equivalently satisfied by qualified workspace archive entries.
|
|
168
|
+
|
|
169
|
+
Generic export `manifest`/`receipt`/`contract`/`index`/empty `findings`/`context/workspace.json` should not be copied forward merely because the current Handoff builder starts from an export bundle. Any genuinely unique invariant they currently provide must be named and rehomed before removal. `build-receipt` may be retained in compact form or folded into the file-map/closure qualification if its non-control material digest/build-state evidence remains independently checkable.
|
|
170
|
+
|
|
171
|
+
## Bounded Implementation Task Shape
|
|
172
|
+
|
|
173
|
+
Open implementation only after Axiom answers the workspace-artifact/archive binding classification. Then:
|
|
174
|
+
|
|
175
|
+
1. add an archive-backed workspace byte-provider interface keyed by qualified workspace identity plus normalized inner path;
|
|
176
|
+
2. make carrier route qualification, Required Context resolution, context audit, and human-output projection consume that provider instead of assuming exploded outer `packagePath` leaves;
|
|
177
|
+
3. introduce deterministic workspace archive manufacture and an inner path/bytes/SHA-256 index with safe-path and duplicate-path rejection;
|
|
178
|
+
4. deduplicate detached material only after exact provider equivalence is proven;
|
|
179
|
+
5. version the Handoff-specific control topology and remove/rehome generic export-plan controls only with invariant-by-invariant regression proof;
|
|
180
|
+
6. preserve Pointer/START compatibility until the new orientation path is independently qualified;
|
|
181
|
+
7. rerun Tooling 026 preferred-path fixtures plus actual cold-session A/B, file-map/tamper/context-audit, single/multi-workspace, bootstrap-unavailable, and package-wide continuity conformance;
|
|
182
|
+
8. do not switch normal manufacture/output by default until independent Anchor review accepts the implementation and Sigma personally inspects the first actual new-format Handoff package.
|
|
183
|
+
|
|
184
|
+
## Scope / Limits
|
|
185
|
+
|
|
186
|
+
No production carrier migration, canonical workspace schema mutation, remote write, authentication, publication, Viewer/VS Code implementation, or change to active publication semantics was performed. Experimental nested archives and probes are non-authoritative evidence only. Observed timings are bounded measurements, not benchmark thresholds or SLAs.
|
|
187
|
+
|
|
188
|
+
# Continuity Integrity
|
|
189
|
+
|
|
190
|
+
- [sha256-base64url-c14n-v2](https://github.com/Tiinex/docs/blob/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/.validators/sha256-base64url-c14n-v2.validator.md)
|
|
191
|
+
- Towards: self
|
|
192
|
+
- Value:7q8dNLTLDhDzqOZNF9rhEE-pwJ1LdwRBiXtcy2xRUFo
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# Continuity Context
|
|
2
|
+
|
|
3
|
+
- Envelope Schema: [tiinex.root.v1](https://github.com/Tiinex/docs/blob/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/.schemas/tiinex.root.v1.schema.md)
|
|
4
|
+
- Parent
|
|
5
|
+
- Parent Schema: [tiinex.task.v1](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.topics/.schemas/core/task/tiinex.task.v1.schema.md)
|
|
6
|
+
- Created At: 2026-08-24 21:52:00
|
|
7
|
+
- Trace: [027-1-handoff-package-workspace-archive-and-control-plane-minimality-audit-result.trace.md](../../tooling/dogfood/027-1-handoff-package-workspace-archive-and-control-plane-minimality-audit-result.trace.md)
|
|
8
|
+
- Origin:
|
|
9
|
+
- [relative](../../tooling/dogfood/027-1-handoff-package-workspace-archive-and-control-plane-minimality-audit-result.trace.md)
|
|
10
|
+
- Current
|
|
11
|
+
- Current Schema: [tiinex.handoff.v1](https://github.com/Tiinex/docs/blob/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/.schemas/coordination/handoff/tiinex.handoff.v1.schema.md)
|
|
12
|
+
- Created At: 2026-08-24 21:53:00
|
|
13
|
+
- Authors: Loom
|
|
14
|
+
- Why: Return the completed bounded Tooling 027 audit and candidate evidence to Anchor for independent disposition without self-accepting a production carrier migration.
|
|
15
|
+
- Summary: Loom-to-Anchor return Handoff for Tooling 027 carrier/control-plane audit result.
|
|
16
|
+
- Status: draft/local
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# Tooling 027 audit result handoff
|
|
21
|
+
|
|
22
|
+
## Handoff Parties
|
|
23
|
+
|
|
24
|
+
- Purpose: independently review the completed Tooling 027 responsibility audit, archive-candidate evidence, schema-classification blocker, and bounded implementation recommendation
|
|
25
|
+
- From: Loom
|
|
26
|
+
- From Kind: role
|
|
27
|
+
- To: Anchor
|
|
28
|
+
- To Kind: role
|
|
29
|
+
|
|
30
|
+
## Transfers
|
|
31
|
+
|
|
32
|
+
- tooling-027-result-review
|
|
33
|
+
- Transfer Kind: result
|
|
34
|
+
- Description: complete Tooling 027 audit with current control responsibility classification, exact-material deduplication analysis, workspace/archive size and cold-start prototype evidence, multi-workspace addressing pressure, and explicit gated implementation disposition
|
|
35
|
+
- Controlling Artifact: [Tooling 027 result](../../tooling/dogfood/027-1-handoff-package-workspace-archive-and-control-plane-minimality-audit-result.trace.md)
|
|
36
|
+
- Boundary: review/disposition only; the result does not migrate the production Handoff carrier or authorize unclassified workspace/archive binding semantics
|
|
37
|
+
|
|
38
|
+
## Required Context
|
|
39
|
+
|
|
40
|
+
- tooling-027-result
|
|
41
|
+
- Material: exact completed audit and disposition
|
|
42
|
+
- Material Reference: [Tooling 027 result](../../tooling/dogfood/027-1-handoff-package-workspace-archive-and-control-plane-minimality-audit-result.trace.md)
|
|
43
|
+
- Purpose: controlling review material
|
|
44
|
+
- Availability: available
|
|
45
|
+
|
|
46
|
+
## Reference Context
|
|
47
|
+
|
|
48
|
+
- tooling-027-controlling-task
|
|
49
|
+
- Material: original objective, Done Criteria, and no-production-migration boundary
|
|
50
|
+
- Material Reference: [Tooling 027](../../tooling/dogfood/027-handoff-package-workspace-archive-and-control-plane-minimality-audit.trace.md)
|
|
51
|
+
- Purpose: compare returned evidence against the delegated audit contract
|
|
52
|
+
- Availability: available
|
|
53
|
+
|
|
54
|
+
- tooling-026-anchor-acceptance
|
|
55
|
+
- Material: accepted preferred-path qualification baseline consumed by the audit
|
|
56
|
+
- Material Reference: [Tooling 026 Anchor acceptance](../../tooling/dogfood/026-2-cold-start-tiinex-first-ingress-anchor-acceptance.trace.md)
|
|
57
|
+
- Purpose: preserve behavioral acceptance boundary while reviewing carrier recommendations
|
|
58
|
+
- Availability: available
|
|
59
|
+
|
|
60
|
+
## Retained Responsibilities
|
|
61
|
+
|
|
62
|
+
- independent-tooling-027-disposition
|
|
63
|
+
- Retained By: Anchor or another fresh reviewer
|
|
64
|
+
- Responsibility: accept, reject, narrow, or defer the returned recommendation and decide whether to route Axiom classification plus a bounded implementation task
|
|
65
|
+
- Boundary: Loom does not self-accept its audit or any new production carrier format
|
|
66
|
+
|
|
67
|
+
- first-new-format-sigma-inspection
|
|
68
|
+
- Retained By: Sigma with Anchor
|
|
69
|
+
- Responsibility: personally inspect the first actual Handoff package emitted in any subsequently accepted new carrier format before normal routing continues
|
|
70
|
+
- Boundary: the experimental nested archives used for this audit do not count as production-format acceptance
|
|
71
|
+
|
|
72
|
+
## Completion Expectation
|
|
73
|
+
|
|
74
|
+
- Signal Kind: decision
|
|
75
|
+
- Signal Meaning: independently disposition Tooling 027 and, if accepted, route the workspace/archive binding classification before implementation
|
|
76
|
+
- Return To: Loom or the selected downstream implementation/classification Role as appropriate
|
|
77
|
+
|
|
78
|
+
## Interpretation Limits
|
|
79
|
+
|
|
80
|
+
- Does Not Mean: the candidate archive layout is production-qualified, `tiinex.workspace.v1` already binds package-local archives, detached `handoff.material` is globally redundant, generic export controls may be deleted piecemeal, or measured timings are SLAs
|
|
81
|
+
- Must Not Be Used To Claim: archive filename/adjacency creates workspace identity; nested archive success replaces file-map/tamper/context qualification; current Tooling 026 PASS is inherited by an unwired candidate carrier
|
|
82
|
+
- Authority Limits: current Handoff/Workspace schemas, exact package bytes, accepted Tooling 026 behavior, and independent review remain authoritative
|
|
83
|
+
|
|
84
|
+
# Continuity Integrity
|
|
85
|
+
|
|
86
|
+
- [sha256-base64url-c14n-v2](https://github.com/Tiinex/docs/blob/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/.validators/sha256-base64url-c14n-v2.validator.md)
|
|
87
|
+
- Towards: [027-1-handoff-package-workspace-archive-and-control-plane-minimality-audit-result.trace.md](../../tooling/dogfood/027-1-handoff-package-workspace-archive-and-control-plane-minimality-audit-result.trace.md)
|
|
88
|
+
- Value: 7q8dNLTLDhDzqOZNF9rhEE-pwJ1LdwRBiXtcy2xRUFo
|
|
89
|
+
|
|
90
|
+
- [sha256-base64url-c14n-v2](https://github.com/Tiinex/docs/blob/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/.validators/sha256-base64url-c14n-v2.validator.md)
|
|
91
|
+
- Towards: self
|
|
92
|
+
- Value:a-JJrNqa2CPT-yoUIIuTCh6fa-TYBI2iJosro2H9zzw
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "tiinex.portable.cold-start-qualification.examples.v1",
|
|
3
|
+
"examples": [
|
|
4
|
+
{
|
|
5
|
+
"id": "routed-handoff-preferred",
|
|
6
|
+
"ingressKind": "routed-handoff-package",
|
|
7
|
+
"toolingAvailable": true,
|
|
8
|
+
"events": [
|
|
9
|
+
{ "sequence": 1, "mechanism": "native-host", "action": "surface-attached-package", "semanticClass": "minimal-bootstrap", "bytes": 256, "elapsedMs": 5 },
|
|
10
|
+
{ "sequence": 2, "mechanism": "tiinex", "operation": "orient-handoff-package", "status": "ready", "bytes": 4096, "elapsedMs": 20 },
|
|
11
|
+
{ "sequence": 3, "mechanism": "tiinex", "operation": "ground-cold-consumer", "status": "ready", "bytes": 2048, "elapsedMs": 28 },
|
|
12
|
+
{ "sequence": 4, "mechanism": "native-host", "action": "execute-local-test", "semanticClass": "execution", "bytes": 0, "elapsedMs": 40 },
|
|
13
|
+
{ "sequence": 5, "mechanism": "native-host", "action": "substantive-reasoning", "semanticClass": "substantive-work", "bytes": 0, "elapsedMs": 45 }
|
|
14
|
+
],
|
|
15
|
+
"outcome": { "correct": true },
|
|
16
|
+
"expect": { "status": "preferred-pass", "preferredPathPassed": true, "nativeActionsBeforeTiinexTakeover": 1, "arbitraryFilesReadBeforeOrientation": 0 }
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "workspace-bootstrap-preferred",
|
|
20
|
+
"ingressKind": "workspace-bootstrap",
|
|
21
|
+
"toolingAvailable": true,
|
|
22
|
+
"events": [
|
|
23
|
+
{ "sequence": 1, "mechanism": "native-host", "action": "surface-workspace-bootstrap", "semanticClass": "minimal-bootstrap", "bytes": 128, "elapsedMs": 3 },
|
|
24
|
+
{ "sequence": 2, "mechanism": "tiinex", "operation": "discover-tooling", "status": "ready", "bytes": 512, "elapsedMs": 8 },
|
|
25
|
+
{ "sequence": 3, "mechanism": "tiinex", "operation": "search-lineage", "status": "ready", "bytes": 1024, "elapsedMs": 15 },
|
|
26
|
+
{ "sequence": 4, "mechanism": "tiinex", "operation": "ground-cold-consumer", "status": "ready", "bytes": 384, "elapsedMs": 18 },
|
|
27
|
+
{ "sequence": 5, "mechanism": "native-host", "action": "substantive-design-discussion", "semanticClass": "substantive-work", "bytes": 0, "elapsedMs": 25 }
|
|
28
|
+
],
|
|
29
|
+
"outcome": { "correct": true },
|
|
30
|
+
"expect": { "status": "preferred-pass", "preferredPathPassed": true, "tiinexCallsToOrientation": 2, "candidateArtifactsInspectedBeforeOrientation": 0 }
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": "axiom-style-native-archaeology-recovery",
|
|
34
|
+
"ingressKind": "routed-handoff-package",
|
|
35
|
+
"toolingAvailable": true,
|
|
36
|
+
"events": [
|
|
37
|
+
{ "sequence": 1, "mechanism": "native-host", "action": "surface-attached-package", "semanticClass": "minimal-bootstrap", "bytes": 256, "elapsedMs": 4 },
|
|
38
|
+
{ "sequence": 2, "mechanism": "native-host", "action": "list-zip-entries", "semanticClass": "native-read", "path": "package.zip", "bytes": 2400, "candidateArtifacts": 4, "elapsedMs": 14 },
|
|
39
|
+
{ "sequence": 3, "mechanism": "native-host", "action": "extract-archive", "semanticClass": "native-read", "path": "package.zip", "bytes": 18000, "candidateArtifacts": 8, "elapsedMs": 28 },
|
|
40
|
+
{ "sequence": 4, "mechanism": "native-host", "action": "read-role-and-lineage-files", "semanticClass": "native-read", "path": ".topics/", "bytes": 12000, "candidateArtifacts": 5, "elapsedMs": 41 },
|
|
41
|
+
{ "sequence": 5, "mechanism": "tiinex", "operation": "orient-handoff-package", "status": "ready", "bytes": 4096, "elapsedMs": 55 },
|
|
42
|
+
{ "sequence": 6, "mechanism": "tiinex", "operation": "ground-cold-consumer", "status": "ready", "bytes": 2048, "elapsedMs": 62 },
|
|
43
|
+
{ "sequence": 7, "mechanism": "native-host", "action": "substantive-publication-classification", "semanticClass": "substantive-work", "bytes": 0, "elapsedMs": 78 }
|
|
44
|
+
],
|
|
45
|
+
"outcome": { "correct": true },
|
|
46
|
+
"expect": { "status": "recovered-not-preferred", "preferredPathPassed": false, "recoveryState": "recovered", "unexpectedNativeActionsBeforeTiinexTakeover": 3, "arbitraryFilesReadBeforeOrientation": 3, "candidateArtifactsInspectedBeforeOrientation": 17 }
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": "voice-stt-degraded-capture",
|
|
50
|
+
"ingressKind": "degraded-capture",
|
|
51
|
+
"toolingAvailable": false,
|
|
52
|
+
"events": [
|
|
53
|
+
{ "sequence": 1, "mechanism": "native-host", "action": "capture-transcript", "semanticClass": "fallback", "reason": "Portable Tooling is unavailable in the voice capture host.", "bytes": 640, "elapsedMs": 12 }
|
|
54
|
+
],
|
|
55
|
+
"fallback": { "used": true, "reason": "Portable Tooling is unavailable in the voice capture host." },
|
|
56
|
+
"outcome": { "state": "unknown" },
|
|
57
|
+
"expect": { "status": "degraded-fallback", "preferredPathPassed": false, "fallbackUsed": true, "fallbackJustified": true }
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|