Initial commit of Descrybe v2 without local scratch artifacts.
Drop one-shot tmp/axe scripts and agent i18n scratch so the Gitea tree is deployable.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
export {
|
||||
ACTIVATION_STEPS,
|
||||
ACTIVATION_STEP_DEFS,
|
||||
visibleActivationSteps,
|
||||
activationStepIndexById,
|
||||
activationIndexFromTutorialStep,
|
||||
activationIndexFromWorkspace,
|
||||
type ActivationStep,
|
||||
type ActivationWorkspaceEvidence
|
||||
} from "./steps";
|
||||
export {
|
||||
ACTIVATION_STORAGE_KEY,
|
||||
ACTIVATION_PROGRESS_VERSION,
|
||||
readActivationProgress,
|
||||
writeActivationProgress,
|
||||
resolveActivationCursor,
|
||||
type ActivationProgress,
|
||||
type ActivationStatus
|
||||
} from "./storage";
|
||||
Reference in New Issue
Block a user