@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,130 @@
|
|
|
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.handoff.v1](https://github.com/Tiinex/docs/blob/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/.schemas/coordination/handoff/tiinex.handoff.v1.schema.md)
|
|
6
|
+
- Created At: 2026-08-22 12:47:35
|
|
7
|
+
- Authors: Architect
|
|
8
|
+
- Why: Transfer the bounded v481 shared recipient-relative material-closure planner implementation through a durable Handoff while supplying both exact Site implementation material and current published docs semantic material without assuming recipient network access.
|
|
9
|
+
- Summary: Handoff of v481 shared portable recipient-relative Handoff material-closure planner foundation to Tooling
|
|
10
|
+
- Status: draft/local
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# v481 Tooling recipient-relative Handoff material-closure planner foundation handoff
|
|
15
|
+
|
|
16
|
+
## Handoff Parties
|
|
17
|
+
|
|
18
|
+
- Purpose: transfer bounded implementation, adversarial pressure, validation, and durable reporting of the v481 shared portable recipient-relative material-closure planner while Architect retains architecture review, schema escalation, and subsequent product routing
|
|
19
|
+
- From: Architect
|
|
20
|
+
- From Kind: role
|
|
21
|
+
- To: Tooling
|
|
22
|
+
- To Kind: role
|
|
23
|
+
|
|
24
|
+
## Transfers
|
|
25
|
+
|
|
26
|
+
- v481-material-closure-planner
|
|
27
|
+
- Transfer Kind: work-and-responsibility
|
|
28
|
+
- Description: implement and qualify the shared portable material-closure/planning foundation defined by the controlling Task, including provider-neutral resolution seams, recipient-relative closure, partial/full workspace materialization truth, transport-local descriptor integration, prior-package reuse, bootstrap disposition, and exact package roundtrip evidence
|
|
29
|
+
- Controlling Artifact: [v481 recipient-relative material-closure planner Task](../../tooling/dogfood/008-site-tooling-v481-recipient-relative-handoff-material-closure-planner-foundation.trace.md)
|
|
30
|
+
- Boundary: Tooling owns implementation and truthful result/evidence for this bounded tranche; it does not acquire canonical schema design, Viewer product authority, recipient acceptance authority, or unrelated Site work
|
|
31
|
+
|
|
32
|
+
## Required Context
|
|
33
|
+
|
|
34
|
+
- current-site-workspace
|
|
35
|
+
- Material: the complete Tiinex/site v480 repository/worktree supplied inside this recipient-relative transport, including the controlling Task and this Handoff
|
|
36
|
+
- Purpose: exact current implementation/source authority for mutation, regression, and terminal Site workspace return
|
|
37
|
+
- Availability: available
|
|
38
|
+
|
|
39
|
+
- controlling-task
|
|
40
|
+
- Material: bounded v481 shared recipient-relative Handoff material-closure planner foundation Task
|
|
41
|
+
- Material Reference: [controlling Task](../../tooling/dogfood/008-site-tooling-v481-recipient-relative-handoff-material-closure-planner-foundation.trace.md)
|
|
42
|
+
- Purpose: owns the implementation objective, done criteria, semantic dependencies, exclusions, adversarial pressure, and terminal return boundary
|
|
43
|
+
- Availability: available
|
|
44
|
+
|
|
45
|
+
- current-docs-workspace
|
|
46
|
+
- Material: complete Tiinex/docs workspace materialization corresponding to published commit 3988951208eb9a8926e84ab42625d4b42fa00c2d, supplied as a separate workspace inside this transport
|
|
47
|
+
- Material Reference: [Tiinex/docs at 3988951208eb9a8926e84ab42625d4b42fa00c2d](https://github.com/Tiinex/docs/tree/3988951208eb9a8926e84ab42625d4b42fa00c2d)
|
|
48
|
+
- Purpose: exact current semantic/material authority without requiring Tooling sandbox GitHub or direct network access
|
|
49
|
+
- Availability: available
|
|
50
|
+
|
|
51
|
+
- recipient-relative-transport-semantics
|
|
52
|
+
- Material: accepted Schemer result defining durable Handoff/workspace truth versus disposable recipient-relative transport closure, mirrors, partial materialization, bootstrap, provider neutrality, and prior-package reuse
|
|
53
|
+
- Material Reference: [recipient-relative transport semantics result](https://github.com/Tiinex/docs/blob/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/development/schema/handoff/002-1-1-recipient-relative-handoff-transport-package-semantics-result.trace.md)
|
|
54
|
+
- Purpose: semantic authority for the planner boundary and required pressure cases
|
|
55
|
+
- Availability: available
|
|
56
|
+
|
|
57
|
+
- current-root-and-handoff-authority
|
|
58
|
+
- Material: current published Root and Handoff schema representations from Tiinex/docs commit 3988951208eb9a8926e84ab42625d4b42fa00c2d
|
|
59
|
+
- Material Reference: [current Handoff schema](https://github.com/Tiinex/docs/blob/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/.schemas/coordination/handoff/tiinex.handoff.v1.schema.md)
|
|
60
|
+
- Purpose: exact current contract authority for Handoff context/endpoint semantics and Root schema-reference locator qualification used by this tranche
|
|
61
|
+
- Availability: available
|
|
62
|
+
|
|
63
|
+
## Reference Context
|
|
64
|
+
|
|
65
|
+
- v480-tooling-result
|
|
66
|
+
- Material: prior v480 workflow-schema enablement and Creation Scope projection result in the current Site workspace
|
|
67
|
+
- Material Reference: [v480 result](../../tooling/dogfood/007-1-v480-workflow-schema-enablement-creation-projection-closure-resu.trace.md)
|
|
68
|
+
- Purpose: current Tooling baseline, regression evidence, and known source-clean validation boundary
|
|
69
|
+
- Availability: available
|
|
70
|
+
|
|
71
|
+
- schema-reference-policy-result
|
|
72
|
+
- Material: accepted Root schema-reference locator publication-policy result
|
|
73
|
+
- Material Reference: [schema-reference locator policy result](https://github.com/Tiinex/docs/blob/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/development/schema/handoff/003-1-stable-schema-reference-locator-publication-policy-result.trace.md)
|
|
74
|
+
- Purpose: implementation guidance for keeping semantic schema identifiers separate from mutable/immutable representation locators during current schema-source requalification
|
|
75
|
+
- Availability: available
|
|
76
|
+
|
|
77
|
+
## Retained Responsibilities
|
|
78
|
+
|
|
79
|
+
- architecture-review-and-gate
|
|
80
|
+
- Retained By: Architect
|
|
81
|
+
- Responsibility: independently audit the returned Site workspace, classify any newly exposed semantic or product boundary, and decide acceptance and next-role routing
|
|
82
|
+
- Boundary: Tooling must disclose evidence/blockers but does not self-authorize broader Site or schema work
|
|
83
|
+
|
|
84
|
+
- semantic-escalation
|
|
85
|
+
- Retained By: Architect and Schemer
|
|
86
|
+
- Responsibility: decide any canonical schema mutation if implementation pressure proves an independently durable transport/closure concept that current authority cannot express
|
|
87
|
+
- Boundary: Tooling must stop with concrete evidence instead of inventing canonical Handoff/package semantics
|
|
88
|
+
|
|
89
|
+
- viewer-and-product-routing
|
|
90
|
+
- Retained By: Architect
|
|
91
|
+
- Responsibility: decide later Viewer/Dev integration and Q product acceptance after the shared portable closure owner is qualified
|
|
92
|
+
- Boundary: no fresh Viewer/UI implementation is transferred in v481
|
|
93
|
+
|
|
94
|
+
## Exclusions And Dependencies
|
|
95
|
+
|
|
96
|
+
- canonical-package-schema
|
|
97
|
+
- Kind: excluded-scope
|
|
98
|
+
- Description: do not create a canonical generic Handoff package/transport schema or generalize tiinex.semantic.package.v1 into one
|
|
99
|
+
- Responsible Party Or Role: Architect and Schemer
|
|
100
|
+
|
|
101
|
+
- viewer-ui-implementation
|
|
102
|
+
- Kind: excluded-scope
|
|
103
|
+
- Description: do not implement recipient packaging UI, user-facing capability toggles, or other fresh Dev/Viewer product surfaces in this Tooling tranche
|
|
104
|
+
- Responsible Party Or Role: Architect
|
|
105
|
+
|
|
106
|
+
- docs-corpus-normalization
|
|
107
|
+
- Kind: excluded-scope
|
|
108
|
+
- Description: do not normalize historical relative/mutable schema locators across Tiinex/docs as part of v481; consume current published authority and preserve the separate pre-master normalization gate
|
|
109
|
+
- Responsible Party Or Role: Architect and Schemer
|
|
110
|
+
|
|
111
|
+
- direct-network-assumption
|
|
112
|
+
- Kind: excluded-scope
|
|
113
|
+
- Description: do not require direct GitHub/network access for closure; the transport deliberately supplies current docs material and the implementation must remain host/provider-neutral
|
|
114
|
+
|
|
115
|
+
## Completion Expectation
|
|
116
|
+
|
|
117
|
+
- Signal Kind: result
|
|
118
|
+
- Signal Meaning: return one durable Tooling result/evidence artifact inside the updated Tiinex/site workspace and one complete independently roundtrip-verified Tiinex/site workspace ZIP; disclose any semantic or material-resolution blocker rather than weakening closure or fabricating provider capability
|
|
119
|
+
- Return To: Architect
|
|
120
|
+
|
|
121
|
+
## Interpretation Limits
|
|
122
|
+
|
|
123
|
+
- Does Not Mean: Tooling owns Handoff semantics, canonical package identity, Viewer product UX, recipient acceptance/completion, all material physically present in the transport package, or the read-only Tiinex/docs workspace supplied as semantic context
|
|
124
|
+
- Must Not Be Used To Claim: that transport package creation/delivery/import is a Handoff lifecycle state, that a package-local mirror becomes canonical authority, that partial workspace material is complete, that missing direct network means Tiinex lacks external-resolution capability, or that successful provider resolution proves semantic identity without exact binding/integrity evidence
|
|
125
|
+
|
|
126
|
+
# Continuity Integrity
|
|
127
|
+
|
|
128
|
+
- [sha256-base64url-c14n-v2](https://github.com/Tiinex/docs/blob/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/.validators/sha256-base64url-c14n-v2.validator.md)
|
|
129
|
+
- Towards: self
|
|
130
|
+
- Value: O9uhEcVjBd8pOEs1lM5jk2M8uHSt4JWzYTVEoBPuCu4
|
package/src/tooling/portable/fixtures/legacy-artifacts/loom/role/001-loom-role.trace.fixture.txt
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
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-23 01:11:00
|
|
7
|
+
- Trace: [Role successor conversation migration](../../architect/continuity/001-11-role-successor-conversation-migration.trace.md)
|
|
8
|
+
- Origin:
|
|
9
|
+
- [relative](../../architect/continuity/001-11-role-successor-conversation-migration.trace.md)
|
|
10
|
+
- Current
|
|
11
|
+
- Current Schema: [tiinex.party.role.v1](https://github.com/Tiinex/docs/blob/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/.schemas/party/role/tiinex.party.role.v1.schema.md)
|
|
12
|
+
- Created At: 2026-08-23 11:03:00
|
|
13
|
+
- Authors: Anchor
|
|
14
|
+
- Why: Materialize a current Loom successor seed from durable predecessor semantics and bounded Tooling dogfood evidence while keeping fresh-conversation qualification, current work, package procedures, project state, and semantic authority outside the Role.
|
|
15
|
+
- Summary: Loom role for portable/shared Tiinex mechanics, authority-preserving compilation/resolution/validation/packaging/projection, adversarial qualification, and durable evidence return.
|
|
16
|
+
- Status: draft/local
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# Loom Role
|
|
21
|
+
|
|
22
|
+
## Role Identity
|
|
23
|
+
|
|
24
|
+
- Role Label: Loom
|
|
25
|
+
- Role Kind: portable/shared Tiinex mechanics, compilation, resolution, validation, conformance, packaging, projection, and evidence-return role
|
|
26
|
+
- Project: Tiinex
|
|
27
|
+
|
|
28
|
+
## Role Boundary
|
|
29
|
+
|
|
30
|
+
- In Scope: implement and maintain reusable portable/shared Tiinex mechanisms within explicit controlling artifacts; consume canonical schema/method authority without redefining it; compile, project, validate, discover, resolve, materialize, traverse, qualify, package, inspect, and roundtrip artifact/schema/material/Handoff/lineage truth where shared owners apply; preserve provenance, candidate evidence, representation identity, package locality, workspace/source correlation, integrity, exactness, ambiguity, and unavailable/unsupported states; expose stable host-neutral interfaces and language-neutral projection data that other consumers can use without recreating private semantics; add focused and adversarial regression pressure and return durable reconstruction/evidence.
|
|
31
|
+
- Out Of Scope: own canonical schema or method meaning reserved to Axiom/docs authority; own cross-role architecture, milestone/refactor acceptance, or project-wide reconciliation reserved to Anchor; own Site/Viewer/product-specific integration or product behavior reserved to Kodax unless an explicit bounded Handoff transfers a genuinely shared owner; replace Sigma/Q human product/host observation or actual-path acceptance; infer holder identity, permanent assignment, delegation, publication, source authority, acceptance, or completion from package presence, repository layout, labels, successful execution, or transport behavior; convert unresolved evidence into selected authority by convenience heuristics.
|
|
32
|
+
- Context: reusable Tiinex collaboration capacity. Current Tasks/Handoffs, source checkpoints, implementation results, package recipes, host adapters, exact commands, and product state remain separate authorities and should not be serialized into this Role as permanent procedure or memory.
|
|
33
|
+
|
|
34
|
+
## Authority And Responsibility Boundary
|
|
35
|
+
|
|
36
|
+
- May Do: inspect qualified current workspace/source and exact semantic authority relevant to transferred work; reproduce shared/runtime defects; modify bounded Loom-owned portable/shared source and tests; build generic authority-preserving compiler/resolver/validator/materialization/package/projection seams; preserve unknown, partial, conflicting, unavailable, unsupported, ambiguous, and candidate states rather than guessing; reject first-candidate, filename, path, repository-layout, package-co-location, provider, or product-state heuristics when authority is absent; create focused/adversarial regression, integrity, reconstruction, roundtrip, and source-gate evidence; identify when repeated LLM/human improvisation is better represented as shared Tooling; return stable portable contracts or a precise blocker to the relevant peer.
|
|
37
|
+
- Does Not Authorize: canonical schema-semantic changes; undocumented machine shape, lifecycle, identity, placement, persistence, authority, or acceptance semantics; Viewer/product success from portable tests alone; Anchor architecture acceptance; Sigma/Q product acceptance; publication or canonical origin; another Role's implementation ownership; holder assignment or delegation; treating discovered, attached, reachable, mirrored, or physically co-located material as qualified authority without required evidence.
|
|
38
|
+
- Required Instrument: bounded Loom work should be grounded by an explicit current Task/Handoff or equivalent controlling artifact, qualified current source/material, and exact canonical schema/method authority when semantics matter. Role-to-Role continuity should use qualified recipient-relative Handoff packaging rather than hidden prior state; reusable mechanics and unresolved semantic gaps should be returned durably instead of carried in conversation memory.
|
|
39
|
+
- Review Boundary: Loom may qualify its bounded portable implementation, semantic consumption, package/projection behavior, fail-closed states, source/test gates, and reconstruction evidence. It must return canonical semantic insufficiency or contradiction to Axiom rather than fill it with heuristics; cross-role architectural acceptance remains Anchor-owned; Viewer integration remains Kodax-owned; human product/host observation remains Sigma/Q-owned when a controlling artifact makes it relevant.
|
|
40
|
+
|
|
41
|
+
## Holder Relationship
|
|
42
|
+
|
|
43
|
+
- Holder State: assignable per explicit session, role invocation, or Handoff; no permanent holder asserted
|
|
44
|
+
- Possible Holder: a person or runtime explicitly operating in the Loom capacity for a bounded Tiinex context under supplied controlling artifacts and authority
|
|
45
|
+
|
|
46
|
+
## Interpretation Limits
|
|
47
|
+
|
|
48
|
+
- Does Not Prove: that a particular person, model, chat, runtime, repository process, or automation currently holds Loom; that Loom owns every file under a tooling path; that a Handoff was accepted; that a portable PASS is Anchor, Kodax, Axiom, Sigma, or Q acceptance; that a package carrier is source or workspace authority; that a successful projection defines canonical semantics; that current conversation memory is durable project truth; or that historical Tooling behavior remains current when current source/authority says otherwise.
|
|
49
|
+
- Must Not Be Treated As: a model-personality prompt, personal identity, employment or organization membership, permanent project ownership, universal implementation authority, schema-governance authority, Viewer/product controller, manager role, repository-global discovery permission, delegation proof, recipient acceptance, product acceptance, or a dumping ground for package procedures, host-specific routing copy, current project state, and semantics owned elsewhere.
|
|
50
|
+
|
|
51
|
+
## References
|
|
52
|
+
|
|
53
|
+
- Semantic predecessor: [Tooling Role](../../tooling/continuity/001-tooling-role.trace.md)
|
|
54
|
+
- Current identity/peer boundary: [Role family identity transition decision](../../architect/continuity/001-8-1-role-family-identity-transition-decision.trace.md)
|
|
55
|
+
- Successor qualification status: [Loom successor qualification deferred](../../architect/continuity/001-11-1-loom-successor-qualification-deferred-decision.trace.md)
|
|
56
|
+
|
|
57
|
+
# Continuity Integrity
|
|
58
|
+
|
|
59
|
+
- [sha256-base64url-c14n-v2](https://github.com/Tiinex/docs/blob/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/.validators/sha256-base64url-c14n-v2.validator.md)
|
|
60
|
+
- Towards: self
|
|
61
|
+
- Value:eu8Ku_OGQiTfDJzODkAF72sqMb3kmM2vEhZ_QBXCCVQ
|
package/src/tooling/portable/fixtures/legacy-artifacts/sigma/role/001-1-sigma-role.trace.fixture.txt
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
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/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/.schemas/core/task/tiinex.task.v1.schema.md)
|
|
6
|
+
- Created At: 2026-08-23 10:49:00
|
|
7
|
+
- Trace: [Sigma role materialization](001-sigma-role-materialization.trace.md)
|
|
8
|
+
- Origin:
|
|
9
|
+
- [relative](001-sigma-role-materialization.trace.md)
|
|
10
|
+
- Current
|
|
11
|
+
- Current Schema: [tiinex.party.role.v1](https://github.com/Tiinex/docs/blob/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/.schemas/party/role/tiinex.party.role.v1.schema.md)
|
|
12
|
+
- Created At: 2026-08-23 10:49:30
|
|
13
|
+
- Authors: Anchor
|
|
14
|
+
- Why: Materialize the current Sigma human collaboration capacity as a durable revisable Role so structural judgment, human observation, feedback, bias probing, and low-steering gap support can be recovered without conflating Q as a handle, transport posture, hidden conversation context, or universal human authority.
|
|
15
|
+
- Summary: Sigma role for human structural judgment, prioritization, observation, feedback, bias probing, and sparse gap support among peer Tiinex roles.
|
|
16
|
+
- Status: draft/local
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# Sigma Role
|
|
21
|
+
|
|
22
|
+
## Role Identity
|
|
23
|
+
|
|
24
|
+
- Role Label: Sigma
|
|
25
|
+
- Role Kind: human structural judgment, prioritization, observation, feedback, bias-probing, and collaboration-friction reduction role
|
|
26
|
+
- Project: Tiinex
|
|
27
|
+
|
|
28
|
+
## Role Boundary
|
|
29
|
+
|
|
30
|
+
- In Scope: organize messy material into clearer decisions, priorities, phases, and next-step structure; keep canon, process, meta, observation, and preference distinct when they risk blending together; provide human product, host, workflow, usability, and actual-path observations that other roles cannot manufacture from source/tests alone; surface priorities, desired finish, risk tolerance, practical constraints, and missing context as feedback; deliberately vary framing, emphasis, exaggeration, understatement, or challenge when useful for probing model bias or hidden assumptions; reduce unnecessary steering by allowing peer roles to ground themselves and decide when their own authority/evidence is sufficient to become operational; fill genuine gaps when they are surfaced rather than acting as a permanent context feed.
|
|
31
|
+
- Out Of Scope: act as universal canon, schema, architecture, implementation, validation, or acceptance authority merely because Sigma is human; continuously steer roles so they can function; decide another role's grounding, confidence, or operational readiness; debug technical implementation or reconcile schema semantics by default; become a hidden-context carrier for facts that belong in artifacts or Tooling; convert rhetoric, preference, observation, or conversational wording into automatic project truth; absorb courier/transport behavior into the Sigma capacity; create management hierarchy over Anchor, Loom, Axiom, Kodax, or other peer roles.
|
|
32
|
+
- Context: reusable human Tiinex collaboration capacity. `Q` is a conversational handle and does not itself define this Role. Transport/courier-only behavior is a session posture, not Sigma semantics. Current project state, acceptance gates, product decisions, technical findings, and reusable procedures belong in their own artifacts or Tooling rather than being accumulated here.
|
|
33
|
+
|
|
34
|
+
## Authority And Responsibility Boundary
|
|
35
|
+
|
|
36
|
+
- May Do: structure alternatives without silently deciding their truth; ask or answer clarifying questions where human context is genuinely missing; provide high-signal product/host observations and actual-path evidence; state preferences, priorities, finish expectations, and risk tradeoffs; challenge role conclusions, probe framing sensitivity, and intentionally stress assumptions; explicitly accept, reject, or prioritize something when a controlling artifact makes that human decision relevant; decline to provide unnecessary steering and instead let the responsible peer role inspect authority and choose whether to proceed; help identify whether repeated human intervention indicates a missing artifact type, shared capability, Tooling seam, qualification gap, or product-facing evidence need.
|
|
37
|
+
- Does Not Authorize: canonical schema or method meaning; architecture truth; Tooling or Viewer implementation ownership; another role's holder assignment, delegation, start signal, completion claim, confidence, or acceptance; treating ordinary conversation as a binding Decision/Handoff/Validation artifact; technical PASS from human preference; product/Q acceptance unless the applicable controlling artifact explicitly defines and records such a human acceptance boundary; overriding contradictory evidence merely because Sigma supplied the observation; permanent ownership of Tiinex, another role, or a truth dimension.
|
|
38
|
+
- Required Instrument: Sigma input should remain ordinary feedback/observation unless the work requires durable meaning; decisions, acceptance, feedback, evidence, priorities, or changed boundaries that need to survive the conversation should be materialized in the artifact type that owns that truth. Repeated manual guidance should trigger suspicion of a missing reusable artifact or Tooling capability rather than permanent expansion of Sigma prose.
|
|
39
|
+
- Review Boundary: peer roles retain epistemic independence and should weigh Sigma signal against controlling artifacts, source, evidence, uncertainty, and their own bounded authority. Sigma may expose product/host reality and human intent that technical roles cannot infer, while technical qualification remains with the relevant role. Strong wording is not by itself a command or authority upgrade; when wording may be a bias probe or rhetorical emphasis, receivers should preserve the signal without inventing canon.
|
|
40
|
+
|
|
41
|
+
## Holder Relationship
|
|
42
|
+
|
|
43
|
+
- Holder State: human capacity assignable through explicit participation; no permanent holder relation is asserted by this artifact
|
|
44
|
+
- Possible Holder: a human participant explicitly exercising Sigma for a bounded Tiinex context; the conversational handle `Q` may be used by that participant but the handle alone is not holder proof
|
|
45
|
+
|
|
46
|
+
## Interpretation Limits
|
|
47
|
+
|
|
48
|
+
- Does Not Prove: that Q or any particular person permanently holds Sigma; that a Sigma statement is canon, approval, acceptance, instruction, or technical evidence; that emphatic language is literal rather than feedback or a bias probe; that another role should become operational; that a human observation overrides source or semantic authority; that transport activity creates role authority; or that current conversation memory is durable Tiinex truth.
|
|
49
|
+
- Must Not Be Treated As: a manager role, product dictator, universal human override, schema authority, architecture authority, implementation owner, test oracle, mandatory steering service, technical intermediary, courier Role, personality prompt, permanent identity binding, delegation proof, recipient acceptance, or a dumping ground for project history, procedures, host behavior, reusable mechanics, and semantics that belong elsewhere.
|
|
50
|
+
|
|
51
|
+
## References
|
|
52
|
+
|
|
53
|
+
- Current identity boundary: [Role family identity transition decision](../../architect/continuity/001-8-1-role-family-identity-transition-decision.trace.md)
|
|
54
|
+
- Historical evidence only: [Sigma (GPT-5.4 mini)](https://github.com/Tiinex/ai/blob/fcd09476e0b44e9fc87a29f6da72951c838eccbc/.github/agents/sigma.gpt-5-4-mini.experimental.agent.md)
|
|
55
|
+
- Historical evidence only: [Design Companion: Sigma](https://github.com/Tiinex/ai/blob/fcd09476e0b44e9fc87a29f6da72951c838eccbc/.github/agents/companions/sigma/design.md)
|
|
56
|
+
|
|
57
|
+
# Continuity Integrity
|
|
58
|
+
|
|
59
|
+
- [sha256-base64url-c14n-v2](https://github.com/Tiinex/docs/blob/3988951208eb9a8926e84ab42625d4b42fa00c2d/.topics/.validators/sha256-base64url-c14n-v2.validator.md)
|
|
60
|
+
- Towards: self
|
|
61
|
+
- Value:5ZBwVlMzYfdwodUIL6w0EQZxpO3fiSrK53I7W94FyWM
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Continuity Context
|
|
2
|
+
|
|
3
|
+
- Envelope Schema: [tiinex.root.v1](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.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-21 17:15:00
|
|
7
|
+
- Trace: [001-1-1-1-1-1-1-site-tooling-v474-loaded-parent-identity-evidence-closure.trace.md](001-1-1-1-1-1-1-site-tooling-v474-loaded-parent-identity-evidence-closure.trace.md)
|
|
8
|
+
- Origin:
|
|
9
|
+
- [relative](001-1-1-1-1-1-1-site-tooling-v474-loaded-parent-identity-evidence-closure.trace.md)
|
|
10
|
+
- [browse + git](https://github.com/Tiinex/site/blob/32c7c291101b2a6a72c12241f3107d4a56af81fc/.topics/development/tooling/dogfood/001-1-1-1-1-1-1-site-tooling-v474-loaded-parent-identity-evidence-closure.trace.md)
|
|
11
|
+
- Repairs:
|
|
12
|
+
- Historical canonical representation repair
|
|
13
|
+
- Target: [pre-repair published representation](https://github.com/Tiinex/site/blob/32c7c291101b2a6a72c12241f3107d4a56af81fc/.topics/development/tooling/dogfood/001-1-1-1-1-1-1-1-site-tooling-v474-loaded-parent-identity-evidence-closure-result.trace.md)
|
|
14
|
+
- Note: Canonically repaired after v475-v478 qualified the authoring/validation/reference/integrity oracles; pre-repair Git blob f647d2e9ed13aed5d203ac4fdfa6f6e3c9727006.
|
|
15
|
+
- Reason: Preserve original body/work-result meaning and historical Current Created At while replacing false-PASS envelope, schema-reference, continuity, and integrity representation.
|
|
16
|
+
- Current
|
|
17
|
+
- Current Schema: [tiinex.task.v1](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.topics/.schemas/core/task/tiinex.task.v1.schema.md)
|
|
18
|
+
- Created At: 2026-08-21 17:23:00
|
|
19
|
+
- Authors: Tooling
|
|
20
|
+
- Why: Record the source-qualified Tooling closure against the controlling v474 dogfood task.
|
|
21
|
+
- Summary: v474 portable loaded Parent identity and evidence closure result
|
|
22
|
+
- Status: draft/local
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
# v474 portable loaded Parent identity and evidence closure result
|
|
27
|
+
|
|
28
|
+
## Objective
|
|
29
|
+
|
|
30
|
+
Closed loaded-Parent identity/evidence collapse in portable materialization and live lineage: Parent Trace is relationship evidence only, loaded id/path selectors are lexically exact, and currentCreatedAt/createdAt remain separate until exact Parent qualification.
|
|
31
|
+
|
|
32
|
+
## Done Criteria
|
|
33
|
+
|
|
34
|
+
Real v473 task+result pair now plans ready and creates clean when the task is selected by its exact path; no Parent Trace ambiguity is emitted. Near id/path whitespace references fail missing instead of resolving by normalization. Contradictory non-empty temporal candidates fail with continuation-parent-created-at-contradictory; one, omitted, or exactly equal candidates qualify. Live loaded-parent resolution consumes the same exact selector and temporal-evidence seam. v471-v473 regressions and portable aggregate remain green.
|
|
35
|
+
|
|
36
|
+
## Scope
|
|
37
|
+
|
|
38
|
+
Changed portable Tooling only: materialization loaded-parent resolution/projection, exact Parent temporal qualification, live loaded-parent consumption, one bounded closure regression, and validate registration. No Site UI/Open Schema, canonical schemas, Schema Builder, provider/plugin architecture, remote-code policy, or unrelated lineage-resolution semantics changed.
|
|
39
|
+
|
|
40
|
+
## Dependencies
|
|
41
|
+
|
|
42
|
+
Source qualification on final pre-result state: 279 src/**/*.test.mjs total, 278 PASS, 1 dependency-bound non-pass (src/app/useLocalMaterialIntake.test.mjs -> ERR_MODULE_NOT_FOUND react), 0 timeouts. Checkpoint identity, architecture, browser-import boundary, static/schema/workspace guards, UI shape, typecheck, metrics, storage, portable smoke and UC001 PASS. npm run validate reaches the same missing-React boundary before late portable entries; v474 regression was therefore qualified by the independent complete source sweep and direct CLI dogfood receipts.
|
|
43
|
+
|
|
44
|
+
# Continuity Integrity
|
|
45
|
+
|
|
46
|
+
- [sha256-base64url-c14n-v2](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.topics/.validators/sha256-base64url-c14n-v2.validator.md)
|
|
47
|
+
- Towards: self
|
|
48
|
+
- Value: WfKfBO9-RkadHbB0fovSTBJ0me8DjQn_Q0cl1E4iAzI
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Continuity Context
|
|
2
|
+
|
|
3
|
+
- Envelope Schema: [tiinex.root.v1](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.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-21 16:48:00
|
|
7
|
+
- Trace: [001-1-1-1-1-1-site-tooling-v473-portable-parent-authority-coherence-metadata-fidelity-closure-result.trace.md](001-1-1-1-1-1-site-tooling-v473-portable-parent-authority-coherence-metadata-fidelity-closure-result.trace.md)
|
|
8
|
+
- Origin:
|
|
9
|
+
- [relative](001-1-1-1-1-1-site-tooling-v473-portable-parent-authority-coherence-metadata-fidelity-closure-result.trace.md)
|
|
10
|
+
- [browse + git](https://github.com/Tiinex/site/blob/32c7c291101b2a6a72c12241f3107d4a56af81fc/.topics/development/tooling/dogfood/001-1-1-1-1-1-site-tooling-v473-portable-parent-authority-coherence-metadata-fidelity-closure-result.trace.md)
|
|
11
|
+
- Repairs:
|
|
12
|
+
- Historical canonical representation repair
|
|
13
|
+
- Target: [pre-repair published representation](https://github.com/Tiinex/site/blob/32c7c291101b2a6a72c12241f3107d4a56af81fc/.topics/development/tooling/dogfood/001-1-1-1-1-1-1-site-tooling-v474-loaded-parent-identity-evidence-closure.trace.md)
|
|
14
|
+
- Note: Canonically repaired after v475-v478 qualified the authoring/validation/reference/integrity oracles; pre-repair Git blob 3fe5e9d11a1a144e912a9d814dda111302e91c82.
|
|
15
|
+
- Reason: Preserve original body/work-result meaning and historical Current Created At while replacing false-PASS envelope, schema-reference, continuity, and integrity representation.
|
|
16
|
+
- Current
|
|
17
|
+
- Current Schema: [tiinex.task.v1](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.topics/.schemas/core/task/tiinex.task.v1.schema.md)
|
|
18
|
+
- Created At: 2026-08-21 17:15:00
|
|
19
|
+
- Authors: Architect
|
|
20
|
+
- Why: Architect dogfood audit of v473 found that the loaded-Parent planner still collapses relationship evidence into candidate identity, normalizes identity-bearing strings, and first-wins temporal metadata before exact continuation qualification.
|
|
21
|
+
- Summary: v474 portable loaded Parent identity and evidence closure
|
|
22
|
+
- Status: draft/local
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
# v474 portable loaded Parent identity and evidence closure
|
|
27
|
+
|
|
28
|
+
## Objective
|
|
29
|
+
|
|
30
|
+
Make loaded-Parent discovery and projection preserve the same exact identity/evidence distinctions already enforced by the portable exact continuation seam. A loaded artifact must be selectable by its own qualified identity, not by the Parent Trace it declares toward another artifact, and authority-bearing loaded metadata must reach exact Parent qualification without whitespace aliases or first-value collapse.
|
|
31
|
+
|
|
32
|
+
## Done Criteria
|
|
33
|
+
|
|
34
|
+
Fix the real dogfood ambiguity where loading the v473 controlling task plus its result and selecting the controlling task by its exact path is reported ambiguous because the result record is also indexed under its Parent Trace. record.trace/Parent Trace is a relationship target and must not become an alternate identity key for the child record. Loaded Parent id/path matching and projection must preserve exact lexical values rather than collapse repeated/internal/surrounding whitespace into aliases; near-but-not-exact parentRef values must not resolve as the same logical record. Where loaded metadata exposes more than one candidate for the same Parent temporal truth (currently currentCreatedAt and createdAt), contradictory non-empty values must remain contradictory/fail closed rather than currentCreatedAt || createdAt first-win selection; one supplied value or multiple exactly equal values may qualify, and omission remains allowed. Apply the same temporal-evidence rule in loaded-parent live lineage if that path consumes the same aliases. Preserve v471-v473 root/child lineage, values-only exact authoring, schemaId/currentSchemaId coherence, exact optional Parent Created At rendering, kind-only blocking, custom-schema fail-closed behavior, provider neutrality, and exact result truth. Add adversarial tests using the real task→result pair shape, exact-vs-near identity strings, and contradictory/equal temporal candidates.
|
|
35
|
+
|
|
36
|
+
## Scope
|
|
37
|
+
|
|
38
|
+
Primary owner remains src/tooling/portable/**, especially materialization/epistemic.plan.js and the bounded loaded-parent projection/resolution seam, with live/live.artifact.js only where the same loaded temporal alias defect exists. Do not modify Site UI/Open Schema, canonical schemas, Schema Builder, provider/plugin architecture, remote code policy, or unrelated lineage resolution. Do not make path or Parent Trace semantic identity aliases. Do not add normalization that changes authority-bearing caller/material truth. Authors/viewer first-class support remains a separately observed dogfood product gap, not part of this correction.
|
|
39
|
+
|
|
40
|
+
## Dependencies
|
|
41
|
+
|
|
42
|
+
Input is the v473 Tooling result in this same worktree. Architect independently reran v471, v472, v473 focused regressions plus the portable aggregate suite green. Concrete reproduction A on the real v473 artifacts: normalize the v473 task and v473 result as loaded records, then prepare a child proposal whose parentRef is the exact v473 task path; current recordIndex returns portable.materialization.parent.ambiguous because the result record is also indexed under its Parent Trace back to the task. Reproduction B: a loaded record id 'parent A' / path '.topics/a b.trace.md' can be selected/projected as 'parent A' / '.topics/a b.trace.md' because normalizeStrings/clean collapses authority-bearing whitespace. Reproduction C: parentProjection and live loaded-parent projection use currentCreatedAt || createdAt, so contradictory temporal evidence is reduced to one value before exact qualification. These are same-family identity/relationship/metadata truth collapses. Q remains HOLD; pending Dev product correction remains deferred until this portable dogfood authoring seam is trustworthy enough for the fresh Dev session.
|
|
43
|
+
|
|
44
|
+
# Continuity Integrity
|
|
45
|
+
|
|
46
|
+
- [sha256-base64url-c14n-v2](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.topics/.validators/sha256-base64url-c14n-v2.validator.md)
|
|
47
|
+
- Towards: self
|
|
48
|
+
- Value: J3Vm7K7O7Q-cMg5RCaccy9w4oU053s9ZavXFGS2Jyms
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Continuity Context
|
|
2
|
+
|
|
3
|
+
- Envelope Schema: [tiinex.root.v1](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.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-21 16:34:00
|
|
7
|
+
- Trace: [001-1-1-1-1-site-tooling-v473-portable-parent-authority-coherence-metadata-fidelity-closure.trace.md](001-1-1-1-1-site-tooling-v473-portable-parent-authority-coherence-metadata-fidelity-closure.trace.md)
|
|
8
|
+
- Origin:
|
|
9
|
+
- [relative](001-1-1-1-1-site-tooling-v473-portable-parent-authority-coherence-metadata-fidelity-closure.trace.md)
|
|
10
|
+
- [browse + git](https://github.com/Tiinex/site/blob/32c7c291101b2a6a72c12241f3107d4a56af81fc/.topics/development/tooling/dogfood/001-1-1-1-1-site-tooling-v473-portable-parent-authority-coherence-metadata-fidelity-closure.trace.md)
|
|
11
|
+
- Repairs:
|
|
12
|
+
- Historical canonical representation repair
|
|
13
|
+
- Target: [pre-repair published representation](https://github.com/Tiinex/site/blob/32c7c291101b2a6a72c12241f3107d4a56af81fc/.topics/development/tooling/dogfood/001-1-1-1-1-1-site-tooling-v473-portable-parent-authority-coherence-metadata-fidelity-closure-result.trace.md)
|
|
14
|
+
- Note: Canonically repaired after v475-v478 qualified the authoring/validation/reference/integrity oracles; pre-repair Git blob 33e32e6553fbe5cc09653b6d65b97167c454460f.
|
|
15
|
+
- Reason: Preserve original body/work-result meaning and historical Current Created At while replacing false-PASS envelope, schema-reference, continuity, and integrity representation.
|
|
16
|
+
- Current
|
|
17
|
+
- Current Schema: [tiinex.task.v1](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.topics/.schemas/core/task/tiinex.task.v1.schema.md)
|
|
18
|
+
- Created At: 2026-08-21 16:48:00
|
|
19
|
+
- Authors: Tooling
|
|
20
|
+
- Why: Append source-qualified Tooling closure evidence as an exact Task continuation of the controlling v473 task.
|
|
21
|
+
- Summary: v473 portable parent authority coherence and metadata fidelity closure result
|
|
22
|
+
- Status: draft/local
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
# v473 portable parent authority coherence and metadata fidelity closure result
|
|
27
|
+
|
|
28
|
+
## Objective
|
|
29
|
+
|
|
30
|
+
Close the exact-continuation Parent authority/metadata false-PASS defects identified by the controlling v473 task while preserving the v471 lineage closure and v472 exact authoring fidelity.
|
|
31
|
+
|
|
32
|
+
## Done Criteria
|
|
33
|
+
|
|
34
|
+
PASS. Explicit Parent schemaId/currentSchemaId evidence is preserved separately until qualification: one supplied schema identity, currentSchemaId-only authority, and two exactly equal identities qualify; contradictory identities block before exact rendering with draft null, exactCreateToolingApplied=false, exactRuntimeValidation=false, and parentAuthorityReason=continuation-parent-schema-contradictory. Optional Parent Created At qualifies only when already in exact Root YYYY-MM-DD hh:mm:ss form; canonical input is rendered and requalified byte-for-byte, omission remains allowed, and malformed text, ISO/Z/offset/millisecond forms, surrounding whitespace, LF/CRLF multiline injection, plus post-render timestamp drift all fail closed. Loaded-parent projection no longer promotes kind to schema authority or whitespace-normalizes authority-bearing schema/timestamp evidence, and live lineage uses the exact canonical created-at representation from the parent draft. v471 lineage authoring, v472 exact authoring, draft/CLI/live focused suites, and portable aggregate remain green. Independent full src/**/*.test.mjs sweep on the pre-result source state: 277 PASS / 1 dependency-bound non-pass / 0 timeout of 278; the sole non-pass is src/app/useLocalMaterialIntake.test.mjs because the supplied source-clean worktree has no installed react. Aggregate npm run validate reaches the same missing-react boundary after passing its preceding checks. checkpoint identity, icon imports, architecture shape, browser-import boundary, package-lock platform guard, static, schema bindings, schema runtime projections, workspace schema, UI shape, typecheck, metrics, storage scan, portable smoke, and UC001 pass.
|
|
35
|
+
|
|
36
|
+
## Scope
|
|
37
|
+
|
|
38
|
+
Bounded portable continuation correction only. Modified src/tooling/portable/draft/draft.exact.js, src/tooling/portable/draft/draft.create.js, src/tooling/portable/materialization/epistemic.plan.js, src/tooling/portable/live/live.artifact.js, and package.json; added src/tooling/portable/draft/portable.parentAuthorityCoherenceMetadataFidelityClosure.test.mjs. No Site UI/Open Schema, canonical schema, Schema Builder, provider/plugin architecture, remote-write policy, or Authors surface work was changed.
|
|
39
|
+
|
|
40
|
+
## Dependencies
|
|
41
|
+
|
|
42
|
+
Controlling task: .topics/development/tooling/dogfood/001-1-1-1-1-site-tooling-v473-portable-parent-authority-coherence-metadata-fidelity-closure.trace.md. Input workspace ZIP SHA256: 046e83c84f3257ceca57d9cfea56a83bd1580da78a769f3d0d7de259123ac860. The Site-included tools/tiinex-portable.mjs was used for task inspection, lineage search, and the final create-local-artifact-set materialization. Final materialization is created-clean with exact-site-creation-contract, parentAuthorityQualification=qualified, exactRuntimeValidation=true, and exact Parent Created At 2026-08-21 16:34:00 preserved from the controlling task. Provider/source mutation remains false and Q/Dev product work remains outside this Tooling task.
|
|
43
|
+
|
|
44
|
+
# Continuity Integrity
|
|
45
|
+
|
|
46
|
+
- [sha256-base64url-c14n-v2](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.topics/.validators/sha256-base64url-c14n-v2.validator.md)
|
|
47
|
+
- Towards: self
|
|
48
|
+
- Value: jIkXDwacEUDELwoP8gi0gU4F3WLfEmcdVwLe6Q9LLfk
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Continuity Context
|
|
2
|
+
|
|
3
|
+
- Envelope Schema: [tiinex.root.v1](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.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-21 16:25:00
|
|
7
|
+
- Trace: [001-1-1-1-site-tooling-v472-portable-exact-authoring-fidelity-closure-result.trace.md](001-1-1-1-site-tooling-v472-portable-exact-authoring-fidelity-closure-result.trace.md)
|
|
8
|
+
- Origin:
|
|
9
|
+
- [relative](001-1-1-1-site-tooling-v472-portable-exact-authoring-fidelity-closure-result.trace.md)
|
|
10
|
+
- [browse + git](https://github.com/Tiinex/site/blob/32c7c291101b2a6a72c12241f3107d4a56af81fc/.topics/development/tooling/dogfood/001-1-1-1-site-tooling-v472-portable-exact-authoring-fidelity-closure-result.trace.md)
|
|
11
|
+
- Repairs:
|
|
12
|
+
- Historical canonical representation repair
|
|
13
|
+
- Target: [pre-repair published representation](https://github.com/Tiinex/site/blob/32c7c291101b2a6a72c12241f3107d4a56af81fc/.topics/development/tooling/dogfood/001-1-1-1-1-site-tooling-v473-portable-parent-authority-coherence-metadata-fidelity-closure.trace.md)
|
|
14
|
+
- Note: Canonically repaired after v475-v478 qualified the authoring/validation/reference/integrity oracles; pre-repair Git blob 6e7e54c75d4a4547befe45ed9ec3870d621e660e.
|
|
15
|
+
- Reason: Preserve original body/work-result meaning and historical Current Created At while replacing false-PASS envelope, schema-reference, continuity, and integrity representation.
|
|
16
|
+
- Current
|
|
17
|
+
- Current Schema: [tiinex.task.v1](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.topics/.schemas/core/task/tiinex.task.v1.schema.md)
|
|
18
|
+
- Created At: 2026-08-21 16:34:00
|
|
19
|
+
- Authors: Architect
|
|
20
|
+
- Why: Architect adversarial audit found remaining Parent authority and metadata-fidelity false-PASS after the v472 portable exact-authoring closure.
|
|
21
|
+
- Summary: v473 portable parent authority coherence and metadata fidelity closure
|
|
22
|
+
- Status: draft/local
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
# v473 portable parent authority coherence and metadata fidelity closure
|
|
27
|
+
|
|
28
|
+
## Objective
|
|
29
|
+
|
|
30
|
+
Close the remaining exact-continuation false-PASS cases where portable Parent metadata can be internally contradictory or lexically invalid while the operation still claims exact Site creation and exact runtime validation.
|
|
31
|
+
|
|
32
|
+
## Done Criteria
|
|
33
|
+
|
|
34
|
+
Parent schema authority must be coherent across explicit schemaId/currentSchemaId evidence: one exact value, or multiple consistent representations, may qualify; contradictory schema identities must block before exact rendering and must not be collapsed by first-value precedence. Parent Created At remains optional, but when supplied it must already satisfy the Root YYYY-MM-DD hh:mm:ss representation and the exact rendered Parent must preserve that value byte-for-byte; malformed text, ISO/timezone variants, leading/trailing whitespace, multiline/injection forms, and later representation drift must fail closed rather than normalize or pass exactRuntimeValidation. Omitted Parent Created At must remain allowed. Preserve the v471 root/child/live lineage closure, v472 values-only CLI and exact caller-value fidelity, contradictory id/continuationTrace blocking, kind-only Parent blocking, unknown/custom-schema fail-closed behavior, provider neutrality, and search-lineage discovery. Add adversarial tests for schemaId/currentSchemaId contradiction and consistency, canonical/omitted/invalid Parent Created At, multiline timestamp injection, and qualification truth.
|
|
35
|
+
|
|
36
|
+
## Scope
|
|
37
|
+
|
|
38
|
+
Primary owner remains src/tooling/portable/** in the exact draft/continuation seam and focused portable tests. Reuse shared Site creation/result qualification, but do not broaden into Site UI/Open Schema, canonical schema edits, Schema Builder, provider/plugin architecture, remote code policy, or unrelated provenance redesign. Do not add schema-id switches, field-vocabulary switches, aliases, or generic normalization that changes caller truth. A separate dogfood observation exists that Authors is schema-allowed but not yet first-class in exact creation/viewer surfaces; do not fold that UI/schema-authoring work into this correction.
|
|
39
|
+
|
|
40
|
+
## Dependencies
|
|
41
|
+
|
|
42
|
+
Input is the v472 Tooling result in this same worktree. Architect independently verified the v471 and v472 focused regressions and portable aggregate suite. Adversarial reproduction A: continue-from-record with Parent {id:"p", path:".topics/p.trace.md", schemaId:"tiinex.topic.v1", currentSchemaId:"tiinex.task.v1"} returns created-clean with exactCreateToolingApplied=true and exactRuntimeValidation=true, silently choosing schemaId. Reproduction B: the same continuation with Parent Created At "not-a-date" or "2026-01-01 00:00:00\nX" also returns created-clean/exactRuntimeValidation=true and renders the malformed value into Parent. Root declares Created At shape YYYY-MM-DD hh:mm:ss. These are same-seam authority/representation false-PASS defects. Q remains HOLD and the pending Dev correction stays deferred until portable handoff authoring is trustworthy enough for the next dogfood stage.
|
|
43
|
+
|
|
44
|
+
# Continuity Integrity
|
|
45
|
+
|
|
46
|
+
- [sha256-base64url-c14n-v2](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.topics/.validators/sha256-base64url-c14n-v2.validator.md)
|
|
47
|
+
- Towards: self
|
|
48
|
+
- Value: QMzz4snF4cmTPy5JhwnwwmwpimagHNchXZ8PlrCCiZw
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Continuity Context
|
|
2
|
+
|
|
3
|
+
- Envelope Schema: [tiinex.root.v1](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.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-21 15:58:00
|
|
7
|
+
- Trace: [001-1-1-site-tooling-v472-portable-exact-authoring-fidelity-closure.trace.md](001-1-1-site-tooling-v472-portable-exact-authoring-fidelity-closure.trace.md)
|
|
8
|
+
- Origin:
|
|
9
|
+
- [relative](001-1-1-site-tooling-v472-portable-exact-authoring-fidelity-closure.trace.md)
|
|
10
|
+
- [browse + git](https://github.com/Tiinex/site/blob/32c7c291101b2a6a72c12241f3107d4a56af81fc/.topics/development/tooling/dogfood/001-1-1-site-tooling-v472-portable-exact-authoring-fidelity-closure.trace.md)
|
|
11
|
+
- Repairs:
|
|
12
|
+
- Historical canonical representation repair
|
|
13
|
+
- Target: [pre-repair published representation](https://github.com/Tiinex/site/blob/32c7c291101b2a6a72c12241f3107d4a56af81fc/.topics/development/tooling/dogfood/001-1-1-1-site-tooling-v472-portable-exact-authoring-fidelity-closure-result.trace.md)
|
|
14
|
+
- Note: Canonically repaired after v475-v478 qualified the authoring/validation/reference/integrity oracles; pre-repair Git blob df35458394c2a94040d63a0c699148ada631affe.
|
|
15
|
+
- Reason: Preserve original body/work-result meaning and historical Current Created At while replacing false-PASS envelope, schema-reference, continuity, and integrity representation.
|
|
16
|
+
- Current
|
|
17
|
+
- Current Schema: [tiinex.task.v1](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.topics/.schemas/core/task/tiinex.task.v1.schema.md)
|
|
18
|
+
- Created At: 2026-08-21 16:25:00
|
|
19
|
+
- Authors: Tooling
|
|
20
|
+
- Why: Record the source-qualified Tooling closure and exact-authoring dogfood evidence required by the controlling v472 task.
|
|
21
|
+
- Summary: v472 portable exact authoring fidelity closure result
|
|
22
|
+
- Status: draft/local
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
# v472 portable exact authoring fidelity closure result
|
|
27
|
+
|
|
28
|
+
## Objective
|
|
29
|
+
|
|
30
|
+
Close the remaining Site-included portable exact-authoring fidelity gaps while preserving the v471 root, continuation, and live-lineage behavior.
|
|
31
|
+
|
|
32
|
+
## Done Criteria
|
|
33
|
+
|
|
34
|
+
PASS evidence: create-local-draft and the create-local-draft portable operation create built-in Topic/Task artifacts from schema plus required values and Created At without injected title/summary conflicts. Exact caller values preserve repeated internal whitespace and long representable one-line content. Unrepresentable exact one-line content fails closed with draft null and exactCreateToolingApplied false. An exact renderer that returns empty or unqualified output cannot claim exact tooling applied. continue-from-record requalifies the rendered Parent against a frozen exact Parent snapshot: contradictory id parent-A plus continuationTrace record:parent-B is blocked; kind-only Parent does not acquire schema authority; coherent Parent preserves Parent Schema tiinex.topic.v1, Trace record:parent-A, and Origin .topics/p.trace.md. The v471 root Topic plus Task artifact-set and live-lineage regression remains green; unknown/custom schema without authority remains fail-closed. Actual tools/tiinex-portable.mjs values-only CLI dogfood created a clean Topic with exact Created At, repeated whitespace, and verified c14n-v2 integrity. Full src test sweep: 276 PASS of 277, 0 timeouts, with only src/app/useLocalMaterialIntake.test.mjs blocked by missing installed react in the supplied source-clean workspace. checkpoint identity, architecture shape, browser-import boundary, static/schema/workspace guards, UI shape, metrics, storage scan, portable smoke, UC001, and typecheck pass. The aggregate npm run validate reaches the known missing-react dependency boundary before its late portable regression entries; the independent full src sweep passes both the v471 and v472 regressions.
|
|
35
|
+
|
|
36
|
+
## Scope
|
|
37
|
+
|
|
38
|
+
Changed only portable exact authoring owners src/tooling/portable/draft/draft.create.js and src/tooling/portable/adapters/cli/cli.run.js; added src/tooling/portable/draft/draft.exact.js and focused regression src/tooling/portable/draft/portable.exactAuthoringFidelityClosure.test.mjs; registered the regression in package.json validate. No canonical schema bytes, Site UI/Open Schema, Schema Builder, provider/plugin architecture, remote code policy, or remote-write semantics were changed.
|
|
39
|
+
|
|
40
|
+
## Dependencies
|
|
41
|
+
|
|
42
|
+
Controlling task: .topics/development/tooling/dogfood/001-1-1-site-tooling-v472-portable-exact-authoring-fidelity-closure.trace.md. Input workspace ZIP SHA256: 3243a33fcda6cc2e65dd2fb9c8fdf3b7e1d244b55e941e0220d8d6578281d7a3. Result evidence was produced with the Site-included portable CLI and shared Site creation-contract/result qualification. Final dogfood receipts: values-only create-local-draft is created-clean with exact Created At and preserved whitespace; result audit is clean; full-root resolve-lineage reports the controlling-task to result edge resolved; search-lineage returns exactly the v472 controlling task and result for the closure query. The supplied source-clean worktree has no installed react dependency, so browser/public-runtime claims are not upgraded beyond observed source receipts.
|
|
43
|
+
|
|
44
|
+
# Continuity Integrity
|
|
45
|
+
|
|
46
|
+
- [sha256-base64url-c14n-v2](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.topics/.validators/sha256-base64url-c14n-v2.validator.md)
|
|
47
|
+
- Towards: self
|
|
48
|
+
- Value: AZsn-x2dND2HI0xCoJMRtKQWL3dxxtNBEqgZA84Ip-E
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Continuity Context
|
|
2
|
+
|
|
3
|
+
- Envelope Schema: [tiinex.root.v1](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.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-21 15:37:00
|
|
7
|
+
- Trace: [001-1-site-tooling-v471-portable-lineage-authoring-closure-result.trace.md](001-1-site-tooling-v471-portable-lineage-authoring-closure-result.trace.md)
|
|
8
|
+
- Origin:
|
|
9
|
+
- [relative](001-1-site-tooling-v471-portable-lineage-authoring-closure-result.trace.md)
|
|
10
|
+
- [browse + git](https://github.com/Tiinex/site/blob/32c7c291101b2a6a72c12241f3107d4a56af81fc/.topics/development/tooling/dogfood/001-1-site-tooling-v471-portable-lineage-authoring-closure-result.trace.md)
|
|
11
|
+
- Repairs:
|
|
12
|
+
- Historical canonical representation repair
|
|
13
|
+
- Target: [pre-repair published representation](https://github.com/Tiinex/site/blob/32c7c291101b2a6a72c12241f3107d4a56af81fc/.topics/development/tooling/dogfood/001-1-1-site-tooling-v472-portable-exact-authoring-fidelity-closure.trace.md)
|
|
14
|
+
- Note: Canonically repaired after v475-v478 qualified the authoring/validation/reference/integrity oracles; pre-repair Git blob 278084616a5b00fae1b0765cad80c605c6bf25bf.
|
|
15
|
+
- Reason: Preserve original body/work-result meaning and historical Current Created At while replacing false-PASS envelope, schema-reference, continuity, and integrity representation.
|
|
16
|
+
- Current
|
|
17
|
+
- Current Schema: [tiinex.task.v1](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.topics/.schemas/core/task/tiinex.task.v1.schema.md)
|
|
18
|
+
- Created At: 2026-08-21 15:58:00
|
|
19
|
+
- Authors: Architect
|
|
20
|
+
- Why: Architect adversarial audit found remaining exact-authoring false-PASS and caller-fidelity defects in the v471 portable closure.
|
|
21
|
+
- Summary: v472 portable exact authoring fidelity closure
|
|
22
|
+
- Status: draft/local
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
# v472 portable exact authoring fidelity closure
|
|
27
|
+
|
|
28
|
+
## Objective
|
|
29
|
+
|
|
30
|
+
Close the remaining portable exact-authoring truth gaps exposed by dogfooding: exact built-in creation must work from the canonical values-only CLI/operation shape without synthesized title/summary conflicts, and exact continuation must prove the concrete Parent identity it actually renders rather than merely observing that enough Parent fields are present.
|
|
31
|
+
|
|
32
|
+
## Done Criteria
|
|
33
|
+
|
|
34
|
+
A built-in Topic or Task with a ready exact creation contract can be created-clean from create-local-draft using only --schema plus required --values and Created At; omitted title/summary convenience fields do not inject conflicting defaults. Exact one-line caller values, including repeated internal whitespace and other representable content, are preserved rather than normalized or truncated by generic portable code. Unrepresentable values fail closed rather than being silently rewritten. If the exact renderer returns empty/unqualified output, the operation must not claim exact tooling was successfully applied. For continue-from-record, the concrete result is requalified against an immutable/coherent Parent snapshot: id parent-A plus continuationTrace record:parent-B must not return created-clean, and a kind-only Parent must not acquire schema authority. Parent Trace, Parent Schema and Origin must remain bound to the exact qualified parent identity. Preserve the v471 root Topic + Task artifact-set and live-lineage regression, custom-schema fail-closed behavior, search-lineage discovery and provider neutrality. Add adversarial regression coverage for values-only CLI/operation creation, exact value fidelity, contradictory Parent identity, kind-only Parent authority and qualification truth.
|
|
35
|
+
|
|
36
|
+
## Scope
|
|
37
|
+
|
|
38
|
+
Primary owner remains src/tooling/portable/** in the exact draft/artifact-set/live authoring seam and focused portable tests/CLI adapters only. Prefer consuming the shared Site creation contract/result qualification rather than duplicating schema-specific validation. Do not change canonical schema bytes, Site UI/Open Schema, Schema Builder, provider/plugin architecture, remote code policy, or unrelated portable functionality. Do not add schema-id or field-vocabulary switches.
|
|
39
|
+
|
|
40
|
+
## Dependencies
|
|
41
|
+
|
|
42
|
+
Input is the v471 dogfood Tooling result in this same repository snapshot. Architect independently verified the v471 intended root/child/live tests pass and lineage resolves. Adversarial reproduction 1: createPortableLocalDraft with transitionType continue-from-record, Parent {id:"parent-A", path:".topics/p.trace.md", schemaId:"tiinex.topic.v1", continuationTrace:"record:parent-B"} returns status created-clean, creationMode exact-site-creation-contract, exactRuntimeValidation true, while rendered Parent Trace is record:parent-B. Adversarial reproduction 2: a built-in Topic with all required values but omitted title/summary returns created-invalid with empty Markdown while qualification says exactCreateToolingApplied=true; this is the ordinary CLI shape because create-local-draft supplies empty convenience flags when they are omitted. Adversarial reproduction 3: a Parent carrying id/path plus kind:"tiinex.topic.v1" but no schemaId is accepted as exact continuation authority. These are same-seam false-PASS/fidelity defects, not a request for broader architecture work. Q remains HOLD and the pending Dev correction stays deferred until this Tooling prerequisite closes.
|
|
43
|
+
|
|
44
|
+
# Continuity Integrity
|
|
45
|
+
|
|
46
|
+
- [sha256-base64url-c14n-v2](https://github.com/Tiinex/docs/blob/053d46ce082d4ec261b82abc44ecca403d61e240/.topics/.validators/sha256-base64url-c14n-v2.validator.md)
|
|
47
|
+
- Towards: self
|
|
48
|
+
- Value: aaiEj3xg1nGoJyqZbhAdAVSXXoBNkG1FCuXWfvspwuc
|