@agimon-ai/doompi 0.0.1-alpha.6 → 0.0.1-alpha.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +666 -462
- package/assets/banner.png +0 -0
- package/assets/doompi-tui.png +0 -0
- package/assets/favicon.svg +16 -0
- package/assets/logo-light.png +0 -0
- package/assets/logo.png +0 -0
- package/assets/mascot-red.png +0 -0
- package/assets/mascot-red.svg +6 -0
- package/assets/mascot.png +0 -0
- package/assets/mascot.svg +6 -0
- package/dist/_virtual/_rolldown/runtime.cjs +1 -1
- package/dist/bin/cli.cjs +1 -1
- package/dist/bin/cli.cjs.map +1 -1
- package/dist/bin/cli.d.cts +1 -1
- package/dist/bin/cli.d.mts +1 -1
- package/dist/bin/cli.mjs +1 -1
- package/dist/bin/cli.mjs.map +1 -1
- package/dist/bin/doomRunner.cjs +1 -1
- package/dist/bin/doomRunner.cjs.map +1 -1
- package/dist/bin/doomRunner.d.cts +12 -1
- package/dist/bin/doomRunner.d.cts.map +1 -0
- package/dist/bin/doomRunner.d.mts +12 -1
- package/dist/bin/doomRunner.d.mts.map +1 -0
- package/dist/bin/doomRunner.mjs +1 -1
- package/dist/bin/doomRunner.mjs.map +1 -1
- package/dist/bin/dpi.cjs +3 -0
- package/dist/bin/dpi.cjs.map +1 -0
- package/dist/bin/dpi.d.cts +1 -0
- package/dist/bin/dpi.d.mts +1 -0
- package/dist/bin/dpi.mjs +3 -0
- package/dist/bin/dpi.mjs.map +1 -0
- package/dist/cli/cliApp.cjs +1 -2
- package/dist/cli/cliApp.d.cts +2 -45
- package/dist/cli/cliApp.d.mts +2 -45
- package/dist/cli/cliApp.mjs +1 -2
- package/dist/cli/compatibilityOptions.cjs +1 -2
- package/dist/cli/compatibilityOptions.d.cts +2 -15
- package/dist/cli/compatibilityOptions.d.mts +2 -15
- package/dist/cli/compatibilityOptions.mjs +1 -2
- package/dist/cli/help.cjs +1 -63
- package/dist/cli/help.d.cts +2 -6
- package/dist/cli/help.d.mts +2 -6
- package/dist/cli/help.mjs +1 -63
- package/dist/cli/index.cjs +1 -1
- package/dist/cli/index.d.cts +6 -5
- package/dist/cli/index.d.mts +6 -5
- package/dist/cli/index.mjs +1 -1
- package/dist/cli/matrixOptions.cjs +1 -2
- package/dist/cli/matrixOptions.d.cts +2 -99
- package/dist/cli/matrixOptions.d.mts +2 -99
- package/dist/cli/matrixOptions.mjs +1 -2
- package/dist/cli/options.cjs +1 -2
- package/dist/cli/options.d.cts +2 -7
- package/dist/cli/options.d.mts +2 -7
- package/dist/cli/options.mjs +1 -2
- package/dist/commands/baseCommand.cjs +1 -2
- package/dist/commands/baseCommand.d.cts +2 -36
- package/dist/commands/baseCommand.d.mts +2 -36
- package/dist/commands/baseCommand.mjs +1 -2
- package/dist/commands/compatibilityCommand.cjs +1 -2
- package/dist/commands/compatibilityCommand.d.cts +2 -14
- package/dist/commands/compatibilityCommand.d.mts +2 -14
- package/dist/commands/compatibilityCommand.mjs +1 -2
- package/dist/commands/emitMcpCommand.cjs +1 -2
- package/dist/commands/emitMcpCommand.d.cts +2 -19
- package/dist/commands/emitMcpCommand.d.mts +2 -19
- package/dist/commands/emitMcpCommand.mjs +1 -2
- package/dist/commands/explainCommand.cjs +1 -21
- package/dist/commands/explainCommand.d.cts +2 -63
- package/dist/commands/explainCommand.d.mts +2 -63
- package/dist/commands/explainCommand.mjs +1 -21
- package/dist/commands/index.cjs +1 -1
- package/dist/commands/index.d.cts +8 -9
- package/dist/commands/index.d.mts +8 -9
- package/dist/commands/index.mjs +1 -1
- package/dist/commands/initCommand.cjs +1 -3
- package/dist/commands/initCommand.d.cts +2 -11
- package/dist/commands/initCommand.d.mts +2 -11
- package/dist/commands/initCommand.mjs +1 -3
- package/dist/commands/launchCommand.cjs +1 -2
- package/dist/commands/launchCommand.d.cts +2 -31
- package/dist/commands/launchCommand.d.mts +2 -31
- package/dist/commands/launchCommand.mjs +1 -2
- package/dist/commands/syncCommand.cjs +1 -6
- package/dist/commands/syncCommand.d.cts +2 -37
- package/dist/commands/syncCommand.d.mts +2 -37
- package/dist/commands/syncCommand.mjs +1 -6
- package/dist/config/harnessState.cjs +1 -2
- package/dist/config/harnessState.d.cts +2 -24
- package/dist/config/harnessState.d.mts +2 -24
- package/dist/config/harnessState.mjs +1 -2
- package/dist/config/index.cjs +1 -1
- package/dist/config/index.d.cts +4 -4
- package/dist/config/index.d.mts +5 -5
- package/dist/config/index.mjs +1 -1
- package/dist/config/projectTrust.cjs +1 -2
- package/dist/config/projectTrust.d.cts +2 -14
- package/dist/config/projectTrust.d.mts +2 -14
- package/dist/config/projectTrust.mjs +1 -2
- package/dist/contextApi.cjs +1 -0
- package/dist/contextApi.d.cts +2 -0
- package/dist/contextApi.d.mts +2 -0
- package/dist/contextApi.mjs +1 -0
- package/dist/entries/agentModel.cjs +1 -0
- package/dist/entries/agentModel.d.cts +2 -0
- package/dist/entries/agentModel.d.mts +2 -0
- package/dist/entries/agentModel.mjs +1 -0
- package/dist/entries/cordisFinalizer.cjs +1 -0
- package/dist/entries/cordisFinalizer.d.cts +2 -0
- package/dist/entries/cordisFinalizer.d.mts +2 -0
- package/dist/entries/cordisFinalizer.mjs +1 -0
- package/dist/entries/cordisHost.cjs +1 -0
- package/dist/entries/cordisHost.d.cts +2 -0
- package/dist/entries/cordisHost.d.mts +2 -0
- package/dist/entries/cordisHost.mjs +1 -0
- package/dist/entries/domains.cjs +1 -2
- package/dist/entries/domains.d.cts +2 -10
- package/dist/entries/domains.d.mts +2 -10
- package/dist/entries/domains.mjs +1 -2
- package/dist/entries/doom.cjs +1 -2
- package/dist/entries/doom.d.cts +2 -13
- package/dist/entries/doom.d.mts +2 -14
- package/dist/entries/doom.mjs +1 -2
- package/dist/entries/effort.cjs +1 -2
- package/dist/entries/effort.d.cts +2 -10
- package/dist/entries/effort.d.mts +2 -10
- package/dist/entries/effort.mjs +1 -2
- package/dist/entries/modeCatalog.cjs +1 -0
- package/dist/entries/modeCatalog.d.cts +2 -0
- package/dist/entries/modeCatalog.d.mts +2 -0
- package/dist/entries/modeCatalog.mjs +1 -0
- package/dist/entries/ollamaProvider.cjs +1 -2
- package/dist/entries/ollamaProvider.d.cts +2 -6
- package/dist/entries/ollamaProvider.d.mts +2 -7
- package/dist/entries/ollamaProvider.mjs +1 -2
- package/dist/entries/styleSystem.cjs +1 -4
- package/dist/entries/styleSystem.d.cts +2 -32
- package/dist/entries/styleSystem.d.mts +2 -32
- package/dist/entries/styleSystem.mjs +1 -4
- package/dist/extensions/pi.cjs +1 -0
- package/dist/extensions/pi.d.cts +2 -0
- package/dist/extensions/pi.d.mts +2 -0
- package/dist/extensions/pi.mjs +1 -0
- package/dist/index.cjs +1 -2
- package/dist/index.d.cts +48 -42
- package/dist/index.d.mts +48 -42
- package/dist/index.mjs +1 -2
- package/dist/logSinkTelemetry.cjs +1 -2
- package/dist/logSinkTelemetry.d.cts +2 -51
- package/dist/logSinkTelemetry.d.mts +2 -51
- package/dist/logSinkTelemetry.mjs +1 -2
- package/dist/services/compatibility/antigravity.cjs +1 -2
- package/dist/services/compatibility/antigravity.d.cts +2 -11
- package/dist/services/compatibility/antigravity.d.mts +2 -11
- package/dist/services/compatibility/antigravity.mjs +1 -2
- package/dist/services/compatibility/codex.cjs +1 -2
- package/dist/services/compatibility/codex.d.cts +2 -19
- package/dist/services/compatibility/codex.d.mts +2 -19
- package/dist/services/compatibility/codex.mjs +1 -2
- package/dist/services/compatibility/index.cjs +1 -2
- package/dist/services/compatibility/index.d.cts +6 -16
- package/dist/services/compatibility/index.d.mts +6 -16
- package/dist/services/compatibility/index.mjs +1 -2
- package/dist/services/compatibility/process.cjs +1 -2
- package/dist/services/compatibility/process.d.cts +2 -35
- package/dist/services/compatibility/process.d.mts +2 -35
- package/dist/services/compatibility/process.mjs +1 -2
- package/dist/services/compatibility/shared.cjs +1 -2
- package/dist/services/compatibility/shared.d.cts +2 -33
- package/dist/services/compatibility/shared.d.mts +2 -33
- package/dist/services/compatibility/shared.mjs +1 -2
- package/dist/services/compatibilityContext.cjs +1 -2
- package/dist/services/compatibilityContext.d.cts +2 -23
- package/dist/services/compatibilityContext.d.mts +2 -23
- package/dist/services/compatibilityContext.mjs +1 -2
- package/dist/services/composer.cjs +1 -2
- package/dist/services/composer.d.cts +4 -136
- package/dist/services/composer.d.mts +4 -136
- package/dist/services/composer.mjs +1 -2
- package/dist/services/harnessContext.cjs +1 -2
- package/dist/services/harnessContext.d.cts +2 -61
- package/dist/services/harnessContext.d.mts +2 -61
- package/dist/services/harnessContext.mjs +1 -2
- package/dist/services/index.cjs +1 -1
- package/dist/services/index.d.cts +23 -15
- package/dist/services/index.d.mts +23 -15
- package/dist/services/index.mjs +1 -1
- package/dist/services/matrixSwitcher.cjs +1 -2
- package/dist/services/matrixSwitcher.d.cts +3 -46
- package/dist/services/matrixSwitcher.d.mts +3 -46
- package/dist/services/matrixSwitcher.mjs +1 -2
- package/dist/services/mcpFilter.cjs +1 -3
- package/dist/services/mcpFilter.d.cts +1 -40
- package/dist/services/mcpFilter.d.mts +1 -40
- package/dist/services/mcpFilter.mjs +1 -3
- package/dist/services/modeCatalog.cjs +1 -0
- package/dist/services/modeCatalog.d.cts +2 -0
- package/dist/services/modeCatalog.d.mts +2 -0
- package/dist/services/modeCatalog.mjs +1 -0
- package/dist/services/piSettings.cjs +1 -2
- package/dist/services/piSettings.d.cts +2 -24
- package/dist/services/piSettings.d.mts +2 -24
- package/dist/services/piSettings.mjs +1 -2
- package/dist/services/resourceCollector.cjs +1 -3
- package/dist/services/resourceCollector.d.cts +1 -23
- package/dist/services/resourceCollector.d.mts +1 -23
- package/dist/services/resourceCollector.mjs +1 -3
- package/dist/services/syncState.cjs +1 -2
- package/dist/services/syncState.d.cts +3 -133
- package/dist/services/syncState.d.mts +3 -133
- package/dist/services/syncState.mjs +1 -2
- package/dist/sessionApi.cjs +1 -0
- package/dist/sessionApi.d.cts +2 -0
- package/dist/sessionApi.d.mts +2 -0
- package/dist/sessionApi.mjs +1 -0
- package/dist/src/adapters/apiRoutesSync.cjs +3 -0
- package/dist/src/adapters/apiRoutesSync.cjs.map +1 -0
- package/dist/src/adapters/apiRoutesSync.mjs +3 -0
- package/dist/src/adapters/apiRoutesSync.mjs.map +1 -0
- package/dist/src/adapters/bootstrapClaim.cjs +2 -0
- package/dist/src/adapters/bootstrapClaim.cjs.map +1 -0
- package/dist/src/adapters/bootstrapClaim.mjs +2 -0
- package/dist/src/adapters/bootstrapClaim.mjs.map +1 -0
- package/dist/src/adapters/bootstrapLocator.cjs +2 -0
- package/dist/src/adapters/bootstrapLocator.cjs.map +1 -0
- package/dist/src/adapters/bootstrapLocator.d.cts +5 -0
- package/dist/src/adapters/bootstrapLocator.d.cts.map +1 -0
- package/dist/src/adapters/bootstrapLocator.d.mts +5 -0
- package/dist/src/adapters/bootstrapLocator.d.mts.map +1 -0
- package/dist/src/adapters/bootstrapLocator.mjs +2 -0
- package/dist/src/adapters/bootstrapLocator.mjs.map +1 -0
- package/dist/src/adapters/compatibility/antigravity.cjs +2 -0
- package/dist/src/adapters/compatibility/antigravity.cjs.map +1 -0
- package/dist/src/adapters/compatibility/antigravity.d.cts +9 -0
- package/dist/src/adapters/compatibility/antigravity.d.cts.map +1 -0
- package/dist/src/adapters/compatibility/antigravity.d.mts +9 -0
- package/dist/src/adapters/compatibility/antigravity.d.mts.map +1 -0
- package/dist/src/adapters/compatibility/antigravity.mjs +2 -0
- package/dist/src/adapters/compatibility/antigravity.mjs.map +1 -0
- package/dist/src/adapters/compatibility/codex.cjs +2 -0
- package/dist/src/adapters/compatibility/codex.cjs.map +1 -0
- package/dist/src/adapters/compatibility/codex.d.cts +17 -0
- package/dist/src/adapters/compatibility/codex.d.cts.map +1 -0
- package/dist/src/adapters/compatibility/codex.d.mts +17 -0
- package/dist/src/adapters/compatibility/codex.d.mts.map +1 -0
- package/dist/src/adapters/compatibility/codex.mjs +2 -0
- package/dist/src/adapters/compatibility/codex.mjs.map +1 -0
- package/dist/src/adapters/compatibility/index.cjs +2 -0
- package/dist/src/adapters/compatibility/index.cjs.map +1 -0
- package/dist/src/adapters/compatibility/index.d.cts +15 -0
- package/dist/src/adapters/compatibility/index.d.cts.map +1 -0
- package/dist/src/adapters/compatibility/index.d.mts +15 -0
- package/dist/src/adapters/compatibility/index.d.mts.map +1 -0
- package/dist/src/adapters/compatibility/index.mjs +2 -0
- package/dist/src/adapters/compatibility/index.mjs.map +1 -0
- package/dist/src/adapters/compatibility/process.cjs +2 -0
- package/dist/src/adapters/compatibility/process.cjs.map +1 -0
- package/dist/src/adapters/compatibility/process.d.cts +33 -0
- package/dist/src/adapters/compatibility/process.d.cts.map +1 -0
- package/dist/src/adapters/compatibility/process.d.mts +33 -0
- package/dist/src/adapters/compatibility/process.d.mts.map +1 -0
- package/dist/src/adapters/compatibility/process.mjs +2 -0
- package/dist/src/adapters/compatibility/process.mjs.map +1 -0
- package/dist/src/adapters/compatibility/shared.cjs +2 -0
- package/dist/src/adapters/compatibility/shared.cjs.map +1 -0
- package/dist/src/adapters/compatibility/shared.d.cts +40 -0
- package/dist/src/adapters/compatibility/shared.d.cts.map +1 -0
- package/dist/src/adapters/compatibility/shared.d.mts +40 -0
- package/dist/src/adapters/compatibility/shared.d.mts.map +1 -0
- package/dist/src/adapters/compatibility/shared.mjs +2 -0
- package/dist/src/adapters/compatibility/shared.mjs.map +1 -0
- package/dist/src/adapters/compatibilityContext.cjs +2 -0
- package/dist/src/adapters/compatibilityContext.cjs.map +1 -0
- package/dist/src/adapters/compatibilityContext.d.cts +22 -0
- package/dist/src/adapters/compatibilityContext.d.cts.map +1 -0
- package/dist/src/adapters/compatibilityContext.d.mts +22 -0
- package/dist/src/adapters/compatibilityContext.d.mts.map +1 -0
- package/dist/src/adapters/compatibilityContext.mjs +2 -0
- package/dist/src/adapters/compatibilityContext.mjs.map +1 -0
- package/dist/src/adapters/composer.cjs +2 -0
- package/dist/src/adapters/composer.cjs.map +1 -0
- package/dist/src/adapters/composer.d.cts +119 -0
- package/dist/src/adapters/composer.d.cts.map +1 -0
- package/dist/src/adapters/composer.d.mts +119 -0
- package/dist/src/adapters/composer.d.mts.map +1 -0
- package/dist/src/adapters/composer.mjs +2 -0
- package/dist/src/adapters/composer.mjs.map +1 -0
- package/dist/src/adapters/compositionState.cjs +2 -0
- package/dist/src/adapters/compositionState.cjs.map +1 -0
- package/dist/src/adapters/compositionState.d.cts +9 -0
- package/dist/src/adapters/compositionState.d.cts.map +1 -0
- package/dist/src/adapters/compositionState.d.mts +9 -0
- package/dist/src/adapters/compositionState.d.mts.map +1 -0
- package/dist/src/adapters/compositionState.mjs +2 -0
- package/dist/src/adapters/compositionState.mjs.map +1 -0
- package/dist/src/adapters/config/harnessState.cjs +2 -0
- package/dist/src/adapters/config/harnessState.cjs.map +1 -0
- package/dist/src/adapters/config/harnessState.d.cts +19 -0
- package/dist/src/adapters/config/harnessState.d.cts.map +1 -0
- package/dist/src/adapters/config/harnessState.d.mts +19 -0
- package/dist/src/adapters/config/harnessState.d.mts.map +1 -0
- package/dist/src/adapters/config/harnessState.mjs +2 -0
- package/dist/src/adapters/config/harnessState.mjs.map +1 -0
- package/dist/src/adapters/contextApi.cjs +2 -0
- package/dist/src/adapters/contextApi.cjs.map +1 -0
- package/dist/src/adapters/contextApi.d.cts +13 -0
- package/dist/src/adapters/contextApi.d.cts.map +1 -0
- package/dist/src/adapters/contextApi.d.mts +13 -0
- package/dist/src/adapters/contextApi.d.mts.map +1 -0
- package/dist/src/adapters/contextApi.mjs +2 -0
- package/dist/src/adapters/contextApi.mjs.map +1 -0
- package/dist/src/adapters/contextDetailStore.cjs +2 -0
- package/dist/src/adapters/contextDetailStore.cjs.map +1 -0
- package/dist/src/adapters/contextDetailStore.d.cts +6 -0
- package/dist/src/adapters/contextDetailStore.d.cts.map +1 -0
- package/dist/src/adapters/contextDetailStore.d.mts +6 -0
- package/dist/src/adapters/contextDetailStore.d.mts.map +1 -0
- package/dist/src/adapters/contextDetailStore.mjs +2 -0
- package/dist/src/adapters/contextDetailStore.mjs.map +1 -0
- package/dist/src/adapters/doomPackage.cjs +2 -0
- package/dist/src/adapters/doomPackage.cjs.map +1 -0
- package/dist/src/adapters/doomPackage.mjs +2 -0
- package/dist/src/adapters/doomPackage.mjs.map +1 -0
- package/dist/src/adapters/dpiRunner.cjs +3 -0
- package/dist/src/adapters/dpiRunner.cjs.map +1 -0
- package/dist/src/adapters/dpiRunner.mjs +3 -0
- package/dist/src/adapters/dpiRunner.mjs.map +1 -0
- package/dist/src/adapters/dpiSettings.cjs +2 -0
- package/dist/src/adapters/dpiSettings.cjs.map +1 -0
- package/dist/src/adapters/dpiSettings.mjs +2 -0
- package/dist/src/adapters/dpiSettings.mjs.map +1 -0
- package/dist/src/adapters/extensionCompiler.cjs +3 -0
- package/dist/src/adapters/extensionCompiler.cjs.map +1 -0
- package/dist/src/adapters/extensionCompiler.mjs +3 -0
- package/dist/src/adapters/extensionCompiler.mjs.map +1 -0
- package/dist/src/adapters/harnessContext.cjs +2 -0
- package/dist/src/adapters/harnessContext.cjs.map +1 -0
- package/dist/src/adapters/harnessContext.d.cts +51 -0
- package/dist/src/adapters/harnessContext.d.cts.map +1 -0
- package/dist/src/adapters/harnessContext.d.mts +51 -0
- package/dist/src/adapters/harnessContext.d.mts.map +1 -0
- package/dist/src/adapters/harnessContext.mjs +2 -0
- package/dist/src/adapters/harnessContext.mjs.map +1 -0
- package/dist/src/adapters/launchPlan.cjs +2 -0
- package/dist/src/adapters/launchPlan.cjs.map +1 -0
- package/dist/src/adapters/launchPlan.d.cts +43 -0
- package/dist/src/adapters/launchPlan.d.cts.map +1 -0
- package/dist/src/adapters/launchPlan.d.mts +43 -0
- package/dist/src/adapters/launchPlan.d.mts.map +1 -0
- package/dist/src/adapters/launchPlan.mjs +2 -0
- package/dist/src/adapters/launchPlan.mjs.map +1 -0
- package/dist/src/adapters/launcherComposition.cjs +2 -0
- package/dist/src/adapters/launcherComposition.cjs.map +1 -0
- package/dist/src/adapters/launcherComposition.mjs +2 -0
- package/dist/src/adapters/launcherComposition.mjs.map +1 -0
- package/dist/src/adapters/layerPackageInstaller.cjs +3 -0
- package/dist/src/adapters/layerPackageInstaller.cjs.map +1 -0
- package/dist/src/adapters/layerPackageInstaller.d.cts +45 -0
- package/dist/src/adapters/layerPackageInstaller.d.cts.map +1 -0
- package/dist/src/adapters/layerPackageInstaller.d.mts +45 -0
- package/dist/src/adapters/layerPackageInstaller.d.mts.map +1 -0
- package/dist/src/adapters/layerPackageInstaller.mjs +3 -0
- package/dist/src/adapters/layerPackageInstaller.mjs.map +1 -0
- package/dist/src/adapters/mcpSchemaCost.cjs +3 -0
- package/dist/src/adapters/mcpSchemaCost.cjs.map +1 -0
- package/dist/src/adapters/mcpSchemaCost.d.cts +12 -0
- package/dist/src/adapters/mcpSchemaCost.d.cts.map +1 -0
- package/dist/src/adapters/mcpSchemaCost.d.mts +12 -0
- package/dist/src/adapters/mcpSchemaCost.d.mts.map +1 -0
- package/dist/src/adapters/mcpSchemaCost.mjs +3 -0
- package/dist/src/adapters/mcpSchemaCost.mjs.map +1 -0
- package/dist/src/adapters/modules/moduleResolution.cjs +2 -0
- package/dist/src/adapters/modules/moduleResolution.cjs.map +1 -0
- package/dist/src/adapters/modules/moduleResolution.d.cts +75 -0
- package/dist/src/adapters/modules/moduleResolution.d.cts.map +1 -0
- package/dist/src/adapters/modules/moduleResolution.d.mts +75 -0
- package/dist/src/adapters/modules/moduleResolution.d.mts.map +1 -0
- package/dist/src/adapters/modules/moduleResolution.mjs +2 -0
- package/dist/src/adapters/modules/moduleResolution.mjs.map +1 -0
- package/dist/src/adapters/packageBootstrap.cjs +2 -0
- package/dist/src/adapters/packageBootstrap.cjs.map +1 -0
- package/dist/src/adapters/packageBootstrap.d.cts +7 -0
- package/dist/src/adapters/packageBootstrap.d.cts.map +1 -0
- package/dist/src/adapters/packageBootstrap.d.mts +7 -0
- package/dist/src/adapters/packageBootstrap.d.mts.map +1 -0
- package/dist/src/adapters/packageBootstrap.mjs +2 -0
- package/dist/src/adapters/packageBootstrap.mjs.map +1 -0
- package/dist/src/adapters/piExtensionAlias.cjs +2 -0
- package/dist/src/adapters/piExtensionAlias.cjs.map +1 -0
- package/dist/src/adapters/piExtensionAlias.mjs +2 -0
- package/dist/src/adapters/piExtensionAlias.mjs.map +1 -0
- package/dist/src/adapters/piExtensionDispatcher.cjs +100 -0
- package/dist/src/adapters/piExtensionDispatcher.cjs.map +1 -0
- package/dist/src/adapters/piExtensionDispatcher.mjs +100 -0
- package/dist/src/adapters/piExtensionDispatcher.mjs.map +1 -0
- package/dist/src/adapters/piSettings.cjs +2 -0
- package/dist/src/adapters/piSettings.cjs.map +1 -0
- package/dist/src/adapters/piSettings.d.cts +23 -0
- package/dist/src/adapters/piSettings.d.cts.map +1 -0
- package/dist/src/adapters/piSettings.d.mts +23 -0
- package/dist/src/adapters/piSettings.d.mts.map +1 -0
- package/dist/src/adapters/piSettings.mjs +2 -0
- package/dist/src/adapters/piSettings.mjs.map +1 -0
- package/dist/src/adapters/projectPiSettings.cjs +2 -0
- package/dist/src/adapters/projectPiSettings.cjs.map +1 -0
- package/dist/src/adapters/projectPiSettings.d.cts +27 -0
- package/dist/src/adapters/projectPiSettings.d.cts.map +1 -0
- package/dist/src/adapters/projectPiSettings.d.mts +27 -0
- package/dist/src/adapters/projectPiSettings.d.mts.map +1 -0
- package/dist/src/adapters/projectPiSettings.mjs +2 -0
- package/dist/src/adapters/projectPiSettings.mjs.map +1 -0
- package/dist/src/adapters/repository/repository.cjs +2 -0
- package/dist/src/adapters/repository/repository.cjs.map +1 -0
- package/dist/src/adapters/repository/repository.d.cts +22 -0
- package/dist/src/adapters/repository/repository.d.cts.map +1 -0
- package/dist/src/adapters/repository/repository.d.mts +22 -0
- package/dist/src/adapters/repository/repository.d.mts.map +1 -0
- package/dist/src/adapters/repository/repository.mjs +2 -0
- package/dist/src/adapters/repository/repository.mjs.map +1 -0
- package/dist/src/adapters/runtimeBundle.cjs +2 -0
- package/dist/src/adapters/runtimeBundle.cjs.map +1 -0
- package/dist/src/adapters/runtimeBundle.d.cts +22 -0
- package/dist/src/adapters/runtimeBundle.d.cts.map +1 -0
- package/dist/src/adapters/runtimeBundle.d.mts +22 -0
- package/dist/src/adapters/runtimeBundle.d.mts.map +1 -0
- package/dist/src/adapters/runtimeBundle.mjs +2 -0
- package/dist/src/adapters/runtimeBundle.mjs.map +1 -0
- package/dist/src/adapters/runtimeIdentity.cjs +2 -0
- package/dist/src/adapters/runtimeIdentity.cjs.map +1 -0
- package/dist/src/adapters/runtimeIdentity.d.cts +7 -0
- package/dist/src/adapters/runtimeIdentity.d.cts.map +1 -0
- package/dist/src/adapters/runtimeIdentity.d.mts +7 -0
- package/dist/src/adapters/runtimeIdentity.d.mts.map +1 -0
- package/dist/src/adapters/runtimeIdentity.mjs +2 -0
- package/dist/src/adapters/runtimeIdentity.mjs.map +1 -0
- package/dist/src/adapters/sandboxHarness.cjs +2 -0
- package/dist/src/adapters/sandboxHarness.cjs.map +1 -0
- package/dist/src/adapters/sandboxHarness.mjs +2 -0
- package/dist/src/adapters/sandboxHarness.mjs.map +1 -0
- package/dist/src/adapters/serialization/json.cjs +2 -0
- package/dist/src/adapters/serialization/json.cjs.map +1 -0
- package/dist/src/adapters/serialization/json.d.cts +22 -0
- package/dist/src/adapters/serialization/json.d.cts.map +1 -0
- package/dist/src/adapters/serialization/json.d.mts +22 -0
- package/dist/src/adapters/serialization/json.d.mts.map +1 -0
- package/dist/src/adapters/serialization/json.mjs +2 -0
- package/dist/src/adapters/serialization/json.mjs.map +1 -0
- package/dist/src/adapters/sharedBuildCache.cjs +2 -0
- package/dist/src/adapters/sharedBuildCache.cjs.map +1 -0
- package/dist/src/adapters/sharedBuildCache.mjs +2 -0
- package/dist/src/adapters/sharedBuildCache.mjs.map +1 -0
- package/dist/src/adapters/syncDrift.cjs +2 -0
- package/dist/src/adapters/syncDrift.cjs.map +1 -0
- package/dist/src/adapters/syncDrift.d.cts +37 -0
- package/dist/src/adapters/syncDrift.d.cts.map +1 -0
- package/dist/src/adapters/syncDrift.d.mts +37 -0
- package/dist/src/adapters/syncDrift.d.mts.map +1 -0
- package/dist/src/adapters/syncDrift.mjs +2 -0
- package/dist/src/adapters/syncDrift.mjs.map +1 -0
- package/dist/src/adapters/syncLocation.cjs +2 -0
- package/dist/src/adapters/syncLocation.cjs.map +1 -0
- package/dist/src/adapters/syncLocation.d.cts +23 -0
- package/dist/src/adapters/syncLocation.d.cts.map +1 -0
- package/dist/src/adapters/syncLocation.d.mts +23 -0
- package/dist/src/adapters/syncLocation.d.mts.map +1 -0
- package/dist/src/adapters/syncLocation.mjs +2 -0
- package/dist/src/adapters/syncLocation.mjs.map +1 -0
- package/dist/src/adapters/syncRegistration.cjs +2 -0
- package/dist/src/adapters/syncRegistration.cjs.map +1 -0
- package/dist/src/adapters/syncRegistration.d.cts +24 -0
- package/dist/src/adapters/syncRegistration.d.cts.map +1 -0
- package/dist/src/adapters/syncRegistration.d.mts +24 -0
- package/dist/src/adapters/syncRegistration.d.mts.map +1 -0
- package/dist/src/adapters/syncRegistration.mjs +2 -0
- package/dist/src/adapters/syncRegistration.mjs.map +1 -0
- package/dist/src/adapters/syncState.cjs +0 -0
- package/dist/src/adapters/syncState.cjs.map +1 -0
- package/dist/src/adapters/syncState.d.cts +178 -0
- package/dist/src/adapters/syncState.d.cts.map +1 -0
- package/dist/src/adapters/syncState.d.mts +178 -0
- package/dist/src/adapters/syncState.d.mts.map +1 -0
- package/dist/src/adapters/syncState.mjs +0 -0
- package/dist/src/adapters/syncState.mjs.map +1 -0
- package/dist/src/adapters/syncStateContract.cjs +2 -0
- package/dist/src/adapters/syncStateContract.cjs.map +1 -0
- package/dist/src/adapters/syncStateContract.d.cts +11 -0
- package/dist/src/adapters/syncStateContract.d.cts.map +1 -0
- package/dist/src/adapters/syncStateContract.d.mts +11 -0
- package/dist/src/adapters/syncStateContract.d.mts.map +1 -0
- package/dist/src/adapters/syncStateContract.mjs +2 -0
- package/dist/src/adapters/syncStateContract.mjs.map +1 -0
- package/dist/src/adapters/syncedRuntimeBuilder.cjs +2 -0
- package/dist/src/adapters/syncedRuntimeBuilder.cjs.map +1 -0
- package/dist/src/adapters/syncedRuntimeBuilder.d.cts +18 -0
- package/dist/src/adapters/syncedRuntimeBuilder.d.cts.map +1 -0
- package/dist/src/adapters/syncedRuntimeBuilder.d.mts +18 -0
- package/dist/src/adapters/syncedRuntimeBuilder.d.mts.map +1 -0
- package/dist/src/adapters/syncedRuntimeBuilder.mjs +2 -0
- package/dist/src/adapters/syncedRuntimeBuilder.mjs.map +1 -0
- package/dist/src/adapters/telemetry/logSinkTelemetry.cjs +2 -0
- package/dist/src/adapters/telemetry/logSinkTelemetry.cjs.map +1 -0
- package/dist/src/adapters/telemetry/logSinkTelemetry.d.cts +49 -0
- package/dist/src/adapters/telemetry/logSinkTelemetry.d.cts.map +1 -0
- package/dist/src/adapters/telemetry/logSinkTelemetry.d.mts +49 -0
- package/dist/src/adapters/telemetry/logSinkTelemetry.d.mts.map +1 -0
- package/dist/src/adapters/telemetry/logSinkTelemetry.mjs +2 -0
- package/dist/src/adapters/telemetry/logSinkTelemetry.mjs.map +1 -0
- package/dist/src/adapters/webBundleSync.cjs +2 -0
- package/dist/src/adapters/webBundleSync.cjs.map +1 -0
- package/dist/src/adapters/webBundleSync.mjs +2 -0
- package/dist/src/adapters/webBundleSync.mjs.map +1 -0
- package/dist/src/commands/baseCommand.cjs +2 -0
- package/dist/src/commands/baseCommand.cjs.map +1 -0
- package/dist/src/commands/baseCommand.d.cts +35 -0
- package/dist/src/commands/baseCommand.d.cts.map +1 -0
- package/dist/src/commands/baseCommand.d.mts +35 -0
- package/dist/src/commands/baseCommand.d.mts.map +1 -0
- package/dist/src/commands/baseCommand.mjs +2 -0
- package/dist/src/commands/baseCommand.mjs.map +1 -0
- package/dist/src/commands/buildCommand.cjs +3 -0
- package/dist/src/commands/buildCommand.cjs.map +1 -0
- package/dist/src/commands/buildCommand.mjs +3 -0
- package/dist/src/commands/buildCommand.mjs.map +1 -0
- package/dist/src/commands/cli/cliApp.cjs +2 -0
- package/dist/src/commands/cli/cliApp.cjs.map +1 -0
- package/dist/src/commands/cli/cliApp.d.cts +43 -0
- package/dist/src/commands/cli/cliApp.d.cts.map +1 -0
- package/dist/src/commands/cli/cliApp.d.mts +43 -0
- package/dist/src/commands/cli/cliApp.d.mts.map +1 -0
- package/dist/src/commands/cli/cliApp.mjs +2 -0
- package/dist/src/commands/cli/cliApp.mjs.map +1 -0
- package/dist/src/commands/cli/compatibilityOptions.cjs +2 -0
- package/dist/src/commands/cli/compatibilityOptions.cjs.map +1 -0
- package/dist/src/commands/cli/compatibilityOptions.d.cts +13 -0
- package/dist/src/commands/cli/compatibilityOptions.d.cts.map +1 -0
- package/dist/src/commands/cli/compatibilityOptions.d.mts +13 -0
- package/dist/src/commands/cli/compatibilityOptions.d.mts.map +1 -0
- package/dist/src/commands/cli/compatibilityOptions.mjs +2 -0
- package/dist/src/commands/cli/compatibilityOptions.mjs.map +1 -0
- package/dist/src/commands/cli/harnessOptions.cjs +2 -0
- package/dist/src/commands/cli/harnessOptions.cjs.map +1 -0
- package/dist/src/commands/cli/harnessOptions.d.cts +24 -0
- package/dist/src/commands/cli/harnessOptions.d.cts.map +1 -0
- package/dist/src/commands/cli/harnessOptions.d.mts +24 -0
- package/dist/src/commands/cli/harnessOptions.d.mts.map +1 -0
- package/dist/src/commands/cli/harnessOptions.mjs +2 -0
- package/dist/src/commands/cli/harnessOptions.mjs.map +1 -0
- package/dist/src/commands/cli/help.cjs +74 -0
- package/dist/src/commands/cli/help.cjs.map +1 -0
- package/dist/src/commands/cli/help.d.cts +5 -0
- package/dist/src/commands/cli/help.d.cts.map +1 -0
- package/dist/src/commands/cli/help.d.mts +5 -0
- package/dist/src/commands/cli/help.d.mts.map +1 -0
- package/dist/src/commands/cli/help.mjs +74 -0
- package/dist/src/commands/cli/help.mjs.map +1 -0
- package/dist/src/commands/cli/matrixOptions.cjs +2 -0
- package/dist/src/commands/cli/matrixOptions.cjs.map +1 -0
- package/dist/src/commands/cli/matrixOptions.d.cts +90 -0
- package/dist/src/commands/cli/matrixOptions.d.cts.map +1 -0
- package/dist/src/commands/cli/matrixOptions.d.mts +90 -0
- package/dist/src/commands/cli/matrixOptions.d.mts.map +1 -0
- package/dist/src/commands/cli/matrixOptions.mjs +2 -0
- package/dist/src/commands/cli/matrixOptions.mjs.map +1 -0
- package/dist/src/commands/cli/options.cjs +2 -0
- package/dist/src/commands/cli/options.cjs.map +1 -0
- package/dist/src/commands/cli/options.d.cts +5 -0
- package/dist/src/commands/cli/options.d.cts.map +1 -0
- package/dist/src/commands/cli/options.d.mts +5 -0
- package/dist/src/commands/cli/options.d.mts.map +1 -0
- package/dist/src/commands/cli/options.mjs +2 -0
- package/dist/src/commands/cli/options.mjs.map +1 -0
- package/dist/src/commands/cli/sandboxArgs.cjs +2 -0
- package/dist/src/commands/cli/sandboxArgs.cjs.map +1 -0
- package/dist/src/commands/cli/sandboxArgs.mjs +2 -0
- package/dist/src/commands/cli/sandboxArgs.mjs.map +1 -0
- package/dist/src/commands/compatibilityCommand.cjs +2 -0
- package/dist/src/commands/compatibilityCommand.cjs.map +1 -0
- package/dist/src/commands/compatibilityCommand.d.cts +12 -0
- package/dist/src/commands/compatibilityCommand.d.cts.map +1 -0
- package/dist/src/commands/compatibilityCommand.d.mts +12 -0
- package/dist/src/commands/compatibilityCommand.d.mts.map +1 -0
- package/dist/src/commands/compatibilityCommand.mjs +2 -0
- package/dist/src/commands/compatibilityCommand.mjs.map +1 -0
- package/dist/src/commands/emitMcpCommand.cjs +2 -0
- package/dist/src/commands/emitMcpCommand.cjs.map +1 -0
- package/dist/src/commands/emitMcpCommand.d.cts +17 -0
- package/dist/src/commands/emitMcpCommand.d.cts.map +1 -0
- package/dist/src/commands/emitMcpCommand.d.mts +17 -0
- package/dist/src/commands/emitMcpCommand.d.mts.map +1 -0
- package/dist/src/commands/emitMcpCommand.mjs +2 -0
- package/dist/src/commands/emitMcpCommand.mjs.map +1 -0
- package/dist/src/commands/explainCommand.cjs +20 -0
- package/dist/src/commands/explainCommand.cjs.map +1 -0
- package/dist/src/commands/explainCommand.d.cts +64 -0
- package/dist/src/commands/explainCommand.d.cts.map +1 -0
- package/dist/src/commands/explainCommand.d.mts +64 -0
- package/dist/src/commands/explainCommand.d.mts.map +1 -0
- package/dist/src/commands/explainCommand.mjs +20 -0
- package/dist/src/commands/explainCommand.mjs.map +1 -0
- package/dist/src/commands/initCommand.cjs +2 -0
- package/dist/src/commands/initCommand.cjs.map +1 -0
- package/dist/src/commands/initCommand.d.cts +10 -0
- package/dist/src/commands/initCommand.d.cts.map +1 -0
- package/dist/src/commands/initCommand.d.mts +10 -0
- package/dist/src/commands/initCommand.d.mts.map +1 -0
- package/dist/src/commands/initCommand.mjs +2 -0
- package/dist/src/commands/initCommand.mjs.map +1 -0
- package/dist/src/commands/initPresenter.cjs +3 -0
- package/dist/src/commands/initPresenter.cjs.map +1 -0
- package/dist/src/commands/initPresenter.d.cts +8 -0
- package/dist/src/commands/initPresenter.d.cts.map +1 -0
- package/dist/src/commands/initPresenter.d.mts +8 -0
- package/dist/src/commands/initPresenter.d.mts.map +1 -0
- package/dist/src/commands/initPresenter.mjs +3 -0
- package/dist/src/commands/initPresenter.mjs.map +1 -0
- package/dist/src/commands/launchCommand.cjs +2 -0
- package/dist/src/commands/launchCommand.cjs.map +1 -0
- package/dist/src/commands/launchCommand.d.cts +27 -0
- package/dist/src/commands/launchCommand.d.cts.map +1 -0
- package/dist/src/commands/launchCommand.d.mts +27 -0
- package/dist/src/commands/launchCommand.d.mts.map +1 -0
- package/dist/src/commands/launchCommand.mjs +2 -0
- package/dist/src/commands/launchCommand.mjs.map +1 -0
- package/dist/src/commands/sandboxLaunchCommand.cjs +2 -0
- package/dist/src/commands/sandboxLaunchCommand.cjs.map +1 -0
- package/dist/src/commands/sandboxLaunchCommand.mjs +2 -0
- package/dist/src/commands/sandboxLaunchCommand.mjs.map +1 -0
- package/dist/src/commands/syncCommand.cjs +10 -0
- package/dist/src/commands/syncCommand.cjs.map +1 -0
- package/dist/src/commands/syncCommand.d.cts +52 -0
- package/dist/src/commands/syncCommand.d.cts.map +1 -0
- package/dist/src/commands/syncCommand.d.mts +52 -0
- package/dist/src/commands/syncCommand.d.mts.map +1 -0
- package/dist/src/commands/syncCommand.mjs +10 -0
- package/dist/src/commands/syncCommand.mjs.map +1 -0
- package/dist/src/commands/syncPipeline.cjs +4 -0
- package/dist/src/commands/syncPipeline.cjs.map +1 -0
- package/dist/src/commands/syncPipeline.mjs +4 -0
- package/dist/src/commands/syncPipeline.mjs.map +1 -0
- package/dist/src/commands/syncPresenter.cjs +2 -0
- package/dist/src/commands/syncPresenter.cjs.map +1 -0
- package/dist/src/commands/syncPresenter.d.cts +16 -0
- package/dist/src/commands/syncPresenter.d.cts.map +1 -0
- package/dist/src/commands/syncPresenter.d.mts +16 -0
- package/dist/src/commands/syncPresenter.d.mts.map +1 -0
- package/dist/src/commands/syncPresenter.mjs +2 -0
- package/dist/src/commands/syncPresenter.mjs.map +1 -0
- package/dist/src/extensions/entries/agentModel.cjs +2 -0
- package/dist/src/extensions/entries/agentModel.cjs.map +1 -0
- package/dist/src/extensions/entries/agentModel.d.cts +22 -0
- package/dist/src/extensions/entries/agentModel.d.cts.map +1 -0
- package/dist/src/extensions/entries/agentModel.d.mts +22 -0
- package/dist/src/extensions/entries/agentModel.d.mts.map +1 -0
- package/dist/src/extensions/entries/agentModel.mjs +2 -0
- package/dist/src/extensions/entries/agentModel.mjs.map +1 -0
- package/dist/src/extensions/entries/cordisFinalizer.cjs +2 -0
- package/dist/src/extensions/entries/cordisFinalizer.cjs.map +1 -0
- package/dist/src/extensions/entries/cordisFinalizer.d.cts +7 -0
- package/dist/src/extensions/entries/cordisFinalizer.d.cts.map +1 -0
- package/dist/src/extensions/entries/cordisFinalizer.d.mts +7 -0
- package/dist/src/extensions/entries/cordisFinalizer.d.mts.map +1 -0
- package/dist/src/extensions/entries/cordisFinalizer.mjs +2 -0
- package/dist/src/extensions/entries/cordisFinalizer.mjs.map +1 -0
- package/dist/src/extensions/entries/cordisHost.cjs +2 -0
- package/dist/src/extensions/entries/cordisHost.cjs.map +1 -0
- package/dist/src/extensions/entries/cordisHost.d.cts +7 -0
- package/dist/src/extensions/entries/cordisHost.d.cts.map +1 -0
- package/dist/src/extensions/entries/cordisHost.d.mts +7 -0
- package/dist/src/extensions/entries/cordisHost.d.mts.map +1 -0
- package/dist/src/extensions/entries/cordisHost.mjs +2 -0
- package/dist/src/extensions/entries/cordisHost.mjs.map +1 -0
- package/dist/src/extensions/entries/doom.cjs +2 -0
- package/dist/src/extensions/entries/doom.cjs.map +1 -0
- package/dist/src/extensions/entries/doom.d.cts +13 -0
- package/dist/src/extensions/entries/doom.d.cts.map +1 -0
- package/dist/src/extensions/entries/doom.d.mts +13 -0
- package/dist/src/extensions/entries/doom.d.mts.map +1 -0
- package/dist/src/extensions/entries/doom.mjs +2 -0
- package/dist/src/extensions/entries/doom.mjs.map +1 -0
- package/dist/src/extensions/entries/effort.cjs +2 -0
- package/dist/src/extensions/entries/effort.cjs.map +1 -0
- package/dist/src/extensions/entries/effort.d.cts +8 -0
- package/dist/src/extensions/entries/effort.d.cts.map +1 -0
- package/dist/src/extensions/entries/effort.d.mts +8 -0
- package/dist/src/extensions/entries/effort.d.mts.map +1 -0
- package/dist/src/extensions/entries/effort.mjs +2 -0
- package/dist/src/extensions/entries/effort.mjs.map +1 -0
- package/dist/src/extensions/entries/launcherBootstrap.cjs +2 -0
- package/dist/src/extensions/entries/launcherBootstrap.cjs.map +1 -0
- package/dist/src/extensions/entries/launcherBootstrap.d.cts +16 -0
- package/dist/src/extensions/entries/launcherBootstrap.d.cts.map +1 -0
- package/dist/src/extensions/entries/launcherBootstrap.d.mts +16 -0
- package/dist/src/extensions/entries/launcherBootstrap.d.mts.map +1 -0
- package/dist/src/extensions/entries/launcherBootstrap.mjs +2 -0
- package/dist/src/extensions/entries/launcherBootstrap.mjs.map +1 -0
- package/dist/src/extensions/entries/minorModeCommand.cjs +2 -0
- package/dist/src/extensions/entries/minorModeCommand.cjs.map +1 -0
- package/dist/src/extensions/entries/minorModeCommand.mjs +2 -0
- package/dist/src/extensions/entries/minorModeCommand.mjs.map +1 -0
- package/dist/src/extensions/entries/modeCatalog.cjs +2 -0
- package/dist/src/extensions/entries/modeCatalog.cjs.map +1 -0
- package/dist/src/extensions/entries/modeCatalog.d.cts +6 -0
- package/dist/src/extensions/entries/modeCatalog.d.cts.map +1 -0
- package/dist/src/extensions/entries/modeCatalog.d.mts +6 -0
- package/dist/src/extensions/entries/modeCatalog.d.mts.map +1 -0
- package/dist/src/extensions/entries/modeCatalog.mjs +2 -0
- package/dist/src/extensions/entries/modeCatalog.mjs.map +1 -0
- package/dist/src/extensions/entries/ollamaProvider.cjs +2 -0
- package/dist/src/extensions/entries/ollamaProvider.cjs.map +1 -0
- package/dist/src/extensions/entries/ollamaProvider.d.cts +5 -0
- package/dist/src/extensions/entries/ollamaProvider.d.cts.map +1 -0
- package/dist/src/extensions/entries/ollamaProvider.d.mts +5 -0
- package/dist/src/extensions/entries/ollamaProvider.d.mts.map +1 -0
- package/dist/src/extensions/entries/ollamaProvider.mjs +2 -0
- package/dist/src/extensions/entries/ollamaProvider.mjs.map +1 -0
- package/dist/src/extensions/entries/styleSystem.cjs +4 -0
- package/dist/src/extensions/entries/styleSystem.cjs.map +1 -0
- package/dist/src/extensions/entries/styleSystem.d.cts +32 -0
- package/dist/src/extensions/entries/styleSystem.d.cts.map +1 -0
- package/dist/src/extensions/entries/styleSystem.d.mts +32 -0
- package/dist/src/extensions/entries/styleSystem.d.mts.map +1 -0
- package/dist/src/extensions/entries/styleSystem.mjs +4 -0
- package/dist/src/extensions/entries/styleSystem.mjs.map +1 -0
- package/dist/src/extensions/entries/transitionCoordinator.cjs +2 -0
- package/dist/src/extensions/entries/transitionCoordinator.cjs.map +1 -0
- package/dist/src/extensions/entries/transitionCoordinator.d.cts +8 -0
- package/dist/src/extensions/entries/transitionCoordinator.d.cts.map +1 -0
- package/dist/src/extensions/entries/transitionCoordinator.d.mts +8 -0
- package/dist/src/extensions/entries/transitionCoordinator.d.mts.map +1 -0
- package/dist/src/extensions/entries/transitionCoordinator.mjs +2 -0
- package/dist/src/extensions/entries/transitionCoordinator.mjs.map +1 -0
- package/dist/src/services/config/projectTrust.cjs +2 -0
- package/dist/src/services/config/projectTrust.cjs.map +1 -0
- package/dist/src/services/config/projectTrust.d.cts +13 -0
- package/dist/src/services/config/projectTrust.d.cts.map +1 -0
- package/dist/src/services/config/projectTrust.d.mts +13 -0
- package/dist/src/services/config/projectTrust.d.mts.map +1 -0
- package/dist/src/services/config/projectTrust.mjs +2 -0
- package/dist/src/services/config/projectTrust.mjs.map +1 -0
- package/dist/src/services/contextCatalog.cjs +2 -0
- package/dist/src/services/contextCatalog.cjs.map +1 -0
- package/dist/src/services/contextCatalog.mjs +2 -0
- package/dist/src/services/contextCatalog.mjs.map +1 -0
- package/dist/src/services/contextDetail.cjs +2 -0
- package/dist/src/services/contextDetail.cjs.map +1 -0
- package/dist/src/services/contextDetail.mjs +2 -0
- package/dist/src/services/contextDetail.mjs.map +1 -0
- package/dist/src/services/contextProjection.cjs +2 -0
- package/dist/src/services/contextProjection.cjs.map +1 -0
- package/dist/src/services/contextProjection.d.cts +7 -0
- package/dist/src/services/contextProjection.d.cts.map +1 -0
- package/dist/src/services/contextProjection.d.mts +7 -0
- package/dist/src/services/contextProjection.d.mts.map +1 -0
- package/dist/src/services/contextProjection.mjs +2 -0
- package/dist/src/services/contextProjection.mjs.map +1 -0
- package/dist/src/services/extensionAssembler.cjs +2 -0
- package/dist/src/services/extensionAssembler.cjs.map +1 -0
- package/dist/src/services/extensionAssembler.d.cts +113 -0
- package/dist/src/services/extensionAssembler.d.cts.map +1 -0
- package/dist/src/services/extensionAssembler.d.mts +113 -0
- package/dist/src/services/extensionAssembler.d.mts.map +1 -0
- package/dist/src/services/extensionAssembler.mjs +2 -0
- package/dist/src/services/extensionAssembler.mjs.map +1 -0
- package/dist/src/services/minorModeProjection.cjs +2 -0
- package/dist/src/services/minorModeProjection.cjs.map +1 -0
- package/dist/src/services/minorModeProjection.mjs +2 -0
- package/dist/src/services/minorModeProjection.mjs.map +1 -0
- package/dist/src/services/modeCatalog.cjs +2 -0
- package/dist/src/services/modeCatalog.cjs.map +1 -0
- package/dist/src/services/modeCatalog.d.cts +14 -0
- package/dist/src/services/modeCatalog.d.cts.map +1 -0
- package/dist/src/services/modeCatalog.d.mts +14 -0
- package/dist/src/services/modeCatalog.d.mts.map +1 -0
- package/dist/src/services/modeCatalog.mjs +2 -0
- package/dist/src/services/modeCatalog.mjs.map +1 -0
- package/dist/src/services/tools/toolNames.cjs +2 -0
- package/dist/src/services/tools/toolNames.cjs.map +1 -0
- package/dist/src/services/tools/toolNames.d.cts +24 -0
- package/dist/src/services/tools/toolNames.d.cts.map +1 -0
- package/dist/src/services/tools/toolNames.d.mts +24 -0
- package/dist/src/services/tools/toolNames.d.mts.map +1 -0
- package/dist/src/services/tools/toolNames.mjs +2 -0
- package/dist/src/services/tools/toolNames.mjs.map +1 -0
- package/dist/src/services/transitionClassifier.cjs +2 -0
- package/dist/src/services/transitionClassifier.cjs.map +1 -0
- package/dist/src/services/transitionClassifier.d.cts +7 -0
- package/dist/src/services/transitionClassifier.d.cts.map +1 -0
- package/dist/src/services/transitionClassifier.d.mts +7 -0
- package/dist/src/services/transitionClassifier.d.mts.map +1 -0
- package/dist/src/services/transitionClassifier.mjs +2 -0
- package/dist/src/services/transitionClassifier.mjs.map +1 -0
- package/dist/src/services/transitionCoordinator.cjs +2 -0
- package/dist/src/services/transitionCoordinator.cjs.map +1 -0
- package/dist/src/services/transitionCoordinator.mjs +2 -0
- package/dist/src/services/transitionCoordinator.mjs.map +1 -0
- package/dist/src/types/contextApi.cjs +2 -0
- package/dist/src/types/contextApi.cjs.map +1 -0
- package/dist/src/types/contextApi.d.cts +68 -0
- package/dist/src/types/contextApi.d.cts.map +1 -0
- package/dist/src/types/contextApi.d.mts +68 -0
- package/dist/src/types/contextApi.d.mts.map +1 -0
- package/dist/src/types/contextApi.mjs +2 -0
- package/dist/src/types/contextApi.mjs.map +1 -0
- package/dist/src/types/interfaces/compatibility.d.cts +31 -0
- package/dist/src/types/interfaces/compatibility.d.cts.map +1 -0
- package/dist/src/types/interfaces/compatibility.d.mts +31 -0
- package/dist/src/types/interfaces/compatibility.d.mts.map +1 -0
- package/dist/src/types/interfaces/harness.d.cts +49 -0
- package/dist/src/types/interfaces/harness.d.cts.map +1 -0
- package/dist/src/types/interfaces/harness.d.mts +49 -0
- package/dist/src/types/interfaces/harness.d.mts.map +1 -0
- package/dist/src/types/interfaces/launcherComposition.cjs +2 -0
- package/dist/src/types/interfaces/launcherComposition.cjs.map +1 -0
- package/dist/src/types/interfaces/launcherComposition.mjs +2 -0
- package/dist/src/types/interfaces/launcherComposition.mjs.map +1 -0
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.cts +6 -5
- package/dist/utils/index.d.mts +6 -5
- package/dist/utils/index.mjs +1 -1
- package/dist/utils/json.cjs +1 -2
- package/dist/utils/json.d.cts +2 -23
- package/dist/utils/json.d.mts +2 -23
- package/dist/utils/json.mjs +1 -2
- package/dist/utils/moduleResolution.cjs +1 -2
- package/dist/utils/moduleResolution.d.cts +2 -56
- package/dist/utils/moduleResolution.d.mts +2 -56
- package/dist/utils/moduleResolution.mjs +1 -2
- package/dist/utils/repository.cjs +1 -2
- package/dist/utils/repository.d.cts +2 -21
- package/dist/utils/repository.d.mts +2 -21
- package/dist/utils/repository.mjs +1 -2
- package/dist/utils/toolNames.cjs +1 -2
- package/dist/utils/toolNames.d.cts +2 -25
- package/dist/utils/toolNames.d.mts +2 -25
- package/dist/utils/toolNames.mjs +1 -2
- package/llms.txt +12 -0
- package/package.json +104 -107
- package/src/prompts/doompi-author-extension/SKILL.md +33 -0
- package/src/prompts/doompi-author-extension/references/extension-contract.md +180 -0
- package/dist/cli/cliApp.cjs.map +0 -1
- package/dist/cli/cliApp.d.cts.map +0 -1
- package/dist/cli/cliApp.d.mts.map +0 -1
- package/dist/cli/cliApp.mjs.map +0 -1
- package/dist/cli/compatibilityOptions.cjs.map +0 -1
- package/dist/cli/compatibilityOptions.d.cts.map +0 -1
- package/dist/cli/compatibilityOptions.d.mts.map +0 -1
- package/dist/cli/compatibilityOptions.mjs.map +0 -1
- package/dist/cli/help.cjs.map +0 -1
- package/dist/cli/help.d.cts.map +0 -1
- package/dist/cli/help.d.mts.map +0 -1
- package/dist/cli/help.mjs.map +0 -1
- package/dist/cli/matrixOptions.cjs.map +0 -1
- package/dist/cli/matrixOptions.d.cts.map +0 -1
- package/dist/cli/matrixOptions.d.mts.map +0 -1
- package/dist/cli/matrixOptions.mjs.map +0 -1
- package/dist/cli/options.cjs.map +0 -1
- package/dist/cli/options.d.cts.map +0 -1
- package/dist/cli/options.d.mts.map +0 -1
- package/dist/cli/options.mjs.map +0 -1
- package/dist/commands/baseCommand.cjs.map +0 -1
- package/dist/commands/baseCommand.d.cts.map +0 -1
- package/dist/commands/baseCommand.d.mts.map +0 -1
- package/dist/commands/baseCommand.mjs.map +0 -1
- package/dist/commands/buildCommand.cjs +0 -3
- package/dist/commands/buildCommand.cjs.map +0 -1
- package/dist/commands/buildCommand.d.cts +0 -23
- package/dist/commands/buildCommand.d.cts.map +0 -1
- package/dist/commands/buildCommand.d.mts +0 -23
- package/dist/commands/buildCommand.d.mts.map +0 -1
- package/dist/commands/buildCommand.mjs +0 -3
- package/dist/commands/buildCommand.mjs.map +0 -1
- package/dist/commands/compatibilityCommand.cjs.map +0 -1
- package/dist/commands/compatibilityCommand.d.cts.map +0 -1
- package/dist/commands/compatibilityCommand.d.mts.map +0 -1
- package/dist/commands/compatibilityCommand.mjs.map +0 -1
- package/dist/commands/emitMcpCommand.cjs.map +0 -1
- package/dist/commands/emitMcpCommand.d.cts.map +0 -1
- package/dist/commands/emitMcpCommand.d.mts.map +0 -1
- package/dist/commands/emitMcpCommand.mjs.map +0 -1
- package/dist/commands/explainCommand.cjs.map +0 -1
- package/dist/commands/explainCommand.d.cts.map +0 -1
- package/dist/commands/explainCommand.d.mts.map +0 -1
- package/dist/commands/explainCommand.mjs.map +0 -1
- package/dist/commands/initCommand.cjs.map +0 -1
- package/dist/commands/initCommand.d.cts.map +0 -1
- package/dist/commands/initCommand.d.mts.map +0 -1
- package/dist/commands/initCommand.mjs.map +0 -1
- package/dist/commands/launchCommand.cjs.map +0 -1
- package/dist/commands/launchCommand.d.cts.map +0 -1
- package/dist/commands/launchCommand.d.mts.map +0 -1
- package/dist/commands/launchCommand.mjs.map +0 -1
- package/dist/commands/syncCommand.cjs.map +0 -1
- package/dist/commands/syncCommand.d.cts.map +0 -1
- package/dist/commands/syncCommand.d.mts.map +0 -1
- package/dist/commands/syncCommand.mjs.map +0 -1
- package/dist/config/harnessState.cjs.map +0 -1
- package/dist/config/harnessState.d.cts.map +0 -1
- package/dist/config/harnessState.d.mts.map +0 -1
- package/dist/config/harnessState.mjs.map +0 -1
- package/dist/config/projectTrust.cjs.map +0 -1
- package/dist/config/projectTrust.d.cts.map +0 -1
- package/dist/config/projectTrust.d.mts.map +0 -1
- package/dist/config/projectTrust.mjs.map +0 -1
- package/dist/entries/addDirCompatibility.cjs +0 -2
- package/dist/entries/addDirCompatibility.cjs.map +0 -1
- package/dist/entries/addDirCompatibility.d.cts +0 -13
- package/dist/entries/addDirCompatibility.d.cts.map +0 -1
- package/dist/entries/addDirCompatibility.d.mts +0 -14
- package/dist/entries/addDirCompatibility.d.mts.map +0 -1
- package/dist/entries/addDirCompatibility.mjs +0 -2
- package/dist/entries/addDirCompatibility.mjs.map +0 -1
- package/dist/entries/autoStop.cjs +0 -2
- package/dist/entries/autoStop.cjs.map +0 -1
- package/dist/entries/autoStop.d.cts +0 -6
- package/dist/entries/autoStop.d.cts.map +0 -1
- package/dist/entries/autoStop.d.mts +0 -7
- package/dist/entries/autoStop.d.mts.map +0 -1
- package/dist/entries/autoStop.mjs +0 -2
- package/dist/entries/autoStop.mjs.map +0 -1
- package/dist/entries/components/matrixPicker.cjs +0 -2
- package/dist/entries/components/matrixPicker.cjs.map +0 -1
- package/dist/entries/components/matrixPicker.d.cts +0 -55
- package/dist/entries/components/matrixPicker.d.cts.map +0 -1
- package/dist/entries/components/matrixPicker.d.mts +0 -55
- package/dist/entries/components/matrixPicker.d.mts.map +0 -1
- package/dist/entries/components/matrixPicker.mjs +0 -2
- package/dist/entries/components/matrixPicker.mjs.map +0 -1
- package/dist/entries/components/skillsOverlay.cjs +0 -4
- package/dist/entries/components/skillsOverlay.cjs.map +0 -1
- package/dist/entries/components/skillsOverlay.d.cts +0 -58
- package/dist/entries/components/skillsOverlay.d.cts.map +0 -1
- package/dist/entries/components/skillsOverlay.d.mts +0 -58
- package/dist/entries/components/skillsOverlay.d.mts.map +0 -1
- package/dist/entries/components/skillsOverlay.mjs +0 -4
- package/dist/entries/components/skillsOverlay.mjs.map +0 -1
- package/dist/entries/domains.cjs.map +0 -1
- package/dist/entries/domains.d.cts.map +0 -1
- package/dist/entries/domains.d.mts.map +0 -1
- package/dist/entries/domains.mjs.map +0 -1
- package/dist/entries/doom.cjs.map +0 -1
- package/dist/entries/doom.d.cts.map +0 -1
- package/dist/entries/doom.d.mts.map +0 -1
- package/dist/entries/doom.mjs.map +0 -1
- package/dist/entries/effort.cjs.map +0 -1
- package/dist/entries/effort.d.cts.map +0 -1
- package/dist/entries/effort.d.mts.map +0 -1
- package/dist/entries/effort.mjs.map +0 -1
- package/dist/entries/majorMode.cjs +0 -6
- package/dist/entries/majorMode.cjs.map +0 -1
- package/dist/entries/majorMode.d.cts +0 -29
- package/dist/entries/majorMode.d.cts.map +0 -1
- package/dist/entries/majorMode.d.mts +0 -29
- package/dist/entries/majorMode.d.mts.map +0 -1
- package/dist/entries/majorMode.mjs +0 -6
- package/dist/entries/majorMode.mjs.map +0 -1
- package/dist/entries/notifications.cjs +0 -2
- package/dist/entries/notifications.cjs.map +0 -1
- package/dist/entries/notifications.d.cts +0 -13
- package/dist/entries/notifications.d.cts.map +0 -1
- package/dist/entries/notifications.d.mts +0 -13
- package/dist/entries/notifications.d.mts.map +0 -1
- package/dist/entries/notifications.mjs +0 -2
- package/dist/entries/notifications.mjs.map +0 -1
- package/dist/entries/ollamaProvider.cjs.map +0 -1
- package/dist/entries/ollamaProvider.d.cts.map +0 -1
- package/dist/entries/ollamaProvider.d.mts.map +0 -1
- package/dist/entries/ollamaProvider.mjs.map +0 -1
- package/dist/entries/persona.cjs +0 -2
- package/dist/entries/persona.cjs.map +0 -1
- package/dist/entries/persona.d.cts +0 -14
- package/dist/entries/persona.d.cts.map +0 -1
- package/dist/entries/persona.d.mts +0 -15
- package/dist/entries/persona.d.mts.map +0 -1
- package/dist/entries/persona.mjs +0 -2
- package/dist/entries/persona.mjs.map +0 -1
- package/dist/entries/profile.cjs +0 -3
- package/dist/entries/profile.cjs.map +0 -1
- package/dist/entries/profile.d.cts +0 -16
- package/dist/entries/profile.d.cts.map +0 -1
- package/dist/entries/profile.d.mts +0 -16
- package/dist/entries/profile.d.mts.map +0 -1
- package/dist/entries/profile.mjs +0 -3
- package/dist/entries/profile.mjs.map +0 -1
- package/dist/entries/repositoryHooks.cjs +0 -9
- package/dist/entries/repositoryHooks.cjs.map +0 -1
- package/dist/entries/repositoryHooks.d.cts +0 -7
- package/dist/entries/repositoryHooks.d.cts.map +0 -1
- package/dist/entries/repositoryHooks.d.mts +0 -8
- package/dist/entries/repositoryHooks.d.mts.map +0 -1
- package/dist/entries/repositoryHooks.mjs +0 -9
- package/dist/entries/repositoryHooks.mjs.map +0 -1
- package/dist/entries/skills.cjs +0 -2
- package/dist/entries/skills.cjs.map +0 -1
- package/dist/entries/skills.d.cts +0 -34
- package/dist/entries/skills.d.cts.map +0 -1
- package/dist/entries/skills.d.mts +0 -34
- package/dist/entries/skills.d.mts.map +0 -1
- package/dist/entries/skills.mjs +0 -2
- package/dist/entries/skills.mjs.map +0 -1
- package/dist/entries/styleSystem.cjs.map +0 -1
- package/dist/entries/styleSystem.d.cts.map +0 -1
- package/dist/entries/styleSystem.d.mts.map +0 -1
- package/dist/entries/styleSystem.mjs.map +0 -1
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.cts.map +0 -1
- package/dist/index.d.mts.map +0 -1
- package/dist/index.mjs.map +0 -1
- package/dist/interfaces/compatibility.d.cts +0 -23
- package/dist/interfaces/compatibility.d.cts.map +0 -1
- package/dist/interfaces/compatibility.d.mts +0 -23
- package/dist/interfaces/compatibility.d.mts.map +0 -1
- package/dist/interfaces/harness.d.cts +0 -84
- package/dist/interfaces/harness.d.cts.map +0 -1
- package/dist/interfaces/harness.d.mts +0 -84
- package/dist/interfaces/harness.d.mts.map +0 -1
- package/dist/logSinkTelemetry.cjs.map +0 -1
- package/dist/logSinkTelemetry.d.cts.map +0 -1
- package/dist/logSinkTelemetry.d.mts.map +0 -1
- package/dist/logSinkTelemetry.mjs.map +0 -1
- package/dist/node_modules/.pnpm/@juicesharp_rpiv-ask-user-question@2.2.0_@earendil-works_pi-coding-agent@0.84.1_support_6ba1249e24a50b62791c1c91c9f324c6/node_modules/@juicesharp/rpiv-ask-user-question/events.cjs +0 -2
- package/dist/node_modules/.pnpm/@juicesharp_rpiv-ask-user-question@2.2.0_@earendil-works_pi-coding-agent@0.84.1_support_6ba1249e24a50b62791c1c91c9f324c6/node_modules/@juicesharp/rpiv-ask-user-question/events.cjs.map +0 -1
- package/dist/node_modules/.pnpm/@juicesharp_rpiv-ask-user-question@2.2.0_@earendil-works_pi-coding-agent@0.84.1_support_6ba1249e24a50b62791c1c91c9f324c6/node_modules/@juicesharp/rpiv-ask-user-question/events.mjs +0 -2
- package/dist/node_modules/.pnpm/@juicesharp_rpiv-ask-user-question@2.2.0_@earendil-works_pi-coding-agent@0.84.1_support_6ba1249e24a50b62791c1c91c9f324c6/node_modules/@juicesharp/rpiv-ask-user-question/events.mjs.map +0 -1
- package/dist/services/compatibility/antigravity.cjs.map +0 -1
- package/dist/services/compatibility/antigravity.d.cts.map +0 -1
- package/dist/services/compatibility/antigravity.d.mts.map +0 -1
- package/dist/services/compatibility/antigravity.mjs.map +0 -1
- package/dist/services/compatibility/codex.cjs.map +0 -1
- package/dist/services/compatibility/codex.d.cts.map +0 -1
- package/dist/services/compatibility/codex.d.mts.map +0 -1
- package/dist/services/compatibility/codex.mjs.map +0 -1
- package/dist/services/compatibility/index.cjs.map +0 -1
- package/dist/services/compatibility/index.d.cts.map +0 -1
- package/dist/services/compatibility/index.d.mts.map +0 -1
- package/dist/services/compatibility/index.mjs.map +0 -1
- package/dist/services/compatibility/process.cjs.map +0 -1
- package/dist/services/compatibility/process.d.cts.map +0 -1
- package/dist/services/compatibility/process.d.mts.map +0 -1
- package/dist/services/compatibility/process.mjs.map +0 -1
- package/dist/services/compatibility/shared.cjs.map +0 -1
- package/dist/services/compatibility/shared.d.cts.map +0 -1
- package/dist/services/compatibility/shared.d.mts.map +0 -1
- package/dist/services/compatibility/shared.mjs.map +0 -1
- package/dist/services/compatibilityContext.cjs.map +0 -1
- package/dist/services/compatibilityContext.d.cts.map +0 -1
- package/dist/services/compatibilityContext.d.mts.map +0 -1
- package/dist/services/compatibilityContext.mjs.map +0 -1
- package/dist/services/composer.cjs.map +0 -1
- package/dist/services/composer.d.cts.map +0 -1
- package/dist/services/composer.d.mts.map +0 -1
- package/dist/services/composer.mjs.map +0 -1
- package/dist/services/extensionAssembler.cjs +0 -2
- package/dist/services/extensionAssembler.cjs.map +0 -1
- package/dist/services/extensionAssembler.d.cts +0 -72
- package/dist/services/extensionAssembler.d.cts.map +0 -1
- package/dist/services/extensionAssembler.d.mts +0 -72
- package/dist/services/extensionAssembler.d.mts.map +0 -1
- package/dist/services/extensionAssembler.mjs +0 -2
- package/dist/services/extensionAssembler.mjs.map +0 -1
- package/dist/services/extensionCompiler.cjs +0 -3
- package/dist/services/extensionCompiler.cjs.map +0 -1
- package/dist/services/extensionCompiler.mjs +0 -3
- package/dist/services/extensionCompiler.mjs.map +0 -1
- package/dist/services/harnessContext.cjs.map +0 -1
- package/dist/services/harnessContext.d.cts.map +0 -1
- package/dist/services/harnessContext.d.mts.map +0 -1
- package/dist/services/harnessContext.mjs.map +0 -1
- package/dist/services/matrixSwitcher.cjs.map +0 -1
- package/dist/services/matrixSwitcher.d.cts.map +0 -1
- package/dist/services/matrixSwitcher.d.mts.map +0 -1
- package/dist/services/matrixSwitcher.mjs.map +0 -1
- package/dist/services/mcpFilter.cjs.map +0 -1
- package/dist/services/mcpFilter.d.cts.map +0 -1
- package/dist/services/mcpFilter.d.mts.map +0 -1
- package/dist/services/mcpFilter.mjs.map +0 -1
- package/dist/services/piExtensionAlias.cjs +0 -2
- package/dist/services/piExtensionAlias.cjs.map +0 -1
- package/dist/services/piExtensionAlias.mjs +0 -2
- package/dist/services/piExtensionAlias.mjs.map +0 -1
- package/dist/services/piSettings.cjs.map +0 -1
- package/dist/services/piSettings.d.cts.map +0 -1
- package/dist/services/piSettings.d.mts.map +0 -1
- package/dist/services/piSettings.mjs.map +0 -1
- package/dist/services/resourceCollector.cjs.map +0 -1
- package/dist/services/resourceCollector.d.cts.map +0 -1
- package/dist/services/resourceCollector.d.mts.map +0 -1
- package/dist/services/resourceCollector.mjs.map +0 -1
- package/dist/services/runtimeBundle.cjs +0 -2
- package/dist/services/runtimeBundle.cjs.map +0 -1
- package/dist/services/runtimeBundle.d.cts +0 -64
- package/dist/services/runtimeBundle.d.cts.map +0 -1
- package/dist/services/runtimeBundle.d.mts +0 -64
- package/dist/services/runtimeBundle.d.mts.map +0 -1
- package/dist/services/runtimeBundle.mjs +0 -2
- package/dist/services/runtimeBundle.mjs.map +0 -1
- package/dist/services/skillCatalog.cjs +0 -2
- package/dist/services/skillCatalog.cjs.map +0 -1
- package/dist/services/skillCatalog.d.cts +0 -56
- package/dist/services/skillCatalog.d.cts.map +0 -1
- package/dist/services/skillCatalog.d.mts +0 -56
- package/dist/services/skillCatalog.d.mts.map +0 -1
- package/dist/services/skillCatalog.mjs +0 -2
- package/dist/services/skillCatalog.mjs.map +0 -1
- package/dist/services/skillSources.cjs +0 -2
- package/dist/services/skillSources.cjs.map +0 -1
- package/dist/services/skillSources.d.cts +0 -24
- package/dist/services/skillSources.d.cts.map +0 -1
- package/dist/services/skillSources.d.mts +0 -24
- package/dist/services/skillSources.d.mts.map +0 -1
- package/dist/services/skillSources.mjs +0 -2
- package/dist/services/skillSources.mjs.map +0 -1
- package/dist/services/syncState.cjs.map +0 -1
- package/dist/services/syncState.d.cts.map +0 -1
- package/dist/services/syncState.d.mts.map +0 -1
- package/dist/services/syncState.mjs.map +0 -1
- package/dist/utils/json.cjs.map +0 -1
- package/dist/utils/json.d.cts.map +0 -1
- package/dist/utils/json.d.mts.map +0 -1
- package/dist/utils/json.mjs.map +0 -1
- package/dist/utils/moduleResolution.cjs.map +0 -1
- package/dist/utils/moduleResolution.d.cts.map +0 -1
- package/dist/utils/moduleResolution.d.mts.map +0 -1
- package/dist/utils/moduleResolution.mjs.map +0 -1
- package/dist/utils/repository.cjs.map +0 -1
- package/dist/utils/repository.d.cts.map +0 -1
- package/dist/utils/repository.d.mts.map +0 -1
- package/dist/utils/repository.mjs.map +0 -1
- package/dist/utils/toolNames.cjs.map +0 -1
- package/dist/utils/toolNames.d.cts.map +0 -1
- package/dist/utils/toolNames.d.mts.map +0 -1
- package/dist/utils/toolNames.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -1,584 +1,788 @@
|
|
|
1
|
-
#
|
|
1
|
+
# DoomPi
|
|
2
2
|
|
|
3
3
|
**A coding agent that loads only the skills and tools you name.**
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
migration or a landing page.
|
|
5
|
+
> It begins with one useful MCP server. Then another. Soon the agent fixing a heading
|
|
6
|
+
> wakes up with database tools, browser controls, and their small novel of schemas. This
|
|
7
|
+
> is our config.
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
DoomPi is an opinionated, composable distribution of
|
|
10
|
+
[Pi](https://github.com/earendil-works/pi). It is closer in spirit to Spacemacs, Doom Emacs, or a
|
|
11
|
+
curated Neovim setup than to a single plugin. It is tailored for people whose agent has one MCP
|
|
12
|
+
server too many. It turns extensions, skills, MCP servers, and system prompts into config instead
|
|
13
|
+
of background noise.
|
|
12
14
|
|
|
13
|
-
|
|
15
|
+

|
|
14
16
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
Plugin systems scope what an agent knows. They do less to scope which configured plugins and MCP
|
|
18
|
+
servers a particular session can load. Claude Code's `enableAllProjectMcpServers` and static
|
|
19
|
+
denylist are repository-wide. DoomPi draws that loading boundary around the session. Pick a major
|
|
20
|
+
mode and some domains; add a profile if you want one. Four YAML files decide what loads;
|
|
21
|
+
`doompi --explain` tells you what got in, why, and what it costs before launch.
|
|
18
22
|
|
|
19
|
-
|
|
23
|
+
It borrows its shape from [Doom Emacs Core](https://github.com/doomemacs/core): quick to
|
|
24
|
+
start, close to Pi, opinionated where defaults help, and easy to pull apart when they do
|
|
25
|
+
not. Use it as-is, build your own config on top, or raid it for parts.
|
|
20
26
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
+
## Contents
|
|
28
|
+
|
|
29
|
+
[Install](#install) · [Try DoomPi](#try-doompi-without-replacing-your-pi-setup) ·
|
|
30
|
+
[Philosophy](#philosophy) · [What this buys you](#what-this-buys-you) · [Features](#features) ·
|
|
31
|
+
[Configuration](#configuration) · [Trust and data boundaries](#trust-and-data-boundaries) ·
|
|
32
|
+
[CLI reference](#cli-reference) · [Troubleshooting](#troubleshooting-and-direct-use) ·
|
|
33
|
+
[Architecture](#architecture) · [Development](#development)
|
|
27
34
|
|
|
28
|
-
|
|
29
|
-
YAML file and the next launch picks it up.
|
|
35
|
+
## Install
|
|
30
36
|
|
|
31
37
|
```bash
|
|
32
|
-
|
|
33
|
-
doompi --domains marketing --profile marketing
|
|
34
|
-
doompi --domains analytics --explain
|
|
38
|
+
npm install -g @agimon-ai/doompi
|
|
35
39
|
```
|
|
36
40
|
|
|
37
|
-
|
|
41
|
+
The package pins and installs the upstream Pi version used by `dpi`.
|
|
38
42
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
The three choices are independent: adding a domain requires no knowledge of major modes,
|
|
42
|
-
and swapping a profile changes nothing about either.
|
|
43
|
+
The root package contains the fixed host foundation only. Feature packages are selected by
|
|
44
|
+
`.doom/modes.yaml` and installed into the consumer repository when they are first needed.
|
|
43
45
|
|
|
44
|
-
|
|
45
|
-
| -------------- | ------------------------------------ | --------------------- |
|
|
46
|
-
| **Major mode** | what the agent is wrapped in | `.doom/modes.yaml` |
|
|
47
|
-
| **Domains** | what it knows, and what it can reach | `.doom/domains.yaml` |
|
|
48
|
-
| **Profile** | who it speaks as | `.doom/profiles.yaml` |
|
|
46
|
+
## Status and requirements
|
|
49
47
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
not two different agents. That is the lever for keeping context small, and
|
|
53
|
-
[`--explain`](#minimal-context) prices it before you commit.
|
|
48
|
+
DoomPi is alpha software. Configuration and package boundaries may still change between alpha
|
|
49
|
+
releases.
|
|
54
50
|
|
|
55
|
-
|
|
51
|
+
- Node.js 22.19.0 or newer
|
|
52
|
+
- macOS or Linux on arm64 or x64 for the bundled Runner backend
|
|
53
|
+
- Pi 0.85.0 and Pi TUI 0.85.0 for packages that declare them as peer requirements
|
|
56
54
|
|
|
57
|
-
|
|
58
|
-
does not guess at coordination state from the transcript. It reads the live plan, task
|
|
59
|
-
graph, and team snapshot, and commits them next to the summary as authoritative. The agent
|
|
60
|
-
comes out the other side knowing what it was doing, what is still running, and who is doing
|
|
61
|
-
what. See [Long runs](#long-runs).
|
|
55
|
+
## Try DoomPi without replacing your Pi setup
|
|
62
56
|
|
|
63
|
-
|
|
64
|
-
|
|
57
|
+
`dpi` is the comparison runner. Use it to try DoomPi beside your current `pi` customization
|
|
58
|
+
before registering anything in Pi's settings:
|
|
65
59
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
60
|
+
```bash
|
|
61
|
+
dpi init # create this repository's .doom configuration
|
|
62
|
+
dpi sync # resolve and synchronize the DoomPi experiment
|
|
63
|
+
dpi # run the DoomPi experiment
|
|
64
|
+
pi # run your existing Pi setup for comparison
|
|
65
|
+
```
|
|
69
66
|
|
|
70
|
-
|
|
67
|
+
`dpi init` creates `.doom/config.yaml`, `.doom/modes.yaml`, `.doom/domains.yaml`, and
|
|
68
|
+
`.doom/profiles.yaml` in the current repository. It preserves existing files unless you pass
|
|
69
|
+
`--force` and does not create or change `.pi/settings.json`.
|
|
71
70
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
71
|
+
`dpi sync` installs missing configured feature packages and publishes a generated runtime, web bundle,
|
|
72
|
+
and API route set for the current repository and worktree. It does not change either normal Pi settings
|
|
73
|
+
file. It prepares every declared layer so switching modes does not depend on the root package's
|
|
74
|
+
dependency closure.
|
|
76
75
|
|
|
77
|
-
|
|
78
|
-
shaped](#workflows), with jobs, dependencies, steps, timeouts, and declared artifacts, so
|
|
79
|
-
the same job resolves the same way every time.
|
|
76
|
+
### Sync storage and worktrees
|
|
80
77
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
78
|
+
DoomPi stores generated sync data under `~/.pi/.doom/sync`, outside the repository. Repository and
|
|
79
|
+
worktree identities select separate namespaces. Outside a repository, the canonical `~/.pi/.doom`
|
|
80
|
+
configuration gets its own global composition and registration. Each successful sync writes a new immutable
|
|
81
|
+
generation, then atomically publishes that generation's registration as the final commit step. A failed sync
|
|
82
|
+
removes its unpublished generation and leaves the previous registration active. One sync target never rewrites
|
|
83
|
+
another target's registration or generation.
|
|
84
84
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
layer](#core-is-not-a-layer) and every opinion waits behind a layer or a domain.
|
|
85
|
+
`dpi` preserves Pi's normal global and repository settings, then applies DoomPi's extension and theme
|
|
86
|
+
settings in memory. It never writes those values to `.pi/settings.json`.
|
|
88
87
|
|
|
89
|
-
|
|
90
|
-
is
|
|
91
|
-
|
|
88
|
+
Run `doompi sync --check` to detect missing, invalid, or stale registered state. Unregistered legacy state
|
|
89
|
+
is not loaded. Inside a repository, `doompi sync` publishes that repository and worktree. Outside every
|
|
90
|
+
repository, it publishes the global composition from `~/.pi/.doom`.
|
|
92
91
|
|
|
93
|
-
|
|
92
|
+
When you are comfortable with DoomPi and no longer need the side-by-side experiment, initialize the
|
|
93
|
+
normal Pi integration and synchronize the scopes you use:
|
|
94
94
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
95
|
+
```bash
|
|
96
|
+
doompi init # seed ~/.pi/.doom and register the managed Pi integration
|
|
97
|
+
doompi sync # publish the current repository, or the global composition
|
|
98
|
+
pi # use the nearest repository, otherwise the global composition
|
|
99
|
+
```
|
|
99
100
|
|
|
100
|
-
`doompi
|
|
101
|
-
result where Pi looks, then run `pi` yourself.
|
|
101
|
+
`doompi` remains available as an explicit harness when you want per-run matrix flags:
|
|
102
102
|
|
|
103
103
|
```bash
|
|
104
|
-
doompi
|
|
105
|
-
doompi
|
|
106
|
-
doompi
|
|
107
|
-
pi # the agent
|
|
108
|
-
|
|
109
|
-
doompi sync --check # exit non-zero when the synced config is out of date
|
|
104
|
+
doompi --major-mode copilot --no-domains
|
|
105
|
+
doompi --major-mode minimal --no-domains
|
|
106
|
+
doompi --major-mode copilot --no-domains --explain
|
|
110
107
|
```
|
|
111
108
|
|
|
112
|
-
|
|
113
|
-
the launcher does, and `/major-mode`, `/domains`, and `/profile` all switch in place: the
|
|
114
|
-
extension set is composed on every load rather than frozen at startup, so a reload is
|
|
115
|
-
enough.
|
|
116
|
-
|
|
117
|
-
Both paths compose the extension set from the same function, `assembleExtensions`, which
|
|
118
|
-
owns load order. Two things differ. A synced session forces `--auto-stop` off, and it
|
|
119
|
-
reads mute from `DOOMPI_MUTE` instead of an argument.
|
|
120
|
-
|
|
121
|
-
`doompi build` is the launcher warm-up step, analogous to `doom build`: it resolves the
|
|
122
|
-
selected matrix, compiles its exact extension graph into one `.pi/doom/dist` ESM file,
|
|
123
|
-
and warms the persistent skill manifest without starting Pi or changing
|
|
124
|
-
`.pi/settings.json`. A sidecar manifest retains every original extension and exact
|
|
125
|
-
`SKILL.md` path, so resource discovery never depends on the bundle's location.
|
|
126
|
-
Launch still builds on a cache miss, so the command is optional; run it after installing
|
|
127
|
-
or upgrading Doom packages when first-input latency matters.
|
|
128
|
-
|
|
129
|
-
Syncing does not disturb the launcher. Pi merges the extensions a project declares with
|
|
130
|
-
the ones passed on the command line, so the synced entry stands down whenever it sees the
|
|
131
|
-
composed set already there, which is what the launcher and every detached subagent pass.
|
|
132
|
-
|
|
133
|
-
## For humans
|
|
134
|
-
|
|
135
|
-
### Leader Space
|
|
136
|
-
|
|
137
|
-
`@agimon-ai/doompi-ui` owns the leader state machine, rendering, conflict handling, and the
|
|
138
|
-
core bindings.
|
|
139
|
-
|
|
140
|
-
Space opens the leader **only when the draft is empty**. With text in the editor, space is
|
|
141
|
-
a space. `ctrl+space` opens the leader either way, and the draft survives the sequence, so
|
|
142
|
-
you never lose a half-written prompt to a keystroke. That is the space the human keeps.
|
|
143
|
-
|
|
144
|
-
Inside a sequence: `escape` cancels, `backspace` pops one segment, and any key that
|
|
145
|
-
matches nothing cancels. There is no partial state to get stuck in.
|
|
146
|
-
|
|
147
|
-
Core groups. Every level of the map renders in leader-key alphabetical order, so the table
|
|
148
|
-
below is the order you see:
|
|
149
|
-
|
|
150
|
-
| Key | Group | Bindings |
|
|
151
|
-
| --- | --------- | ---------------------------------------- |
|
|
152
|
-
| `e` | extension | `e` external editor, `t` tools browser |
|
|
153
|
-
| `h` | help | `h` hotkeys, `l` log metrics |
|
|
154
|
-
| `m` | models | `m` select, `n` next, `t` thinking level |
|
|
155
|
-
| `q` | quit | `q` exit |
|
|
156
|
-
| `s` | sessions | `f` fork, `n` new, `r` resume, `t` tree |
|
|
157
|
-
|
|
158
|
-
`t` is deliberately left out of core at the root and reserved for doom-task.
|
|
159
|
-
|
|
160
|
-
Optional feature extensions own the bindings for their own commands. The UI never
|
|
161
|
-
hardcodes a binding for a layer that may not be loaded, so a group appears only while its
|
|
162
|
-
extension is loaded:
|
|
163
|
-
|
|
164
|
-
| Chord | Source | Opens |
|
|
165
|
-
| -------------------- | ----------------------------- | ------------------------------ |
|
|
166
|
-
| `SPC a` | `@agimon-ai/doompi-team` | subagent fleet |
|
|
167
|
-
| `SPC h l` | `@agimon-ai/doompi-log` | log metrics |
|
|
168
|
-
| `SPC l s`, `SPC l l` | `@agimon-ai/doompi-loop` | start loops, list/stop loops |
|
|
169
|
-
| `SPC p p/c/d/f` | `@agimon-ai/doompi-plan` | plan normal/cancel/debug/fable |
|
|
170
|
-
| `SPC t t` | `@agimon-ai/doompi-task` | tasks |
|
|
171
|
-
| `SPC r r` | `@agimon-ai/doompi-runner` | background processes |
|
|
172
|
-
| `SPC v v` | `@agimon-ai/doompi-voice` | record or transcribe |
|
|
173
|
-
| `SPC w w/l/r` | `@agimon-ai/doompi-workflow` | launch/manage/recover |
|
|
174
|
-
| `SPC e f` | `@agimon-ai/doompi-file-edit` | session edits |
|
|
175
|
-
| `SPC e s` | `@agimon-ai/doompi` | skills catalog |
|
|
176
|
-
| `SPC e c` | `@agimon-ai/doompi-ui` | config panel (core binding) |
|
|
177
|
-
|
|
178
|
-
Contributions go through the public `@agimon-ai/doompi-ui/leader` API:
|
|
179
|
-
|
|
180
|
-
```ts
|
|
181
|
-
registerDoomLeaderContribution(pi, {
|
|
182
|
-
source: '@agimon-ai/doompi-log',
|
|
183
|
-
bindings: [
|
|
184
|
-
{
|
|
185
|
-
id: 'log.metrics',
|
|
186
|
-
path: [
|
|
187
|
-
{ key: 'h', label: 'help', order: 70 },
|
|
188
|
-
{ key: 'l', label: 'logs', detail: 'telemetry' },
|
|
189
|
-
],
|
|
190
|
-
command: { name: 'log-metrics' },
|
|
191
|
-
},
|
|
192
|
-
],
|
|
193
|
-
});
|
|
194
|
-
```
|
|
109
|
+
## Philosophy
|
|
195
110
|
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
stay owned by the extension that registered the slash command; actions route back to the
|
|
200
|
-
contributor through `registerDoomLeaderActionHandlers`, which is what doom-plan uses.
|
|
201
|
-
|
|
202
|
-
The map is deterministic because the registry is strict:
|
|
203
|
-
|
|
204
|
-
- Keys are a single lowercase alphanumeric character, paths are at most four segments.
|
|
205
|
-
- Shared group prefixes must agree on label, detail, and order, or the contribution is
|
|
206
|
-
rejected.
|
|
207
|
-
- Exact chord conflicts are rejected rather than silently overridden. A conflict in a core
|
|
208
|
-
binding throws; a conflict from a contributor produces a diagnostic and a warning.
|
|
209
|
-
- Re-registering the same `source` replaces that source's complete binding set. Registering
|
|
210
|
-
an empty set removes it.
|
|
211
|
-
- Rebuilds sort by source name then binding id, so load order does not affect the result.
|
|
212
|
-
- Options render in leader-key alphabetical order at every level. A segment's `order` is
|
|
213
|
-
group identity that shared prefixes must agree on, not a display position.
|
|
214
|
-
|
|
215
|
-
Registration runs over Pi's shared extension event bus with a 250 ms timeout. A timeout is
|
|
216
|
-
swallowed, so an extension loaded without the UI degrades quietly instead of failing.
|
|
217
|
-
|
|
218
|
-
### Major modes, domains, profiles
|
|
219
|
-
|
|
220
|
-
Three choices, three files, committed to git. They are independent. Adding a domain
|
|
221
|
-
requires no knowledge of major modes, and swapping a profile changes nothing about either.
|
|
222
|
-
|
|
223
|
-
| Choice | Loads | Declared in |
|
|
224
|
-
| --------------- | ------------------------------------- | --------------------- |
|
|
225
|
-
| **Major modes** | a named set of layers | `.doom/modes.yaml` |
|
|
226
|
-
| **Domains** | plugins, meaning skills and MCP | `.doom/domains.yaml` |
|
|
227
|
-
| **Profiles** | a persona and the brand it speaks for | `.doom/profiles.yaml` |
|
|
228
|
-
|
|
229
|
-
**Layers are protection and steering.** A layer is a set of Pi extensions plus a set of
|
|
230
|
-
hook groups. The extensions add behavior the agent runs with; the hooks fire around its
|
|
231
|
-
tool calls and can block it, warn it, or steer it back. You define the set you want, along
|
|
232
|
-
the lines of `guardrails`, `lint`, `code-intel`, `team`, `plan-mode`, `runner`, and
|
|
233
|
-
`ask-user`. The hooks themselves live in `.doom/hooks.yaml`, one registry shared by every
|
|
234
|
-
frontend, where a group is either `core` and always loads, or is pulled in by whichever
|
|
235
|
-
layer wants it.
|
|
236
|
-
|
|
237
|
-
**A major mode is the one you actually pick.** You do not assemble layers one by one at the
|
|
238
|
-
prompt. You select one named major mode with `--major-mode <name>`, and
|
|
239
|
-
`.doom/modes.yaml` says which layers it contains. A session has exactly one, the way
|
|
240
|
-
an Emacs buffer has exactly one major mode. The file can choose the fallback without
|
|
241
|
-
renaming that mode:
|
|
111
|
+
An agent does not need every tool for every job. DoomPi separates the base session from
|
|
112
|
+
the things you switch on for a while: modes choose behavior, domains choose subject
|
|
113
|
+
matter, and profiles choose a point of view.
|
|
242
114
|
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
115
|
+
### Major and minor modes
|
|
116
|
+
|
|
117
|
+
A major mode is the base config. It names the extension layers for development, marketing,
|
|
118
|
+
or whatever else you do. Define as many as you like; only one is active at a time. Synchronized
|
|
119
|
+
sessions can reload compatible changes; launcher-owned composition changes require a relaunch.
|
|
120
|
+
|
|
121
|
+
Minor modes are batteries-included switches inside that base. They start off, stack freely,
|
|
122
|
+
and keep their model tools and skills out of context until turned on. DoomPi ships six:
|
|
249
123
|
|
|
250
|
-
|
|
251
|
-
|
|
124
|
+
- **Help mode:** expose package-owned guidance only while you need it.
|
|
125
|
+
- **Plan mode:** remove Pi's file-editing tools while you agree on an approach.
|
|
126
|
+
- **Loop mode:** run a prompt now, then run it again on a schedule.
|
|
127
|
+
- **Goal mode:** keep one objective in view until it is done or dismissed.
|
|
128
|
+
- **Workflow mode:** run jobs with dependencies, timeouts, and artifacts.
|
|
129
|
+
- **Voice mode:** replace typing with local speech.
|
|
252
130
|
|
|
253
|
-
|
|
254
|
-
mode (`text`, `json`, `rpc`), and for any other value it consumes the argument and ignores
|
|
255
|
-
it without a diagnostic. Use `--output-format` for Pi's output mode.
|
|
131
|
+
### Domains
|
|
256
132
|
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
133
|
+
A domain is a named group of agent plugins. It carries the skills and MCP servers for one
|
|
134
|
+
kind of work, and `/domains` switches it while the session is running.
|
|
135
|
+
|
|
136
|
+
Plugins are cataloged once and domains refer to their names. A configured root may be a
|
|
137
|
+
Codex-compatible marketplace or a folder whose direct children are plugins, so a repository
|
|
138
|
+
with many plugins does not need one entry per directory:
|
|
262
139
|
|
|
263
140
|
```yaml
|
|
264
|
-
|
|
141
|
+
plugins:
|
|
142
|
+
roots: [plugins]
|
|
143
|
+
entries:
|
|
144
|
+
remote-review:
|
|
145
|
+
source: url
|
|
146
|
+
url: '<REVIEW_PLUGIN_GIT_URL>'
|
|
147
|
+
ref: v1.2.0
|
|
148
|
+
|
|
265
149
|
domains:
|
|
266
150
|
development:
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
plugins: [plugins/qa]
|
|
151
|
+
description: Implementation and code-review tools.
|
|
152
|
+
plugins: [pi-development, remote-review]
|
|
270
153
|
```
|
|
271
154
|
|
|
272
|
-
|
|
273
|
-
`
|
|
155
|
+
DoomPi also checks personal and repository Codex marketplace layouts. Marketplace IDs use
|
|
156
|
+
`plugin@marketplace`. Remote Git and npm sources are downloaded once into the persistent
|
|
157
|
+
`~/.pi/.doom/plugin-cache` directory. Cache entries are reused until their source descriptor
|
|
158
|
+
changes; use a Git SHA or exact npm version for reproducible installs. Home and repository
|
|
159
|
+
catalogs merge, and repository names replace matching home names.
|
|
274
160
|
|
|
275
|
-
|
|
276
|
-
`
|
|
277
|
-
and `AGENTS.md` into the system prompt: identity and the brand it represents, then voice,
|
|
278
|
-
then role and rules. A profile also carries environment defaults, and nothing else. It
|
|
279
|
-
cannot select domains, major modes, models, presets, or policy, and an exported value
|
|
280
|
-
always beats a profile default.
|
|
161
|
+
A blog is not one task. Research it, draft it, make the assets, then review it. Turn on the
|
|
162
|
+
`visual` domain while making assets; the other three steps have no reason to carry it.
|
|
281
163
|
|
|
282
|
-
|
|
283
|
-
session and reload. A domain or profile switch always applies in place. A major mode switch
|
|
284
|
-
applies in place too unless the new mode changes which extension packages load, since Pi
|
|
285
|
-
freezes the `--extension` set at construction; the picker tells you when a relaunch is
|
|
286
|
-
needed.
|
|
164
|
+
### Profile
|
|
287
165
|
|
|
288
|
-
|
|
166
|
+
An LLM has no house style until you give it one. A profile can supply a narrative, brand
|
|
167
|
+
rules, or a different voice. It is optional; no profile is a perfectly good profile.
|
|
289
168
|
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
169
|
+
Profile roots remove the need to list every persona folder. A root may itself contain the
|
|
170
|
+
persona files, or its direct-child folders become profiles named after those folders. DoomPi
|
|
171
|
+
recognizes `profile.md`, `SOUL.md`, and `AGENTS.md` and never searches deeper directories.
|
|
293
172
|
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
173
|
+
```yaml
|
|
174
|
+
profiles:
|
|
175
|
+
roots: [agents/acme]
|
|
176
|
+
entries:
|
|
177
|
+
editor:
|
|
178
|
+
persona: agents/special/editor
|
|
179
|
+
env:
|
|
180
|
+
EDITOR_MODE: strict
|
|
181
|
+
```
|
|
303
182
|
|
|
304
|
-
|
|
183
|
+
Roots from the home and repository files accumulate relative to their declaring config.
|
|
184
|
+
Repository discoveries replace same-named home discoveries. Explicit entries override
|
|
185
|
+
discovery and can add string environment defaults; repository entries replace matching home
|
|
186
|
+
entries. Select one at launch with `--profile editor` or switch with `/profile`.
|
|
305
187
|
|
|
306
|
-
|
|
188
|
+
## What this buys you
|
|
307
189
|
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
and one with an `mcp` allowlist reaches only the servers and proxy upstreams it names.
|
|
190
|
+
Every tool schema and skill name competes for the same context. Loading less has two
|
|
191
|
+
immediate effects:
|
|
311
192
|
|
|
312
|
-
|
|
193
|
+
1. You spend fewer tokens before the work begins.
|
|
194
|
+
2. The model has fewer plausible-but-wrong tools and skills to choose from.
|
|
313
195
|
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
...
|
|
317
|
-
skills: 24 (from 3 directories)
|
|
318
|
-
|
|
319
|
-
context cost (tokens)
|
|
320
|
-
skills prompt 3,772 always on
|
|
321
|
-
persona 0 always on
|
|
322
|
-
startup total 3,772
|
|
323
|
-
skill bodies 54,145 read on demand
|
|
324
|
-
|
|
325
|
-
Excludes MCP tool schemas, which the servers only report once connected,
|
|
326
|
-
and skills contributed by extensions, which register after startup.
|
|
327
|
-
```
|
|
196
|
+
The savings get larger when each workflow job starts with its own config instead of
|
|
197
|
+
inheriting the last job's toolbox.
|
|
328
198
|
|
|
329
|
-
|
|
330
|
-
numbers and you can reproduce them on your own repository rather than trusting these.
|
|
199
|
+
### Copilot
|
|
331
200
|
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
201
|
+
I got tired of remembering slash commands, so `SPC` is the map. It opens only when the
|
|
202
|
+
draft is empty; a space in the middle of a prompt remains a space. Press it, read the
|
|
203
|
+
choices, then press the next key.
|
|
335
204
|
|
|
336
|
-
|
|
337
|
-
|
|
205
|
+
When the keyboard is the wrong tool, autonomous Voice mode keeps the conversation going.
|
|
206
|
+
You can talk to the agent while doing the chores instead of carrying a laptop around the
|
|
207
|
+
house, and the primary agent can speak its own opening, milestone, and final updates.
|
|
338
208
|
|
|
339
|
-
|
|
209
|
+
### Autopilot
|
|
340
210
|
|
|
341
|
-
|
|
211
|
+
Copilot helps while you are present. Loop and Workflow keep work moving when you are not.
|
|
212
|
+
Together they can dispatch structured jobs from one live session.
|
|
342
213
|
|
|
343
|
-
|
|
344
|
-
`on:`, `jobs:`, `needs:`, `steps:`, timeouts, and declared artifacts.
|
|
214
|
+
#### Workflows
|
|
345
215
|
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
else:
|
|
216
|
+
GitHub Actions already has a decent vocabulary for long jobs, so DoomPi reuses it. Each job
|
|
217
|
+
declares the DoomPi session it wants. Here, implementation gets development tools; an
|
|
218
|
+
article waits for it and gets focused blog-writing context:
|
|
350
219
|
|
|
351
220
|
```yaml
|
|
221
|
+
on:
|
|
222
|
+
workflow_dispatch:
|
|
223
|
+
|
|
352
224
|
jobs:
|
|
353
225
|
implement:
|
|
354
|
-
needs: intake
|
|
355
226
|
steps:
|
|
356
|
-
- name:
|
|
227
|
+
- name: Build the feature
|
|
357
228
|
timeout-minutes: 180
|
|
358
|
-
artifacts: [implementation/report.md]
|
|
359
229
|
interactiveRun:
|
|
360
230
|
default: |
|
|
361
|
-
doompi --major-mode
|
|
231
|
+
doompi --major-mode examples --domains development --auto-stop \
|
|
362
232
|
--cwd "$PWD" "$JOB_SYSTEM_PROMPT"
|
|
363
233
|
|
|
364
|
-
|
|
234
|
+
article:
|
|
365
235
|
needs: implement
|
|
366
236
|
steps:
|
|
367
|
-
- name:
|
|
237
|
+
- name: Write the article
|
|
368
238
|
timeout-minutes: 30
|
|
369
|
-
artifacts: [marketing/release-note.md]
|
|
370
239
|
interactiveRun:
|
|
371
240
|
default: |
|
|
372
|
-
doompi --major-mode
|
|
373
|
-
--profile brand-voice --auto-stop \
|
|
241
|
+
doompi --major-mode examples --domains blog --auto-stop \
|
|
374
242
|
--cwd "$PWD" "$JOB_SYSTEM_PROMPT"
|
|
375
243
|
```
|
|
376
244
|
|
|
377
|
-
|
|
378
|
-
intelligence and a domain carrying coding skills. `announce` drops both, takes a domain
|
|
379
|
-
scoped to a handful of MCP servers, and adds a profile, so the release note comes out in a
|
|
380
|
-
named persona's voice rather than the agent's own. Neither job can drift into the other's
|
|
381
|
-
context, and the same job resolves the same way on every run.
|
|
382
|
-
|
|
383
|
-
The one real departure from GitHub Actions is `extends:`, which lets a job inherit shared
|
|
384
|
-
setup from a named template rather than repeating it.
|
|
385
|
-
|
|
386
|
-
The engine itself is not in this package. `@agimon-ai/doompi-workflow` provides the in-session
|
|
387
|
-
surface on `SPC w`, and its dispatcher exposes `list_workflows` to any session but scopes
|
|
388
|
-
`launch_workflow` to the root session, so a subagent can look but not spawn. The `workflow`
|
|
389
|
-
hook group is `core`, so it loads in any major mode.
|
|
245
|
+
#### Native plugin and workflow examples
|
|
390
246
|
|
|
391
|
-
|
|
247
|
+
This source repository includes a complete, deliberately small example stack:
|
|
392
248
|
|
|
393
|
-
|
|
394
|
-
|
|
249
|
+
```text
|
|
250
|
+
plugins/
|
|
251
|
+
development/ implementation skill and developer agent
|
|
252
|
+
testing/ testing and review skills, tester and reviewer agents
|
|
253
|
+
blog-writing/ research, outline, drafting, and editorial skills and agents
|
|
254
|
+
automations/workflows/
|
|
255
|
+
dev-feature.workflow.yml
|
|
256
|
+
dev-fix.workflow.yml
|
|
257
|
+
blog-writing.workflow.yml
|
|
258
|
+
```
|
|
395
259
|
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
them afterwards.
|
|
402
|
-
- **Compaction** runs on a three-pass ladder in a worker thread, so the session never
|
|
403
|
-
blocks on it.
|
|
260
|
+
Each plugin has both `.codex-plugin/plugin.json` and `.claude-plugin/plugin.json`, while its
|
|
261
|
+
`skills/` and `agents/` content is shared. `.doom/domains.yaml` exposes the `development`,
|
|
262
|
+
`testing`, and `blog` domains plus the `engineering` alias. `.doom/modes.yaml` mirrors the
|
|
263
|
+
standalone package set with workspace-local paths, keeps its canonical modes, and adds a layer-free
|
|
264
|
+
`examples` base mode for the tracked workflows. Inspect the exact session before launch:
|
|
404
265
|
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
agent comes out the other side knowing what it was doing, what is still running, and who
|
|
410
|
-
is doing what.
|
|
266
|
+
```bash
|
|
267
|
+
doompi --major-mode examples --domains engineering --explain
|
|
268
|
+
doompi --major-mode examples --domains blog --explain
|
|
269
|
+
```
|
|
411
270
|
|
|
412
|
-
|
|
271
|
+
The same bundles can be installed directly through either native marketplace:
|
|
413
272
|
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
273
|
+
```bash
|
|
274
|
+
# Codex
|
|
275
|
+
codex plugin marketplace add .
|
|
276
|
+
codex plugin add development@doompi-examples
|
|
418
277
|
|
|
419
|
-
|
|
278
|
+
# Claude Code
|
|
279
|
+
claude plugin marketplace add ./ --scope user
|
|
280
|
+
claude plugin install development@doompi-examples --scope user
|
|
281
|
+
```
|
|
420
282
|
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
Agent Hooks extensions are consumer-owned: the repository declares them in its own
|
|
424
|
-
`.doom/modes.yaml` and installs them itself, and they load after the Doom packages.
|
|
283
|
+
Substitute `testing` or `blog-writing` to install another bundle. No DoomPi-specific plugin
|
|
284
|
+
schema is involved.
|
|
425
285
|
|
|
426
|
-
|
|
427
|
-
from the repository root, walking its module chain; anything that does not resolve there
|
|
428
|
-
falls back to what ships with the installed meta-package. So a consumer can add a layer
|
|
429
|
-
without Doom Pi knowing the package exists, and Doom Pi can ship its own closure without
|
|
430
|
-
the consumer declaring it.
|
|
286
|
+
List and dry-run the tracked workflows before spending a model call:
|
|
431
287
|
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
288
|
+
```bash
|
|
289
|
+
pnpm exec workflow-mcp list-workflows automations/workflows
|
|
290
|
+
pnpm exec workflow-mcp run-workflow automations/workflows/dev-feature.workflow.yml \
|
|
291
|
+
--dry-run --skip-launch --prompt "Add a health check"
|
|
292
|
+
pnpm exec workflow-mcp run-workflow automations/workflows/blog-writing.workflow.yml \
|
|
293
|
+
--dry-run --skip-launch --prompt "Write a practical guide to scoped agent tooling"
|
|
294
|
+
```
|
|
437
295
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
296
|
+
Real runs delegate to tmux by default and accept `WORKFLOW_LAUNCHER=cmux`. Development runs do
|
|
297
|
+
not create branches, commits, or pushes. Blog runs leave review-ready Markdown, sources, and a
|
|
298
|
+
publication checklist in the workflow run directory without writing into a site or calling a CMS.
|
|
299
|
+
These examples live in the source repository and are not part of the published npm tarball.
|
|
441
300
|
|
|
442
|
-
|
|
301
|
+
#### Loop
|
|
443
302
|
|
|
444
|
-
|
|
445
|
-
|
|
303
|
+
Workflow definitions are exposed like skills, so the agent can choose one for the job. A
|
|
304
|
+
loop can send a subagent to fetch the next task, then dispatch the workflow that matches
|
|
305
|
+
it. One session becomes the dispatcher instead of the place every job has to fit.
|
|
306
|
+
|
|
307
|
+
## Features
|
|
446
308
|
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
Edit a YAML file and the next session says the config changed, the way doom emacs asks you
|
|
452
|
-
to re-run `doom sync`.
|
|
309
|
+
DoomPi is a distribution, not one giant extension. Each package owns one job; shared TUI,
|
|
310
|
+
Cordis services, and session contracts make them behave like one. Use the generated
|
|
311
|
+
`default.packages` list together, remove packages you do not want, or replace its entries one
|
|
312
|
+
at a time. Selectable packages are not runtime dependencies of the root package or of one another.
|
|
453
313
|
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
314
|
+
### Foundation and interface
|
|
315
|
+
|
|
316
|
+
#### Configuration and composition
|
|
457
317
|
|
|
458
|
-
|
|
459
|
-
|
|
318
|
+
[`@agimon-ai/doompi`][pkg-doompi] is both an extension and the command-line config compiler.
|
|
319
|
+
`dpi init` creates repository config for an isolated experiment, while `doompi init` creates the
|
|
320
|
+
personal config and registers the permanent Pi integration. The sync commands resolve every major
|
|
321
|
+
mode and domain into a distribution Pi can load quickly.
|
|
460
322
|
|
|
461
|
-
|
|
323
|
+
#### Supporting packages
|
|
462
324
|
|
|
463
|
-
|
|
464
|
-
`doompi
|
|
325
|
+
[`@agimon-ai/doompi-config`][pkg-doompi-config] resolves the four YAML files and exposes the
|
|
326
|
+
configuration API. [`@agimon-ai/doompi-domain`][pkg-doompi-domain] owns domain selection, plugin
|
|
327
|
+
materialization, resource staging, and MCP scoping.
|
|
328
|
+
[`@agimon-ai/doompi-extension-contracts`][pkg-doompi-extension-contracts] contains the shared
|
|
329
|
+
Cordis service and event contracts used by extension authors.
|
|
330
|
+
[`@agimon-ai/doompi-hashline`][pkg-doompi-hashline] provides the shared snapshot tags and line-anchor
|
|
331
|
+
protocol. [`@agimon-ai/doompi-read`][pkg-doompi-read] and [`@agimon-ai/doompi-grep`][pkg-doompi-grep]
|
|
332
|
+
produce editable anchors for writable files while preserving Pi's native output for non-writable files.
|
|
333
|
+
[`@agimon-ai/doompi-edit`][pkg-doompi-edit] replaces Pi's search-and-replace `edit` tool with
|
|
334
|
+
stale-safe ranges anchored to the file content the model read or searched.
|
|
335
|
+
[`@agimon-ai/doompi-file-edit`][pkg-doompi-file-edit] opens files in the configured editor and
|
|
336
|
+
keeps the edit timeline. [`@agimon-ai/doompi-log`][pkg-doompi-log] collects session events, while
|
|
337
|
+
[`@agimon-ai/doompi-telemetry`][pkg-doompi-telemetry] is the library-level telemetry adapter.
|
|
465
338
|
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
| hooks | from the registry | generated `settings.json` | generated `hooks.json` | copied `hooks.json` |
|
|
470
|
-
| MCP servers | scoped | scoped | unscoped | scoped |
|
|
471
|
-
| MCP proxy upstreams | scoped | scoped | scoped | scoped |
|
|
472
|
-
| major mode | packages + hooks | shared hook groups | shared hook groups | shared hook groups |
|
|
473
|
-
| personas | system prompt | `--append-system-prompt-file` | `developer_instructions` | no |
|
|
339
|
+
Runner selects matching RMUX and RTK native artifacts automatically. Do not install them directly.
|
|
340
|
+
The packages cover macOS and Linux on arm64 and x64 for both [RMUX][pkg-rmux-darwin-arm64] and
|
|
341
|
+
[RTK][pkg-rtk-darwin-arm64].
|
|
474
342
|
|
|
475
|
-
|
|
476
|
-
and Pi extensions are loaded only by Pi.
|
|
477
|
-
|
|
478
|
-
Antigravity is the odd one. It reads its configuration from the workspace and from the
|
|
479
|
-
user's home directory rather than from arguments, so every selection is written to disk
|
|
480
|
-
before launch and reverted when it is no longer selected. Everything the harness writes is
|
|
481
|
-
tracked in a managed-state file, so a file you created by hand is never silently replaced.
|
|
482
|
-
Its hooks are copied from `.antigravity-local/hooks.json`, which is maintained by hand
|
|
483
|
-
rather than generated from the registry.
|
|
343
|
+
#### Leader key
|
|
484
344
|
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
345
|
+
[`@agimon-ai/doompi-ui`][pkg-doompi-ui] turns `SPC` into a map of the available commands. It stays out of
|
|
346
|
+
the way when a draft is not empty, and other packages contribute bindings through one
|
|
347
|
+
leader API instead of hardcoding their own menus.
|
|
488
348
|
|
|
489
|
-
|
|
349
|
+
### Coordinated work
|
|
490
350
|
|
|
491
|
-
|
|
492
|
-
.doom/
|
|
493
|
-
config.yaml projectTrust, plus the selection sync pins
|
|
494
|
-
domains.yaml domains, plus aliases for shorthand bundles
|
|
495
|
-
modes.yaml layer definitions and the named major modes built from them
|
|
496
|
-
hooks.yaml canonical hooks for all three frontends
|
|
497
|
-
profiles.yaml persona and environment profiles
|
|
498
|
-
|
|
499
|
-
agents/<product>/<person>/ persona source, referenced never copied
|
|
500
|
-
```
|
|
351
|
+
#### Agent team
|
|
501
352
|
|
|
502
|
-
`doompi
|
|
353
|
+
[`@agimon-ai/doompi-team`][pkg-doompi-team] runs named subagents asynchronously. It owns agents,
|
|
354
|
+
runs, membership, intercom, and model policy; Task owns the persistent task graph used for
|
|
355
|
+
delegation. Agents can work in parallel and message one another. `SPC a l` lists available agents;
|
|
356
|
+
`SPC a r` opens current-session runs and their controls.
|
|
503
357
|
|
|
504
|
-
|
|
505
|
-
.pi/settings.json committed; sync owns extensions, themes, and theme
|
|
506
|
-
.pi/doom/ generated and gitignored
|
|
507
|
-
state.json environment, resolved paths, and the inputs hash
|
|
508
|
-
mcp.json mcp-extension.ts agents/ persona.md doom-pi-dark.json
|
|
509
|
-
run/<pid>/ one session's live switches, never the baseline
|
|
510
|
-
harness-state.json that session's own state, owned by its process
|
|
511
|
-
```
|
|
358
|
+
#### Tasks
|
|
512
359
|
|
|
513
|
-
|
|
360
|
+
[`@agimon-ai/doompi-task`][pkg-doompi-task] keeps a task graph on disk, not a disposable checklist in the
|
|
361
|
+
transcript. Dependencies persist independently of transcript compaction, and work can be handed to
|
|
362
|
+
a subagent, including a smaller model when the job does not need the expensive one. Seeded
|
|
363
|
+
`minimal` and `copilot` modes select its `task` layer; omit that layer when a major mode
|
|
364
|
+
should not expose the task tool.
|
|
514
365
|
|
|
515
|
-
|
|
516
|
-
`DOOMPI_STATE` points at it, and everything else the harness exports is derived from
|
|
517
|
-
it: a projection published for the readers that can only see an environment, which are bash
|
|
518
|
-
hooks, the shell launchers, `agent-hooks`, and any process spawned by any of them. Two
|
|
519
|
-
fields never appear there at all, because nothing outside `@agimon-ai/doompi-config` reads
|
|
520
|
-
them and every hook spawn would otherwise copy them: the plugin hook list and the profile's
|
|
521
|
-
environment defaults.
|
|
366
|
+
#### Runner
|
|
522
367
|
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
368
|
+
[`@agimon-ai/doompi-runner`][pkg-doompi-runner] replaces Pi's blocking `bash` tool with
|
|
369
|
+
supervised command execution. `doompi init` includes Runner in `default.packages`, so every
|
|
370
|
+
generated mode gets it. Short commands still return inline; commands that pass the configurable
|
|
371
|
+
threshold of 60 seconds by default move into the background with durable logs. Use
|
|
372
|
+
`background: true` for an immediate detached run or `interactive: true` when the command needs
|
|
373
|
+
terminal input. Runner IDs and complete raw logs remain available to the current session through
|
|
374
|
+
Runner Space at `SPC r l` or the `doom-runner` CLI. Runner tries bundled RMUX, then `rmux` on PATH,
|
|
375
|
+
then `tmux` on PATH. If no pane backend accepts the run, non-interactive commands use a supervised
|
|
376
|
+
subprocess; interactive commands require RMUX or tmux. Conservatively recognized single commands
|
|
377
|
+
use the matching RTK stdin filter after completion. Compound commands, pipelines, incompatible
|
|
378
|
+
formats, and unsupported commands keep bounded raw output. Remove Runner from `default.packages` to keep Pi's
|
|
379
|
+
`bash`, or add it to a named layer when only selected modes should replace `bash`.
|
|
528
380
|
|
|
529
|
-
|
|
530
|
-
|
|
381
|
+
#### Auto-compact
|
|
382
|
+
|
|
383
|
+
Ordinary compaction waits for one summary to save an overgrown session.
|
|
384
|
+
[`@agimon-ai/doompi-autocompact`][pkg-doompi-autocompact] leaves checkpoints instead:
|
|
385
|
+
|
|
386
|
+
1. At 50%, it writes the first compact summary.
|
|
387
|
+
2. Later, it combines that summary with the messages since; the model decides whether the
|
|
388
|
+
result is ready to use.
|
|
389
|
+
3. On the third pass, it combines them again and forces compaction.
|
|
390
|
+
|
|
391
|
+
The work runs off-thread and can make up to three additional summarization calls. The standard
|
|
392
|
+
adapter preserves staged conversation checkpoints; Task and Team keep their own state rather than
|
|
393
|
+
being embedded as special snapshots in the compact summary.
|
|
394
|
+
|
|
395
|
+
### Context and access
|
|
396
|
+
|
|
397
|
+
#### Help mode
|
|
398
|
+
|
|
399
|
+
[`@agimon-ai/doompi-help`][pkg-doompi-help] keeps package guidance out of the default prompt. A
|
|
400
|
+
fresh parent session performs no Help retrieval and exposes no Help skills. Use `SPC h e`, or the
|
|
401
|
+
existing `minor_mode` client in headless sessions, to activate the package indexes; use the same
|
|
402
|
+
action to deactivate them before the next interaction. Help names state their intent: authoring
|
|
403
|
+
guides use `doompi-author-*`, while operational guides use `doompi-use-*`. Core authoring guidance
|
|
404
|
+
covers extensions, runtime config, major modes, domains, profiles, hooks, workflows, and skills.
|
|
405
|
+
Parent and detached-child sessions both include the Help runtime, while root and axis authoring
|
|
406
|
+
guides remain parent-owned and all guidance stays withdrawn until Help mode is activated.
|
|
407
|
+
|
|
408
|
+
#### MCP
|
|
409
|
+
|
|
410
|
+
[`@agimon-ai/doompi-mcp`][pkg-doompi-mcp] is the gate between a session and its servers. It reads
|
|
411
|
+
repository and legacy plugin `.mcp.json` plus Agent Plugins v1 `mcp.json`, then exposes only the
|
|
412
|
+
servers and proxy upstreams allowed by the selected domains. A domain switch persists an immutable
|
|
413
|
+
projection; after Pi replaces the factories, Config publishes it through the session Cordis
|
|
414
|
+
registry and MCP starts a fresh in-memory `mcp-proxy` container. No Hono server or localhost proxy
|
|
415
|
+
sits in this path.
|
|
416
|
+
|
|
417
|
+
#### Ask user question
|
|
418
|
+
|
|
419
|
+
[`@agimon-ai/doompi-user-feedback`][pkg-doompi-user-feedback] gives the agent a structured question
|
|
420
|
+
that actually waits for an answer. In autonomous Voice mode it skips the modal, narrates the
|
|
421
|
+
choices, and accepts the next spoken response as an ordinary user message.
|
|
422
|
+
|
|
423
|
+
#### Logging and telemetry
|
|
424
|
+
|
|
425
|
+
DoomPi logging records operational metadata such as counters, spans, session IDs, tool names, and
|
|
426
|
+
errors. Callers remain responsible for values they attach to telemetry. `SPC h l` opens current-session
|
|
427
|
+
metrics, and [`@agimon-ai/log-sink-mcp`][pkg-log-sink-mcp] provides historical lookup when a sink is
|
|
428
|
+
configured.
|
|
429
|
+
|
|
430
|
+
### Modes and automation
|
|
431
|
+
|
|
432
|
+
#### Plan mode
|
|
433
|
+
|
|
434
|
+
A promise to "only plan" is not a permission boundary. [`@agimon-ai/doompi-plan`][pkg-doompi-plan]
|
|
435
|
+
removes Pi's `edit` and `write` tools while the agent explores, persists the plan, and hands it back
|
|
436
|
+
for approval. It does not sandbox Bash, external tools, or the operating system. `SPC p e` enters
|
|
437
|
+
normal planning and leaves it again once on; `SPC p d` is debug planning and `SPC p f` the Fable
|
|
438
|
+
flow.
|
|
439
|
+
Turn it on when the approach should be settled before the files move.
|
|
440
|
+
|
|
441
|
+
#### Loop mode
|
|
442
|
+
|
|
443
|
+
[`@agimon-ai/doompi-loop`][pkg-doompi-loop] is an in-session scheduler. It runs a prompt immediately
|
|
444
|
+
and then repeats it on an interval; several loops can coexist. Use `SPC l s` to start one and
|
|
445
|
+
`SPC l l` to list or stop them. It is for recurring checks and prompts that belong to the current
|
|
446
|
+
session.
|
|
447
|
+
|
|
448
|
+
#### Goal mode
|
|
449
|
+
|
|
450
|
+
[`@agimon-ai/doompi-goal`][pkg-doompi-goal] pins one objective to the session until it completes or
|
|
451
|
+
you end it. `SPC g e` starts a goal and ends it once one is held; `SPC g g` shows status and
|
|
452
|
+
`SPC g l` lists repository history. Finished goals stop contributing active instructions and tools but remain in history when
|
|
453
|
+
you want to restart one.
|
|
454
|
+
|
|
455
|
+
#### Workflow mode
|
|
456
|
+
|
|
457
|
+
[`@agimon-ai/doompi-workflow`][pkg-doompi-workflow] runs GitHub Actions-style job graphs with
|
|
458
|
+
dependencies, timeouts, artifacts, and a separate DoomPi session for each step. Use `SPC w l` to
|
|
459
|
+
browse the repository's workflows and launch one with `r`, `SPC w r` to inspect this session's runs,
|
|
460
|
+
`SPC w c` to recover a failed run, and `SPC w e` to give the agent workflow tools or take them back. It is for work that needs hard job boundaries and explicit
|
|
461
|
+
handoffs rather than one long conversation.
|
|
462
|
+
|
|
463
|
+
#### Voice mode
|
|
464
|
+
|
|
465
|
+
[`@agimon-ai/doompi-voice`][pkg-doompi-voice] captures PCM audio through the local platform helper
|
|
466
|
+
and can transcribe it locally. Transcript text, session state, and model requests may still cross
|
|
467
|
+
process or provider boundaries according to the configured engines. `SPC v m` is one-shot manual
|
|
468
|
+
dictation and never enables Voice tools. `SPC v e` enters autonomous capture and exits it again; only its exact-active
|
|
469
|
+
TUI session receives the two Voice façades plus the standalone `narrate` tool.
|
|
470
|
+
|
|
471
|
+
While `narrate` is available, the primary agent calls it before every user-facing final
|
|
472
|
+
response. Final narration contains the complete answer, including every user-relevant
|
|
473
|
+
conclusion, question, warning, result, and next action in the written response, rather than
|
|
474
|
+
leaving essential information only in text. Short turns need one complete spoken answer;
|
|
475
|
+
longer work also gets an opening and meaningful milestone calls. Each ready-to-speak
|
|
476
|
+
utterance is limited to 4,096 characters, waits for physical playback, and returns
|
|
477
|
+
`completed`, `interrupted`, `superseded`, or `failed`.
|
|
478
|
+
|
|
479
|
+
If the agent never attempts `narrate` during a run, exact-active Voice speaks one sanitized
|
|
480
|
+
turn-end fallback rather than leaving the final response silent. Finals of at most 320
|
|
481
|
+
characters use deterministic speech; longer finals use the configured
|
|
482
|
+
`voice.autoCapture.model` for one bounded summary, with deterministic degradation on
|
|
483
|
+
failure or timeout. Any `narrate` attempt suppresses this safety net, so it cannot duplicate
|
|
484
|
+
or retry direct speech. Voice does not generate automatic intent, plan, milestone, or tool
|
|
485
|
+
progress narration. External task, workflow, and user-feedback narration remains
|
|
486
|
+
available, and the same model continues to provide bounded command correction.
|
|
487
|
+
|
|
488
|
+
## Configuration
|
|
489
|
+
|
|
490
|
+
DoomPi reads four configuration files:
|
|
491
|
+
|
|
492
|
+
- `config.yaml` defines runtime settings such as trust, editor, planning, and voice behavior.
|
|
493
|
+
- `modes.yaml` defines default packages, extension layers, and major modes.
|
|
494
|
+
- `domains.yaml` catalogs plugins and sets session access.
|
|
495
|
+
- `profiles.yaml` supplies persona files and environment defaults.
|
|
496
|
+
|
|
497
|
+
Each matrix file has two optional layers: personal defaults in `~/.pi/.doom/` and repository
|
|
498
|
+
overrides in `<repository>/.doom/`. DoomPi loads both. Unique named entries from either layer
|
|
499
|
+
remain available; a same-named repository entry replaces the complete personal entry. Plugin
|
|
500
|
+
and profile roots from both layers are retained. Relative paths in personal config resolve
|
|
501
|
+
from `~/.pi/.doom/`; relative paths in repository config resolve from the repository root.
|
|
502
|
+
|
|
503
|
+
### `modes.yaml`: choose behavior
|
|
504
|
+
|
|
505
|
+
A layer is an ordered bundle of extension packages and hook groups. A major mode names the
|
|
506
|
+
layers that should run together. The top-level `default.packages` list is the ordered package
|
|
507
|
+
baseline for every major mode. `doompi init` and `dpi init` write the distribution's current
|
|
508
|
+
feature packages there so the baseline is visible and replaceable. If `default` is absent,
|
|
509
|
+
DoomPi adds no default feature packages. Use `default.packages: []` for an explicit empty
|
|
510
|
+
baseline. The fixed host core remains active independently of this setting, and named layers
|
|
511
|
+
keep their existing behavior.
|
|
512
|
+
|
|
513
|
+
Launch installs missing required packages from the defaults and selected layers. `doompi sync`
|
|
514
|
+
installs missing required packages from the defaults and every declared layer, moves every
|
|
515
|
+
package in Pi's managed `.pi/npm` store to its newest published version, then builds the
|
|
516
|
+
synchronized matrix. A package whose published version cannot be read, because the machine is
|
|
517
|
+
offline or the registry refuses the request, keeps its installed version and is named in the
|
|
518
|
+
sync output. `doompi sync --check` reports missing packages without modifying the repository. Optional packages and local paths are not installed automatically. Removing an
|
|
519
|
+
entry stops activating it but leaves Pi's package cache available for later reuse.
|
|
520
|
+
|
|
521
|
+
Packages in `default` and named layers may be bare strings, or mappings when the package accepts
|
|
522
|
+
configuration:
|
|
531
523
|
|
|
524
|
+
```yaml
|
|
525
|
+
default:
|
|
526
|
+
packages:
|
|
527
|
+
- '@agimon-ai/doompi-help'
|
|
528
|
+
- '@agimon-ai/doompi-hook'
|
|
529
|
+
- '@agimon-ai/doompi-goal'
|
|
530
|
+
- '@agimon-ai/doompi-voice'
|
|
531
|
+
- '@agimon-ai/doompi-runner'
|
|
532
|
+
- '@agimon-ai/doompi-read'
|
|
533
|
+
- '@agimon-ai/doompi-grep'
|
|
534
|
+
- '@agimon-ai/doompi-edit'
|
|
535
|
+
- '@agimon-ai/doompi-file-edit'
|
|
536
|
+
- '@agimon-ai/doompi-autocompact'
|
|
537
|
+
- '@agimon-ai/doompi-loop'
|
|
538
|
+
- '@agimon-ai/doompi-plan'
|
|
539
|
+
- '@agimon-ai/doompi-workflow'
|
|
540
|
+
- '@agimon-ai/doompi-log'
|
|
541
|
+
- '@agimon-ai/doompi-mcp'
|
|
542
|
+
|
|
543
|
+
layers:
|
|
544
|
+
team:
|
|
545
|
+
packages:
|
|
546
|
+
- name: '@agimon-ai/doompi-team'
|
|
547
|
+
config:
|
|
548
|
+
models:
|
|
549
|
+
- model: provider/model-id
|
|
550
|
+
thinking: high
|
|
551
|
+
review:
|
|
552
|
+
packages:
|
|
553
|
+
- '@scope/review-extension'
|
|
554
|
+
|
|
555
|
+
defaultMajorMode: copilot
|
|
556
|
+
majorMode:
|
|
557
|
+
minimal:
|
|
558
|
+
description: Lean sessions with delegation and little else.
|
|
559
|
+
layers: [team]
|
|
560
|
+
copilot:
|
|
561
|
+
description: General coding with delegation and review tools.
|
|
562
|
+
layers: [team, review]
|
|
532
563
|
```
|
|
533
|
-
.claude/settings.json the "hooks" key only; every other key is preserved
|
|
534
|
-
.codex-local/hooks.json the whole file
|
|
535
|
-
```
|
|
536
564
|
|
|
537
|
-
|
|
565
|
+
Order matters: DoomPi assembles `default.packages` first, then the selected layers and their
|
|
566
|
+
packages from left to right. Put settings under the package that consumes them; a layer is
|
|
567
|
+
composition, not a mystery bag of shared configuration. Home and repository `layers` and
|
|
568
|
+
`majorMode` records merge by name, with the repository definition winning a collision. If both
|
|
569
|
+
sources declare `default`, the repository block replaces the personal block as one whole package
|
|
570
|
+
list.
|
|
571
|
+
|
|
572
|
+
Configurations created before the hashline tools were split may contain only `doompi-edit`.
|
|
573
|
+
Replace that entry with the ordered `doompi-read`, `doompi-grep`, and `doompi-edit` trio. Init
|
|
574
|
+
preserves existing configuration unless it is run with `--force`.
|
|
538
575
|
|
|
539
|
-
|
|
576
|
+
Choose a mode with `--major-mode copilot`, switch it with `/mode`, or change
|
|
577
|
+
`defaultMajorMode` when one mode should be the ordinary starting point.
|
|
540
578
|
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
579
|
+
### `domains.yaml`: choose content and access
|
|
580
|
+
|
|
581
|
+
Plugins are cataloged once, then domains refer to their names. A root can be a marketplace,
|
|
582
|
+
a single plugin, or a container whose direct-child folders are plugins. Discovery is
|
|
583
|
+
intentionally nonrecursive: a tool buried five directories down should not load by accident.
|
|
584
|
+
|
|
585
|
+
```yaml
|
|
586
|
+
defaultDomains: [development]
|
|
587
|
+
|
|
588
|
+
plugins:
|
|
589
|
+
roots: [plugins]
|
|
590
|
+
entries:
|
|
591
|
+
remote-review:
|
|
592
|
+
source: url
|
|
593
|
+
url: '<REVIEW_PLUGIN_GIT_URL>'
|
|
594
|
+
ref: v1.2.0
|
|
595
|
+
published-research:
|
|
596
|
+
source: npm
|
|
597
|
+
package: '@acme/research-plugin'
|
|
598
|
+
version: 1.4.0
|
|
547
599
|
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
600
|
+
domains:
|
|
601
|
+
development:
|
|
602
|
+
description: Repository implementation tools.
|
|
603
|
+
plugins: [coding-tools]
|
|
604
|
+
review:
|
|
605
|
+
description: Focused review skills with a narrow MCP boundary.
|
|
606
|
+
plugins:
|
|
607
|
+
- name: remote-review
|
|
608
|
+
skills: [typescript]
|
|
609
|
+
agents: [reviewer]
|
|
610
|
+
hooks: false
|
|
611
|
+
mcp: true
|
|
612
|
+
mcp:
|
|
613
|
+
servers: [filesystem]
|
|
614
|
+
proxy: [github]
|
|
615
|
+
|
|
616
|
+
aliases:
|
|
617
|
+
work: [development, review]
|
|
618
|
+
```
|
|
552
619
|
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
620
|
+
Here, `coding-tools` is discovered from `plugins/coding-tools`; its manifest name, or its
|
|
621
|
+
folder name when no manifest name exists, becomes the catalog ID. Local roots and entries
|
|
622
|
+
resolve beside the declaring file. Git and npm entries are cached in
|
|
623
|
+
`~/.pi/.doom/plugin-cache`; pin a Git SHA or exact package version when reproducibility
|
|
624
|
+
matters. Domains may load an entire plugin or select only its skills, agents, hooks, and MCP
|
|
625
|
+
configuration. The optional `mcp` mapping is an allowlist, not a request to start every server
|
|
626
|
+
in the repository.
|
|
557
627
|
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
overrides. These used to be two variables, `DOOM_PI_*` for the selection and
|
|
562
|
-
`AGENT_HARNESS_*` for the resolved projection, with the second outranking the first. Any
|
|
563
|
-
surviving `AGENT_HARNESS_*` variable now throws and names its replacement, because a stale
|
|
564
|
-
export in a shell profile is worth an error.
|
|
628
|
+
Select one or more domains with `--domains development,review`, use an alias such as
|
|
629
|
+
`--domains work`, or switch them with `/domains`. `--no-domains` is useful when the right
|
|
630
|
+
amount of repository context is none.
|
|
565
631
|
|
|
566
|
-
`
|
|
567
|
-
resolved layer components rather than the mode that selected them.
|
|
632
|
+
### `profiles.yaml`: choose a point of view
|
|
568
633
|
|
|
569
|
-
A
|
|
570
|
-
`
|
|
571
|
-
|
|
572
|
-
`defaultDomains`:
|
|
634
|
+
A profile directory becomes discoverable when it directly contains `profile.md`, `SOUL.md`,
|
|
635
|
+
or `AGENTS.md`. A root may be one profile or a container of direct-child profiles. The folder
|
|
636
|
+
name becomes the profile name; DoomPi concatenates those three files in that order.
|
|
573
637
|
|
|
574
638
|
```yaml
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
639
|
+
profiles:
|
|
640
|
+
roots: [personas]
|
|
641
|
+
entries:
|
|
642
|
+
release-writer:
|
|
643
|
+
persona: personas/release-writer
|
|
644
|
+
env:
|
|
645
|
+
BRAND: acme
|
|
646
|
+
TONE: concise
|
|
647
|
+
```
|
|
648
|
+
|
|
649
|
+
With that config, `personas/release-writer/profile.md` is enough to discover
|
|
650
|
+
`release-writer`. The explicit entry is optional; use one when the profile needs another name,
|
|
651
|
+
an exact persona path, or string environment defaults. Explicit entries override discovered
|
|
652
|
+
folders. Already exported environment values win, so selecting a profile never quietly
|
|
653
|
+
replaces a value supplied by the caller.
|
|
654
|
+
|
|
655
|
+
Discovery never recurses. Persona paths must remain under `agents/` or a root declared in the
|
|
656
|
+
same file, and symlinks may not escape the persona boundary. Legacy profiles written directly
|
|
657
|
+
under `profiles` still load, but new configuration should use `roots` and `entries`.
|
|
658
|
+
|
|
659
|
+
Select a profile with `--profile release-writer` or switch it with `/profile`. Leaving the
|
|
660
|
+
catalog empty is valid; no profile remains a first-class choice.
|
|
661
|
+
|
|
662
|
+
### Check the matrix before launch
|
|
663
|
+
|
|
664
|
+
The fastest configuration debugger is the one that does not start a model:
|
|
665
|
+
|
|
666
|
+
```bash
|
|
667
|
+
doompi --major-mode copilot --domains work --profile release-writer --explain
|
|
668
|
+
dpi sync
|
|
669
|
+
doompi sync --check
|
|
670
|
+
```
|
|
671
|
+
|
|
672
|
+
`--explain` prints the resolved mode, domains, profile, plugins, skills, agents, MCP boundary,
|
|
673
|
+
and estimated prompt cost. `dpi sync` resolves the repository configuration and synchronizes
|
|
674
|
+
DPI without registering it in normal Pi settings. `doompi sync --check` turns drift into a
|
|
675
|
+
non-zero exit code for CI. If the explanation is surprising, fix the YAML before paying a model
|
|
676
|
+
to be surprised with you.
|
|
677
|
+
|
|
678
|
+
## Trust and data boundaries
|
|
679
|
+
|
|
680
|
+
DoomPi executes the extensions, remote Git/npm plugins, hooks, MCP stdio commands, workflows, and
|
|
681
|
+
shell commands you configure. Treat them as trusted executable code. Runner commands inherit the
|
|
682
|
+
process environment and operating-system privileges; their logs may contain command output and
|
|
683
|
+
secrets. MCP credentials may live in the system keyring or private configuration files.
|
|
684
|
+
|
|
685
|
+
Voice can keep PCM capture and transcription local when local engines are selected, but transcript
|
|
686
|
+
text and model requests follow the configured providers. Loop, Workflow, Plan, Autocompact, Team,
|
|
687
|
+
and autonomous Voice can make additional model calls. Telemetry is disabled or redirected through
|
|
688
|
+
its owning package's controls; values supplied by callers are not automatically scrubbed.
|
|
689
|
+
|
|
690
|
+
## CLI reference
|
|
691
|
+
|
|
692
|
+
| Command or option | What it does |
|
|
693
|
+
| -------------------------------------------- | --------------------------------------------------------------------------------- |
|
|
694
|
+
| `dpi init`, `dpi sync`, `dpi` | Creates, synchronizes, and runs the repository-scoped comparison setup |
|
|
695
|
+
| `doompi init` | Seeds personal config and installs the managed Pi dispatcher, settings, and theme |
|
|
696
|
+
| `doompi sync` | Publishes the current repository, or the global composition outside repositories |
|
|
697
|
+
| `doompi sync --check` | Exits non-zero when the applicable registered generation is missing or stale |
|
|
698
|
+
| `doompi compat <codex\|claude\|antigravity>` | Resolves the selected matrix and launches the compatibility adapter |
|
|
699
|
+
| `doom-runner` | Inspects and controls supervised Runner processes and logs |
|
|
700
|
+
| `--explain` | Prints the resolved matrix and estimated prompt cost without launching Pi |
|
|
701
|
+
| `--emit-mcp <dir>`, `--no-mcp` | Writes the resolved MCP config or disables MCP for one run |
|
|
702
|
+
| `--cwd <path>`, `--auto-stop` | Chooses the working directory or exits after an interactive agent settles |
|
|
703
|
+
| `--` and remaining arguments | Forwards provider or Pi arguments unchanged where the selected command allows it |
|
|
704
|
+
|
|
705
|
+
## Troubleshooting and direct use
|
|
706
|
+
|
|
707
|
+
- Run `doompi sync --check` to detect drift or missing configured packages, and `doompi sync`
|
|
708
|
+
to install them and rebuild synchronized state.
|
|
709
|
+
- If neither RMUX nor tmux is available, non-interactive Runner calls report the supervised subprocess
|
|
710
|
+
fallback. Interactive calls require RMUX or tmux. Linux native artifacts require a compatible loader and libc.
|
|
711
|
+
- Leader menus and overlays require Pi's interactive TUI. Commands and tools remain the interface
|
|
712
|
+
for JSON, RPC, and other headless sessions where the owning package supports them.
|
|
713
|
+
- Install a directly loaded Pi subsystem with `pi install npm:@agimon-ai/<package>`. Library consumers
|
|
714
|
+
use `npm install`; native RMUX and RTK artifacts are selected by Runner and should not be installed
|
|
715
|
+
directly.
|
|
716
|
+
The root `doom-runner` command delegates to Runner from the active repository and asks you to add
|
|
717
|
+
Runner to `modes.yaml` when it is absent. The distribution remains the supported way to get the
|
|
718
|
+
coordinated defaults.
|
|
719
|
+
|
|
720
|
+
## Architecture
|
|
721
|
+
|
|
722
|
+
See [Architecture](https://github.com/AgiFlow/doompi/blob/main/docs/architecture.md) for standard Pi
|
|
723
|
+
package composition, canonical fingerprints, transition classification, synchronized bundles,
|
|
724
|
+
shared-host Cordis lifecycle ownership, and parent/child isolation.
|
|
725
|
+
|
|
726
|
+
## Development
|
|
727
|
+
|
|
728
|
+
```bash
|
|
729
|
+
pnpm install
|
|
730
|
+
pnpm build
|
|
731
|
+
pnpm examples:check
|
|
732
|
+
pnpm nx build @agimon-ai/doompi
|
|
733
|
+
pnpm nx test @agimon-ai/doompi
|
|
734
|
+
pnpm nx typecheck @agimon-ai/doompi
|
|
735
|
+
pnpm nx lint @agimon-ai/doompi
|
|
580
736
|
```
|
|
581
737
|
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
738
|
+
DoomPi is maintained by [Agimon](https://agimon.ai/about).
|
|
739
|
+
|
|
740
|
+
## License
|
|
741
|
+
|
|
742
|
+
MIT
|
|
743
|
+
|
|
744
|
+
## Maintainer release order
|
|
745
|
+
|
|
746
|
+
Publish [`@agimon-ai/doompi-extension-contracts`][pkg-doompi-extension-contracts] and
|
|
747
|
+
[`@agimon-ai/doompi-hashline`][pkg-doompi-hashline] first, then
|
|
748
|
+
[`@agimon-ai/doompi-help`][pkg-doompi-help], and only then the
|
|
749
|
+
[`@agimon-ai/doompi`][pkg-doompi] runtime that consumes them. Generated changelogs remain owned
|
|
750
|
+
by the release tooling.
|
|
751
|
+
|
|
752
|
+
The deploy workflow blocks publishing unless the deterministic DoomPi architecture sweep and the
|
|
753
|
+
packed-install system tests both pass. This keeps the shared Cordis host contract and independently
|
|
754
|
+
loaded extension graph inside the same release boundary as the packages that consume them.
|
|
755
|
+
|
|
756
|
+
[pkg-doompi]: https://www.npmjs.com/package/@agimon-ai/doompi
|
|
757
|
+
[pkg-doompi-ui]: https://www.npmjs.com/package/@agimon-ai/doompi-ui
|
|
758
|
+
[pkg-doompi-config]: https://www.npmjs.com/package/@agimon-ai/doompi-config
|
|
759
|
+
[pkg-doompi-domain]: https://www.npmjs.com/package/@agimon-ai/doompi-domain
|
|
760
|
+
[pkg-doompi-hashline]: https://www.npmjs.com/package/@agimon-ai/doompi-hashline
|
|
761
|
+
[pkg-doompi-read]: https://www.npmjs.com/package/@agimon-ai/doompi-read
|
|
762
|
+
[pkg-doompi-grep]: https://www.npmjs.com/package/@agimon-ai/doompi-grep
|
|
763
|
+
[pkg-doompi-edit]: https://www.npmjs.com/package/@agimon-ai/doompi-edit
|
|
764
|
+
[pkg-doompi-file-edit]: https://www.npmjs.com/package/@agimon-ai/doompi-file-edit
|
|
765
|
+
[pkg-doompi-log]: https://www.npmjs.com/package/@agimon-ai/doompi-log
|
|
766
|
+
[pkg-doompi-telemetry]: https://www.npmjs.com/package/@agimon-ai/doompi-telemetry
|
|
767
|
+
[pkg-rmux-darwin-arm64]: https://www.npmjs.com/package/@agimon-ai/doompi-runner-rmux-darwin-arm64
|
|
768
|
+
[pkg-rmux-darwin-x64]: https://www.npmjs.com/package/@agimon-ai/doompi-runner-rmux-darwin-x64
|
|
769
|
+
[pkg-rmux-linux-arm64]: https://www.npmjs.com/package/@agimon-ai/doompi-runner-rmux-linux-arm64
|
|
770
|
+
[pkg-rmux-linux-x64]: https://www.npmjs.com/package/@agimon-ai/doompi-runner-rmux-linux-x64
|
|
771
|
+
[pkg-rtk-darwin-arm64]: https://www.npmjs.com/package/@agimon-ai/doompi-runner-rtk-darwin-arm64
|
|
772
|
+
[pkg-rtk-darwin-x64]: https://www.npmjs.com/package/@agimon-ai/doompi-runner-rtk-darwin-x64
|
|
773
|
+
[pkg-rtk-linux-arm64]: https://www.npmjs.com/package/@agimon-ai/doompi-runner-rtk-linux-arm64
|
|
774
|
+
[pkg-rtk-linux-x64]: https://www.npmjs.com/package/@agimon-ai/doompi-runner-rtk-linux-x64
|
|
775
|
+
[pkg-doompi-team]: https://www.npmjs.com/package/@agimon-ai/doompi-team
|
|
776
|
+
[pkg-doompi-task]: https://www.npmjs.com/package/@agimon-ai/doompi-task
|
|
777
|
+
[pkg-doompi-runner]: https://www.npmjs.com/package/@agimon-ai/doompi-runner
|
|
778
|
+
[pkg-doompi-autocompact]: https://www.npmjs.com/package/@agimon-ai/doompi-autocompact
|
|
779
|
+
[pkg-doompi-help]: https://www.npmjs.com/package/@agimon-ai/doompi-help
|
|
780
|
+
[pkg-doompi-mcp]: https://www.npmjs.com/package/@agimon-ai/doompi-mcp
|
|
781
|
+
[pkg-doompi-user-feedback]: https://www.npmjs.com/package/@agimon-ai/doompi-user-feedback
|
|
782
|
+
[pkg-log-sink-mcp]: https://www.npmjs.com/package/@agimon-ai/log-sink-mcp
|
|
783
|
+
[pkg-doompi-plan]: https://www.npmjs.com/package/@agimon-ai/doompi-plan
|
|
784
|
+
[pkg-doompi-loop]: https://www.npmjs.com/package/@agimon-ai/doompi-loop
|
|
785
|
+
[pkg-doompi-goal]: https://www.npmjs.com/package/@agimon-ai/doompi-goal
|
|
786
|
+
[pkg-doompi-workflow]: https://www.npmjs.com/package/@agimon-ai/doompi-workflow
|
|
787
|
+
[pkg-doompi-voice]: https://www.npmjs.com/package/@agimon-ai/doompi-voice
|
|
788
|
+
[pkg-doompi-extension-contracts]: https://www.npmjs.com/package/@agimon-ai/doompi-extension-contracts
|