@jaimevalasek/aioson 1.7.2 → 1.9.0
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/CHANGELOG.md +595 -560
- package/CODE_OF_CONDUCT.md +12 -12
- package/CONTRIBUTING.md +13 -13
- package/LICENSE +661 -661
- package/README.md +919 -776
- package/bin/aioson.js +4 -4
- package/docs/design-previews/aurora-command-ui-website.html +884 -884
- package/docs/design-previews/aurora-command-ui.html +682 -682
- package/docs/design-previews/bold-editorial-ui-website.html +658 -658
- package/docs/design-previews/bold-editorial-ui.html +717 -717
- package/docs/design-previews/clean-saas-ui-website.html +1202 -1202
- package/docs/design-previews/clean-saas-ui.html +549 -549
- package/docs/design-previews/cognitive-core-ui-website.html +1009 -1009
- package/docs/design-previews/cognitive-core-ui.html +463 -463
- package/docs/design-previews/glassmorphism-ui-website.html +572 -572
- package/docs/design-previews/glassmorphism-ui.html +886 -886
- package/docs/design-previews/index.html +699 -699
- package/docs/design-previews/interface-design-website.html +1187 -1187
- package/docs/design-previews/interface-design.html +513 -513
- package/docs/design-previews/neo-brutalist-ui-website.html +621 -621
- package/docs/design-previews/neo-brutalist-ui.html +797 -797
- package/docs/design-previews/premium-command-center-ui-website.html +1217 -1217
- package/docs/design-previews/premium-command-center-ui.html +552 -552
- package/docs/design-previews/pt.squarespace.com-homepage.html +889 -889
- package/docs/design-previews/warm-craft-ui-website.html +684 -684
- package/docs/design-previews/warm-craft-ui.html +739 -739
- package/docs/en/1-understand/ecosystem-map.md +228 -0
- package/docs/en/1-understand/glossary.md +288 -0
- package/docs/en/1-understand/what-is-aioson.md +94 -0
- package/docs/en/1-understand/why-it-exists.md +106 -0
- package/docs/en/2-start/existing-project.md +246 -0
- package/docs/en/2-start/first-project.md +307 -0
- package/docs/en/2-start/initial-decisions.md +223 -0
- package/docs/en/3-recipes/README.md +28 -0
- package/docs/en/3-recipes/continuity-between-sessions.md +303 -0
- package/docs/en/3-recipes/from-idea-to-prd-via-briefing.md +235 -0
- package/docs/en/3-recipes/full-feature-with-sheldon.md +338 -0
- package/docs/en/4-agents/README.md +56 -0
- package/docs/en/5-reference/README.md +60 -0
- package/docs/en/{cli-reference.md → 5-reference/cli-reference.md} +639 -409
- package/docs/en/5-reference/i18n.md +52 -0
- package/docs/en/{json-schemas.md → 5-reference/json-schemas.md} +41 -41
- package/docs/en/{mcp.md → 5-reference/mcp.md} +56 -56
- package/docs/en/{parallel.md → 5-reference/parallel.md} +82 -82
- package/docs/en/{qa-browser.md → 5-reference/qa-browser.md} +339 -339
- package/docs/en/{release-flow.md → 5-reference/release-flow.md} +22 -22
- package/docs/en/{release-notes-template.md → 5-reference/release-notes-template.md} +41 -41
- package/docs/en/{release.md → 5-reference/release.md} +28 -28
- package/docs/en/{schemas → 5-reference/schemas}/agent-prompt.schema.json +17 -17
- package/docs/en/{schemas → 5-reference/schemas}/agents.schema.json +32 -32
- package/docs/en/{schemas → 5-reference/schemas}/context-validate.schema.json +36 -36
- package/docs/en/{schemas → 5-reference/schemas}/doctor.schema.json +89 -89
- package/docs/en/{schemas → 5-reference/schemas}/error.schema.json +24 -24
- package/docs/en/{schemas → 5-reference/schemas}/i18n-add.schema.json +15 -15
- package/docs/en/{schemas → 5-reference/schemas}/index.json +126 -116
- package/docs/en/{schemas → 5-reference/schemas}/info.schema.json +39 -39
- package/docs/en/{schemas → 5-reference/schemas}/init.schema.json +48 -48
- package/docs/en/{schemas → 5-reference/schemas}/install.schema.json +60 -60
- package/docs/en/{schemas → 5-reference/schemas}/locale-apply.schema.json +30 -30
- package/docs/en/{schemas → 5-reference/schemas}/mcp-doctor.schema.json +95 -95
- package/docs/en/{schemas → 5-reference/schemas}/mcp-init.schema.json +122 -122
- package/docs/en/{schemas → 5-reference/schemas}/package-test.schema.json +24 -24
- package/docs/en/{schemas → 5-reference/schemas}/parallel-assign.schema.json +66 -57
- package/docs/en/{schemas → 5-reference/schemas}/parallel-doctor.schema.json +122 -86
- package/docs/en/5-reference/schemas/parallel-guard.schema.json +63 -0
- package/docs/en/{schemas → 5-reference/schemas}/parallel-init.schema.json +53 -53
- package/docs/en/5-reference/schemas/parallel-merge.schema.json +84 -0
- package/docs/en/5-reference/schemas/parallel-status.schema.json +184 -0
- package/docs/en/{schemas → 5-reference/schemas}/setup-context.schema.json +39 -39
- package/docs/en/{schemas → 5-reference/schemas}/smoke.schema.json +23 -23
- package/docs/en/{schemas → 5-reference/schemas}/update.schema.json +48 -48
- package/docs/en/{schemas → 5-reference/schemas}/workflow-plan.schema.json +30 -30
- package/docs/en/{squad-dashboard.md → 5-reference/squad-dashboard.md} +372 -372
- package/docs/en/{web3.md → 5-reference/web3.md} +54 -54
- package/docs/en/README.md +115 -0
- package/docs/en/active-learning-loop/README.md +117 -0
- package/docs/en/active-learning-loop/active-learning-loop.md +117 -0
- package/docs/en/active-learning-loop/cli-commands.md +320 -0
- package/docs/en/active-learning-loop/diagrams.md +225 -0
- package/docs/en/active-learning-loop/doctor-checks.md +151 -0
- package/docs/en/active-learning-loop/how-to-use.md +313 -0
- package/docs/en/active-learning-loop/troubleshooting.md +283 -0
- package/docs/en/deyvin-subtask-scout/README.md +109 -0
- package/docs/en/deyvin-subtask-scout/cli-commands.md +248 -0
- package/docs/en/deyvin-subtask-scout/diagrams.md +124 -0
- package/docs/en/deyvin-subtask-scout/how-to-use.md +221 -0
- package/docs/en/deyvin-subtask-scout/sub-task-scout.md +115 -0
- package/docs/en/deyvin-subtask-scout/troubleshooting.md +184 -0
- package/docs/integrations/apps-publish-marketplace.md +94 -0
- package/docs/integrations/sdlc-genius-boundary.md +76 -76
- package/docs/integrations/sdlc-genius-eval-matrix.md +75 -75
- package/docs/integrations/sdlc-genius-install-checklist.md +93 -93
- package/docs/integrations/sdlc-genius-review-samples.md +86 -86
- package/docs/openclaw-bridge.md +308 -308
- package/docs/pt/1-entender/glossario.md +288 -0
- package/docs/pt/1-entender/mapa-do-ecossistema.md +228 -0
- package/docs/pt/1-entender/o-que-e-aioson.md +94 -0
- package/docs/pt/1-entender/por-que-existe.md +107 -0
- package/docs/pt/2-comecar/decisoes-iniciais.md +223 -0
- package/docs/pt/2-comecar/primeiro-projeto.md +307 -0
- package/docs/pt/2-comecar/projeto-existente.md +245 -0
- package/docs/pt/3-receitas/README.md +28 -0
- package/docs/pt/3-receitas/app-saas-do-zero.md +324 -0
- package/docs/pt/3-receitas/auditoria-seguranca.md +254 -0
- package/docs/pt/3-receitas/clonar-design-de-site.md +211 -0
- package/docs/pt/3-receitas/continuidade-entre-sessoes.md +303 -0
- package/docs/pt/3-receitas/da-ideia-ao-prd-via-briefing.md +234 -0
- package/docs/pt/3-receitas/feature-completa-com-sheldon.md +338 -0
- package/docs/pt/3-receitas/integracao-em-codebase-grande.md +243 -0
- package/docs/pt/3-receitas/landing-page.md +281 -0
- package/docs/pt/3-receitas/plans-externos-para-product.md +191 -0
- package/docs/pt/3-receitas/publicar-no-aioson-com.md +219 -0
- package/docs/pt/3-receitas/refatoracao-grande.md +251 -0
- package/docs/pt/4-agentes/README.md +65 -0
- package/docs/pt/4-agentes/analyst.md +111 -0
- package/docs/pt/4-agentes/architect.md +113 -0
- package/docs/pt/4-agentes/briefing.md +95 -0
- package/docs/pt/4-agentes/committer.md +108 -0
- package/docs/pt/4-agentes/copywriter.md +279 -0
- package/docs/pt/4-agentes/design-hybrid-forge.md +116 -0
- package/docs/pt/4-agentes/dev.md +136 -0
- package/docs/pt/4-agentes/deyvin.md +99 -0
- package/docs/pt/4-agentes/discover.md +122 -0
- package/docs/pt/4-agentes/discovery-design-doc.md +91 -0
- package/docs/pt/4-agentes/genome.md +115 -0
- package/docs/pt/4-agentes/neo.md +93 -0
- package/docs/pt/4-agentes/orache.md +107 -0
- package/docs/pt/4-agentes/orchestrator.md +118 -0
- package/docs/pt/4-agentes/pentester.md +131 -0
- package/docs/pt/4-agentes/pm.md +97 -0
- package/docs/pt/4-agentes/product.md +114 -0
- package/docs/pt/4-agentes/profiler-enricher.md +93 -0
- package/docs/pt/4-agentes/profiler-forge.md +93 -0
- package/docs/pt/4-agentes/profiler-researcher.md +98 -0
- package/docs/pt/4-agentes/qa.md +124 -0
- package/docs/pt/4-agentes/setup.md +104 -0
- package/docs/pt/4-agentes/sheldon.md +95 -0
- package/docs/pt/4-agentes/site-forge.md +104 -0
- package/docs/pt/4-agentes/squad.md +127 -0
- package/docs/pt/4-agentes/tester.md +105 -0
- package/docs/pt/4-agentes/ux-ui.md +110 -0
- package/docs/pt/4-agentes/validator.md +118 -0
- package/docs/pt/5-referencia/README.md +88 -0
- package/docs/pt/5-referencia/agent-chain-continuity.md +124 -0
- package/docs/pt/{agent-sharding.md → 5-referencia/agent-sharding.md} +132 -132
- package/docs/pt/5-referencia/aioson-com-store.md +119 -0
- package/docs/pt/{automacao-squads.md → 5-referencia/automacao-squads.md} +407 -407
- package/docs/pt/{clientes-ai.md → 5-referencia/clientes-ai.md} +300 -286
- package/docs/pt/{comandos-cli.md → 5-referencia/comandos-cli.md} +1823 -1634
- package/docs/pt/5-referencia/compress-agents.md +304 -0
- package/docs/pt/5-referencia/design-docs-governance.md +59 -0
- package/docs/pt/{devlog-pipeline.md → 5-referencia/devlog-pipeline.md} +270 -270
- package/docs/pt/5-referencia/feature-archive.md +199 -0
- package/docs/pt/5-referencia/feature-dossier.md +121 -0
- package/docs/pt/{fluxo-artefatos.md → 5-referencia/fluxo-artefatos.md} +179 -178
- package/docs/pt/{genome-3.0-spec.md → 5-referencia/genome-4.0-spec.md} +407 -296
- package/docs/pt/5-referencia/genome-distribution.md +232 -0
- package/docs/pt/{hooks-session-guard.md → 5-referencia/hooks-session-guard.md} +454 -454
- package/docs/pt/{inteligencia-adaptativa.md → 5-referencia/inteligencia-adaptativa.md} +324 -324
- package/docs/pt/5-referencia/live-sessions.md +144 -0
- package/docs/pt/5-referencia/memoria-e-contexto.md +340 -0
- package/docs/pt/5-referencia/motor-hardening.md +493 -0
- package/docs/pt/{output-strategy-delivery.md → 5-referencia/output-strategy-delivery.md} +655 -655
- package/docs/pt/5-referencia/runner-system.md +113 -0
- package/docs/pt/{runtime-observability.md → 5-referencia/runtime-observability.md} +76 -76
- package/docs/pt/{sandbox.md → 5-referencia/sandbox.md} +125 -125
- package/docs/pt/{sdd-automation-scripts.md → 5-referencia/sdd-automation-scripts.md} +559 -557
- package/docs/pt/5-referencia/sdd-framework.md +115 -0
- package/docs/pt/5-referencia/sdd-planos-e-estrutura.md +321 -0
- package/docs/pt/5-referencia/secure-by-default.md +117 -0
- package/docs/pt/{skills.md → 5-referencia/skills.md} +275 -267
- package/docs/pt/{spec-learnings-pipeline.md → 5-referencia/spec-learnings-pipeline.md} +265 -265
- package/docs/pt/{squad-dashboard.md → 5-referencia/squad-dashboard.md} +373 -373
- package/docs/pt/{web3.md → 5-referencia/web3.md} +797 -797
- package/docs/pt/README.md +111 -116
- package/docs/pt/_arquivo/README.md +130 -0
- package/docs/pt/{advisor-spec.md → _arquivo/advisor-spec.md} +343 -335
- package/docs/pt/{agentes-customizados.md → _arquivo/agentes-customizados.md} +678 -670
- package/docs/pt/{busca-de-contexto.md → _arquivo/busca-de-contexto.md} +136 -129
- package/docs/pt/{cache-de-contexto.md → _arquivo/cache-de-contexto.md} +163 -156
- package/docs/pt/{cenarios.md → _arquivo/cenarios.md} +1282 -1274
- package/docs/pt/{design-hybrid-forge.md → _arquivo/design-hybrid-forge.md} +365 -356
- package/docs/pt/{deyvin.md → _arquivo/deyvin.md} +123 -115
- package/docs/pt/{guia-engineer.md → _arquivo/guia-engineer.md} +234 -226
- package/docs/pt/{inicio-rapido.md → _arquivo/inicio-rapido.md} +261 -250
- package/docs/pt/{memoria-contexto.md → _arquivo/memoria-contexto.md} +262 -255
- package/docs/pt/{monitor-de-contexto.md → _arquivo/monitor-de-contexto.md} +165 -158
- package/docs/pt/{profiler-system.md → _arquivo/profiler-system.md} +222 -214
- package/docs/pt/{recuperacao-de-sessao.md → _arquivo/recuperacao-de-sessao.md} +134 -125
- package/docs/pt/{site-forge.md → _arquivo/site-forge.md} +318 -309
- package/docs/pt/{squad-genome.md → _arquivo/squad-genome.md} +793 -783
- package/docs/pt/active-learning-loop/README.md +117 -0
- package/docs/pt/active-learning-loop/ativo-learning-loop.md +117 -0
- package/docs/pt/active-learning-loop/comandos-cli.md +320 -0
- package/docs/pt/active-learning-loop/como-usar.md +313 -0
- package/docs/pt/active-learning-loop/diagramas.md +225 -0
- package/docs/pt/active-learning-loop/doctor-checks.md +151 -0
- package/docs/pt/active-learning-loop/troubleshooting.md +283 -0
- package/docs/pt/agentes.md +996 -672
- package/docs/pt/deyvin-subtask-scout/README.md +109 -0
- package/docs/pt/deyvin-subtask-scout/comandos-cli.md +248 -0
- package/docs/pt/deyvin-subtask-scout/como-usar.md +221 -0
- package/docs/pt/deyvin-subtask-scout/diagramas.md +124 -0
- package/docs/pt/deyvin-subtask-scout/sub-task-scout.md +113 -0
- package/docs/pt/deyvin-subtask-scout/troubleshooting.md +184 -0
- package/docs/pt/living-memory/README.md +81 -0
- package/docs/pt/living-memory/autonomy-contract.md +206 -0
- package/docs/pt/living-memory/diagramas.md +365 -0
- package/docs/pt/living-memory/memoria-viva.md +141 -0
- package/docs/pt/living-memory/notificacoes-info.md +142 -0
- package/docs/pt/living-memory/reflexao-in-harness.md +218 -0
- package/docs/pt/living-memory/troubleshooting.md +286 -0
- package/docs/testing/genome-2.0-manual-regression.md +23 -23
- package/docs/testing/genome-2.0-matrix.md +36 -36
- package/docs/testing/genome-2.0-rollout.md +184 -184
- package/package.json +51 -50
- package/src/a2a/client.js +165 -165
- package/src/a2a/server.js +223 -223
- package/src/agent-loader.js +280 -280
- package/src/agent-manifests.js +86 -0
- package/src/agents.js +92 -72
- package/src/autonomy-policy.js +163 -0
- package/src/backup-local.js +74 -74
- package/src/backup-provider.js +303 -303
- package/src/brain-query.js +171 -0
- package/src/cli.js +1450 -1099
- package/src/commands/agent-audit.js +397 -397
- package/src/commands/agent-export-skill.js +229 -229
- package/src/commands/agent-loader.js +85 -85
- package/src/commands/agents.js +273 -160
- package/src/commands/artifact-validate.js +218 -189
- package/src/commands/auth.js +298 -0
- package/src/commands/backup-local-cmd.js +25 -25
- package/src/commands/backup.js +533 -533
- package/src/commands/brain-query.js +44 -0
- package/src/commands/brief-gen.js +405 -405
- package/src/commands/brief-validate.js +65 -65
- package/src/commands/briefing.js +344 -0
- package/src/commands/classify.js +256 -256
- package/src/commands/cloud.js +1767 -1767
- package/src/commands/commit-prepare.js +610 -0
- package/src/commands/compress-agents.js +416 -0
- package/src/commands/config.js +90 -90
- package/src/commands/context-cache.js +90 -90
- package/src/commands/context-compact.js +49 -49
- package/src/commands/context-health.js +187 -175
- package/src/commands/context-load.js +219 -0
- package/src/commands/context-monitor.js +163 -163
- package/src/commands/context-pack.js +45 -45
- package/src/commands/context-search.js +66 -66
- package/src/commands/context-trim.js +183 -177
- package/src/commands/context-validate.js +91 -91
- package/src/commands/design-hybrid-options.js +385 -385
- package/src/commands/detect-test-runner.js +55 -55
- package/src/commands/dev-resume.js +32 -0
- package/src/commands/devlog-export-brains.js +27 -27
- package/src/commands/devlog-process.js +294 -292
- package/src/commands/devlog-watch.js +131 -131
- package/src/commands/doctor.js +123 -123
- package/src/commands/dossier-add-research.js +114 -0
- package/src/commands/dossier-audit.js +222 -0
- package/src/commands/dossier.js +423 -0
- package/src/commands/feature-archive.js +513 -0
- package/src/commands/feature-close.js +554 -165
- package/src/commands/gate-approve.js +198 -0
- package/src/commands/gate-check.js +247 -228
- package/src/commands/genome-doctor.js +489 -41
- package/src/commands/genome-migrate.js +49 -49
- package/src/commands/git-guard.js +170 -0
- package/src/commands/harness.js +307 -0
- package/src/commands/health.js +214 -214
- package/src/commands/hooks-emit.js +253 -253
- package/src/commands/hooks-install.js +347 -347
- package/src/commands/i18n-add.js +56 -56
- package/src/commands/implementation-plan.js +367 -340
- package/src/commands/info.js +41 -41
- package/src/commands/init.js +120 -116
- package/src/commands/install.js +162 -107
- package/src/commands/learning-auto-promote.js +197 -195
- package/src/commands/learning-evolve.js +364 -364
- package/src/commands/learning-export.js +103 -103
- package/src/commands/learning-rollback.js +164 -164
- package/src/commands/learning.js +134 -134
- package/src/commands/live.js +2101 -1641
- package/src/commands/locale-apply.js +54 -51
- package/src/commands/locale-diff.js +25 -126
- package/src/commands/mcp-doctor.js +407 -406
- package/src/commands/mcp-init.js +373 -379
- package/src/commands/memory-archive.js +193 -0
- package/src/commands/memory-reflect-commit.js +148 -0
- package/src/commands/memory-reflect-prepare.js +97 -0
- package/src/commands/memory-restore.js +177 -0
- package/src/commands/memory-search.js +135 -0
- package/src/commands/memory.js +299 -0
- package/src/commands/notify.js +68 -0
- package/src/commands/package-e2e.js +273 -273
- package/src/commands/parallel-assign.js +483 -403
- package/src/commands/parallel-doctor.js +850 -437
- package/src/commands/parallel-guard.js +241 -0
- package/src/commands/parallel-init.js +311 -249
- package/src/commands/parallel-merge.js +299 -0
- package/src/commands/parallel-status.js +434 -290
- package/src/commands/pattern-detect.js +33 -33
- package/src/commands/preflight-context.js +30 -30
- package/src/commands/preflight.js +267 -208
- package/src/commands/pulse-update.js +130 -130
- package/src/commands/qa-doctor.js +185 -185
- package/src/commands/qa-init.js +166 -161
- package/src/commands/qa-report.js +58 -58
- package/src/commands/qa-run.js +873 -873
- package/src/commands/qa-scan.js +337 -337
- package/src/commands/recovery.js +43 -43
- package/src/commands/revision.js +235 -0
- package/src/commands/runner-daemon.js +274 -274
- package/src/commands/runner-plan.js +70 -70
- package/src/commands/runner-queue-from-plan.js +166 -166
- package/src/commands/runner-queue.js +189 -189
- package/src/commands/runner-run.js +129 -129
- package/src/commands/runtime.js +2086 -2067
- package/src/commands/sandbox.js +37 -37
- package/src/commands/scaffold-complete.js +188 -0
- package/src/commands/scan-project.js +1371 -1371
- package/src/commands/scout-commit.js +163 -0
- package/src/commands/scout-prep.js +214 -0
- package/src/commands/scout-validate.js +112 -0
- package/src/commands/security-audit.js +275 -0
- package/src/commands/security-scan.js +376 -0
- package/src/commands/self-implement-loop.js +306 -256
- package/src/commands/session-guard.js +218 -218
- package/src/commands/setup-context.js +699 -698
- package/src/commands/setup.js +178 -178
- package/src/commands/sizing.js +165 -165
- package/src/commands/skill.js +670 -670
- package/src/commands/smoke.js +426 -426
- package/src/commands/spec-checkpoint.js +177 -177
- package/src/commands/spec-status.js +79 -79
- package/src/commands/spec-sync.js +190 -190
- package/src/commands/spec-tasks.js +288 -288
- package/src/commands/squad-agent-create.js +830 -788
- package/src/commands/squad-autorun.js +1220 -1220
- package/src/commands/squad-bus.js +217 -217
- package/src/commands/squad-card.js +149 -149
- package/src/commands/squad-daemon.js +343 -343
- package/src/commands/squad-dashboard.js +39 -39
- package/src/commands/squad-dependency-graph.js +164 -164
- package/src/commands/squad-deploy.js +64 -64
- package/src/commands/squad-doctor.js +460 -460
- package/src/commands/squad-export.js +77 -46
- package/src/commands/squad-investigate.js +314 -261
- package/src/commands/squad-learning.js +209 -209
- package/src/commands/squad-mcp.js +270 -270
- package/src/commands/squad-pipeline.js +343 -343
- package/src/commands/squad-plan.js +361 -329
- package/src/commands/squad-processes.js +56 -56
- package/src/commands/squad-recovery.js +42 -42
- package/src/commands/squad-repair-genomes.js +39 -39
- package/src/commands/squad-review.js +106 -106
- package/src/commands/squad-roi.js +291 -291
- package/src/commands/squad-scaffold.js +56 -55
- package/src/commands/squad-score.js +311 -250
- package/src/commands/squad-status.js +481 -460
- package/src/commands/squad-tool-register.js +157 -157
- package/src/commands/squad-validate.js +438 -347
- package/src/commands/squad-webhook.js +160 -160
- package/src/commands/squad-worker.js +191 -191
- package/src/commands/squad-worktrees.js +75 -75
- package/src/commands/state-save.js +122 -122
- package/src/commands/store-genome.js +667 -0
- package/src/commands/store-skill.js +247 -0
- package/src/commands/store-squad.js +431 -0
- package/src/commands/store-system.js +392 -0
- package/src/commands/sync-agents-preflight.js +176 -0
- package/src/commands/test-agents.js +199 -199
- package/src/commands/tool-capabilities.js +63 -0
- package/src/commands/tool-registry-cmd.js +232 -232
- package/src/commands/update.js +64 -64
- package/src/commands/verify-gate.js +612 -572
- package/src/commands/web-map.js +70 -70
- package/src/commands/web-scrape.js +71 -71
- package/src/commands/workflow-execute.js +730 -241
- package/src/commands/workflow-harden.js +231 -0
- package/src/commands/workflow-heal.js +136 -0
- package/src/commands/workflow-next.js +1279 -601
- package/src/commands/workflow-plan.js +108 -108
- package/src/commands/workflow-status.js +440 -250
- package/src/commands/workspace.js +144 -0
- package/src/constants.js +413 -417
- package/src/context-cache.js +159 -159
- package/src/context-memory.js +975 -837
- package/src/context-parse-reason.js +22 -22
- package/src/context-search.js +326 -326
- package/src/context-writer.js +197 -196
- package/src/context.js +247 -217
- package/src/delivery-runner.js +319 -319
- package/src/design-variation-catalog.js +503 -503
- package/src/detector.js +261 -261
- package/src/doctor.js +760 -289
- package/src/dossier/codemap-store.js +267 -0
- package/src/dossier/dossier-bootstrap.js +222 -0
- package/src/dossier/dossier-compact.js +159 -0
- package/src/dossier/lock.js +128 -0
- package/src/dossier/research-index-store.js +233 -0
- package/src/dossier/revision-store.js +313 -0
- package/src/dossier/schema.js +162 -0
- package/src/dossier/scout-section.js +127 -0
- package/src/dossier/store.js +406 -0
- package/src/execution-gateway.js +464 -461
- package/src/friction-scanner.js +202 -0
- package/src/genome-files.js +198 -198
- package/src/genome-format.js +442 -442
- package/src/genome-schema.js +238 -215
- package/src/genomes/bindings.js +281 -281
- package/src/genomes.js +500 -467
- package/src/handoff-contract.js +417 -0
- package/src/handoff-validator.js +45 -0
- package/src/harness/circuit-breaker.js +135 -0
- package/src/i18n/index.js +103 -103
- package/src/i18n/messages/en.js +1541 -1139
- package/src/i18n/messages/es.js +1325 -980
- package/src/i18n/messages/fr.js +1333 -987
- package/src/i18n/messages/pt-BR.js +1561 -1166
- package/src/i18n/scaffold.js +64 -64
- package/src/install-animation.js +260 -260
- package/src/install-profile.js +127 -143
- package/src/install-wizard.js +475 -475
- package/src/installer-config-merge.js +207 -0
- package/src/installer.js +449 -294
- package/src/learning-loop-archive.js +595 -0
- package/src/learning-loop-doctor.js +217 -0
- package/src/learning-loop-engine.js +254 -0
- package/src/learning-loop-fts5.js +132 -0
- package/src/learning-loop-migration.js +163 -0
- package/src/lib/dev-resume.js +140 -0
- package/src/lib/dossier-telemetry.js +36 -0
- package/src/lib/genomes/compat.js +206 -206
- package/src/lib/genomes/migrate.js +90 -90
- package/src/lib/git-commit-guard.js +751 -0
- package/src/lib/health-check.js +158 -158
- package/src/lib/hook-protocol.js +76 -76
- package/src/lib/llm-content-sanitizer.js +44 -0
- package/src/lib/security/artifact-reader.js +167 -0
- package/src/lib/security/exit-codes.js +51 -0
- package/src/lib/security/findings-writer.js +176 -0
- package/src/lib/security/runtime-events.js +77 -0
- package/src/lib/security/secrets-regex.js +115 -0
- package/src/lib/squads/genome-repair.js +49 -49
- package/src/lib/store/security-scan.js +175 -0
- package/src/lib/terminal-checkbox.js +135 -0
- package/src/lib/terminal-picker.js +447 -0
- package/src/lib/tmux-launcher.js +163 -0
- package/src/lib/tool-capabilities.js +102 -0
- package/src/lib/webhook-server.js +328 -328
- package/src/locales.js +88 -84
- package/src/mcp/apps/squad-dashboard/app.js +163 -163
- package/src/mcp/apps/squad-dashboard/index.html +261 -261
- package/src/mcp/apps/squad-dashboard/mcp-manifest.json +23 -23
- package/src/mcp/resources/squad-state.js +130 -130
- package/src/mcp-connectors/registry.js +602 -602
- package/src/memory-reflect-engine.js +359 -0
- package/src/notify-renderer.js +32 -0
- package/src/onboarding.js +305 -305
- package/src/parallel-workspace.js +756 -0
- package/src/parser.js +66 -59
- package/src/path-guard.js +47 -0
- package/src/permissions-generator.js +400 -0
- package/src/preflight-engine.js +654 -443
- package/src/prompt-tool.js +20 -20
- package/src/qa-html-report.js +472 -472
- package/src/recovery-context-session.js +154 -154
- package/src/runner/cascade.js +97 -97
- package/src/runner/cli-launcher.js +109 -109
- package/src/runner/plan-importer.js +63 -63
- package/src/runner/queue-store.js +159 -159
- package/src/runtime-store.js +2720 -2676
- package/src/sandbox.js +194 -177
- package/src/self-healing.js +142 -0
- package/src/session-handoff.js +295 -77
- package/src/squad/agent-teams-adapter.js +270 -264
- package/src/squad/brief-validator.js +350 -350
- package/src/squad/bus-bridge.js +140 -140
- package/src/squad/context-compactor.js +265 -265
- package/src/squad/cross-ai-synthesizer.js +250 -250
- package/src/squad/external-session.js +180 -180
- package/src/squad/hooks-generator.js +196 -196
- package/src/squad/inter-squad-events.js +175 -175
- package/src/squad/inter-squad.js +74 -74
- package/src/squad/intra-bus.js +345 -345
- package/src/squad/learning-extractor.js +213 -213
- package/src/squad/pattern-detector.js +365 -365
- package/src/squad/preflight-context.js +296 -296
- package/src/squad/recovery-context.js +372 -372
- package/src/squad/reflection.js +365 -365
- package/src/squad/squad-scaffold.js +341 -177
- package/src/squad/state-manager.js +310 -310
- package/src/squad/task-decomposer.js +652 -652
- package/src/squad/verify-gate.js +303 -303
- package/src/squad/worktree-manager.js +114 -114
- package/src/squad-daemon.js +490 -490
- package/src/squad-dashboard/api.js +223 -223
- package/src/squad-dashboard/attachment-handler.js +93 -93
- package/src/squad-dashboard/context-monitor.js +157 -157
- package/src/squad-dashboard/execution-logs.js +115 -115
- package/src/squad-dashboard/hunk-review.js +209 -209
- package/src/squad-dashboard/metrics.js +133 -133
- package/src/squad-dashboard/process-monitor.js +125 -125
- package/src/squad-dashboard/renderer.js +858 -858
- package/src/squad-dashboard/server.js +232 -232
- package/src/squad-dashboard/styles.js +525 -525
- package/src/squad-dashboard/token-tracker.js +99 -99
- package/src/squads/apply-genome.js +21 -21
- package/src/squads/genome-binding-service.js +154 -154
- package/src/sub-task-engine.js +415 -0
- package/src/sub-task-schemas.js +150 -0
- package/src/sub-task-state.js +152 -0
- package/src/sub-task-telemetry.js +69 -0
- package/src/test-briefing.js +226 -0
- package/src/tool-executor.js +94 -94
- package/src/updater.js +39 -39
- package/src/utils.js +49 -46
- package/src/version.js +50 -50
- package/src/web.js +284 -284
- package/src/worker-runner.js +541 -524
- package/src/workflow-gates.js +185 -0
- package/template/.aioson/advisors/.gitkeep +1 -1
- package/template/.aioson/agents/analyst.md +333 -372
- package/template/.aioson/agents/architect.md +325 -338
- package/template/.aioson/agents/briefing.md +264 -0
- package/template/.aioson/agents/committer.md +161 -0
- package/template/.aioson/agents/copywriter.md +937 -463
- package/template/.aioson/agents/design-hybrid-forge.md +141 -141
- package/template/.aioson/agents/dev.md +295 -779
- package/template/.aioson/agents/deyvin.md +198 -290
- package/template/.aioson/agents/discover.md +235 -0
- package/template/.aioson/agents/discovery-design-doc.md +56 -264
- package/template/.aioson/agents/genome.md +1904 -314
- package/template/.aioson/agents/manifests/analyst.manifest.json +26 -0
- package/template/.aioson/agents/manifests/architect.manifest.json +23 -0
- package/template/.aioson/agents/manifests/committer.manifest.json +23 -0
- package/template/.aioson/agents/manifests/dev.manifest.json +54 -0
- package/template/.aioson/agents/manifests/deyvin.manifest.json +41 -0
- package/template/.aioson/agents/manifests/orchestrator.manifest.json +30 -0
- package/template/.aioson/agents/manifests/pentester.manifest.json +39 -0
- package/template/.aioson/agents/manifests/pm.manifest.json +26 -0
- package/template/.aioson/agents/manifests/product.manifest.json +23 -0
- package/template/.aioson/agents/manifests/qa.manifest.json +41 -0
- package/template/.aioson/agents/manifests/setup.manifest.json +20 -0
- package/template/.aioson/agents/manifests/ux-ui.manifest.json +24 -0
- package/template/.aioson/agents/neo.md +341 -233
- package/template/.aioson/agents/orache.md +430 -434
- package/template/.aioson/agents/orchestrator.md +274 -364
- package/template/.aioson/agents/pair.md +5 -5
- package/template/.aioson/agents/pentester.md +289 -0
- package/template/.aioson/agents/pm.md +141 -194
- package/template/.aioson/agents/product.md +351 -518
- package/template/.aioson/agents/profiler-enricher.md +331 -280
- package/template/.aioson/agents/profiler-forge.md +212 -202
- package/template/.aioson/agents/profiler-researcher.md +282 -259
- package/template/.aioson/agents/qa.md +432 -688
- package/template/.aioson/agents/setup.md +423 -649
- package/template/.aioson/agents/sheldon.md +259 -829
- package/template/.aioson/agents/site-forge.md +281 -1753
- package/template/.aioson/agents/squad.md +160 -2027
- package/template/.aioson/agents/tester.md +536 -463
- package/template/.aioson/agents/ux-ui.md +195 -870
- package/template/.aioson/agents/validator.md +101 -0
- package/template/.aioson/brains/README.md +132 -128
- package/template/.aioson/brains/_archived/.gitkeep +0 -0
- package/template/.aioson/brains/_index.json +34 -16
- package/template/.aioson/brains/dev/patterns.brain.json +79 -0
- package/template/.aioson/brains/scripts/query.js +107 -103
- package/template/.aioson/brains/sheldon/architecture-decisions.brain.json +79 -0
- package/template/.aioson/brains/site-forge/visual-patterns.brain.json +205 -205
- package/template/.aioson/config/autonomy-protocol.json +125 -0
- package/template/.aioson/config/learning-loop.json +10 -0
- package/template/.aioson/config/scout-engine.json +1 -0
- package/template/.aioson/config.md +410 -382
- package/template/.aioson/constitution.md +36 -33
- package/template/.aioson/context/_archived/.gitkeep +0 -0
- package/template/.aioson/context/design-doc.md +136 -0
- package/template/.aioson/context/project-map.md +57 -0
- package/template/.aioson/context/project-pulse.md +34 -34
- package/template/.aioson/context/seeds/seed-example.md +27 -27
- package/template/.aioson/context/spec.md.template +54 -54
- package/template/.aioson/context/user-profile.md +42 -42
- package/template/.aioson/design-docs/code-reuse.md +48 -0
- package/template/.aioson/design-docs/componentization.md +47 -0
- package/template/.aioson/design-docs/file-size.md +52 -0
- package/template/.aioson/design-docs/folder-structure.md +51 -0
- package/template/.aioson/design-docs/naming.md +54 -0
- package/template/.aioson/docs/LAYERS.md +89 -79
- package/template/.aioson/docs/README.md +76 -76
- package/template/.aioson/docs/autonomy-protocol.md +80 -0
- package/template/.aioson/docs/briefing/briefing-craft.md +237 -0
- package/template/.aioson/docs/dev/execution-discipline.md +106 -0
- package/template/.aioson/docs/dev/stack-conventions.md +83 -0
- package/template/.aioson/docs/deyvin/continuity-recovery.md +57 -0
- package/template/.aioson/docs/deyvin/debugging-escalation.md +30 -0
- package/template/.aioson/docs/deyvin/pair-execution.md +44 -0
- package/template/.aioson/docs/deyvin/runtime-handoffs.md +36 -0
- package/template/.aioson/docs/example-external-api-context.md +72 -72
- package/template/.aioson/docs/pentester/app-playbooks.md +206 -0
- package/template/.aioson/docs/pentester/llm-supplychain.md +165 -0
- package/template/.aioson/docs/product/conversation-playbook.md +116 -0
- package/template/.aioson/docs/product/prd-contract.md +107 -0
- package/template/.aioson/docs/product/quality-lens.md +57 -0
- package/template/.aioson/docs/product/research-loop.md +65 -0
- package/template/.aioson/docs/sheldon/enrichment-paths.md +134 -0
- package/template/.aioson/docs/sheldon/harness-contract.md +118 -0
- package/template/.aioson/docs/sheldon/quality-lens.md +57 -0
- package/template/.aioson/docs/sheldon/research-loop.md +56 -0
- package/template/.aioson/docs/sheldon/web-intelligence.md +75 -0
- package/template/.aioson/docs/site-forge-build.md +195 -0
- package/template/.aioson/docs/site-forge-extraction.md +135 -0
- package/template/.aioson/docs/site-forge-qa.md +155 -0
- package/template/.aioson/docs/site-forge-recon.md +434 -0
- package/template/.aioson/docs/site-forge-transform.md +249 -0
- package/template/.aioson/docs/squad/content-output.md +91 -0
- package/template/.aioson/docs/squad/creation-flow.md +149 -0
- package/template/.aioson/docs/squad/domain-breadth.md +322 -0
- package/template/.aioson/docs/squad/domain-classification.md +117 -0
- package/template/.aioson/docs/squad/genome-bindings.md +47 -0
- package/template/.aioson/docs/squad/package-contract.md +260 -0
- package/template/.aioson/docs/squad/quality-lens.md +60 -0
- package/template/.aioson/docs/squad/research-loop.md +59 -0
- package/template/.aioson/docs/squad/session-operations.md +117 -0
- package/template/.aioson/docs/squad/workflow-quality.md +165 -0
- package/template/.aioson/docs/tester/coverage-quality.md +351 -0
- package/template/.aioson/docs/ux-ui/accessibility-audit.md +55 -0
- package/template/.aioson/docs/ux-ui/audit-mode.md +86 -0
- package/template/.aioson/docs/ux-ui/component-map.md +35 -0
- package/template/.aioson/docs/ux-ui/design-execution.md +111 -0
- package/template/.aioson/docs/ux-ui/design-gate.md +27 -0
- package/template/.aioson/docs/ux-ui/research-mode.md +39 -0
- package/template/.aioson/docs/ux-ui/site-delivery.md +156 -0
- package/template/.aioson/docs/ux-ui/token-contract.md +57 -0
- package/template/.aioson/genomes/INDEX.md +195 -0
- package/template/.aioson/genomes/copywriting/SKILL.md +137 -0
- package/template/.aioson/genomes/copywriting/manifest.json +140 -0
- package/template/.aioson/genomes/copywriting/references/application-notes.md +145 -0
- package/template/.aioson/genomes/copywriting/references/decision-weights.md +45 -0
- package/template/.aioson/genomes/copywriting/references/frameworks/5-act-narrative.md +184 -0
- package/template/.aioson/genomes/copywriting/references/frameworks/classical-formulas.md +164 -0
- package/template/.aioson/genomes/copywriting/references/frameworks/offer-stack.md +195 -0
- package/template/.aioson/genomes/copywriting/references/frameworks/one-belief.md +135 -0
- package/template/.aioson/genomes/copywriting/references/frameworks/pms-research.md +211 -0
- package/template/.aioson/genomes/copywriting/references/frameworks/two-paths-close.md +190 -0
- package/template/.aioson/genomes/copywriting/references/heuristics.md +114 -0
- package/template/.aioson/genomes/copywriting/references/meta-axioms.md +68 -0
- package/template/.aioson/genomes/copywriting/references/methodology.md +115 -0
- package/template/.aioson/genomes/copywriting-brunson/SKILL.md +133 -0
- package/template/.aioson/genomes/copywriting-brunson/manifest.json +152 -0
- package/template/.aioson/genomes/copywriting-brunson/references/application-notes.md +113 -0
- package/template/.aioson/genomes/copywriting-brunson/references/decision-weights.md +33 -0
- package/template/.aioson/genomes/copywriting-brunson/references/evidence-and-attribution.md +81 -0
- package/template/.aioson/genomes/copywriting-brunson/references/frameworks/6-part-structure.md +136 -0
- package/template/.aioson/genomes/copywriting-brunson/references/frameworks/origin-story.md +121 -0
- package/template/.aioson/genomes/copywriting-brunson/references/frameworks/perfect-webinar-script.md +139 -0
- package/template/.aioson/genomes/copywriting-brunson/references/frameworks/persuasive-storytelling-5-structures.md +164 -0
- package/template/.aioson/genomes/copywriting-brunson/references/frameworks/value-stack.md +136 -0
- package/template/.aioson/genomes/copywriting-brunson/references/frameworks/who-what-why-how.md +110 -0
- package/template/.aioson/genomes/copywriting-brunson/references/meta-axioms.md +36 -0
- package/template/.aioson/genomes/copywriting-brunson/references/methodology.md +112 -0
- package/template/.aioson/git-guard.json +12 -0
- package/template/.aioson/mcp/servers.md +23 -24
- package/template/.aioson/profiler-reports/.gitkeep +1 -1
- package/template/.aioson/rules/README.md +69 -69
- package/template/.aioson/rules/_archived/.gitkeep +0 -0
- package/template/.aioson/rules/agent-language-policy.md +93 -0
- package/template/.aioson/rules/aioson-context-boundary.md +63 -0
- package/template/.aioson/rules/canonical-path-contract.md +47 -0
- package/template/.aioson/rules/data-format-convention.md +74 -136
- package/template/.aioson/rules/disk-first-artifacts.md +44 -0
- package/template/.aioson/rules/example-monetary-values.md +30 -30
- package/template/.aioson/rules/output-brevity.md +44 -0
- package/template/.aioson/rules/prd-section-ownership.md +49 -0
- package/template/.aioson/rules/security-baseline.md +139 -0
- package/template/.aioson/rules/spec-level-ownership.md +61 -0
- package/template/.aioson/rules/squad/README.md +50 -50
- package/template/.aioson/rules/squad-driver-pattern.md +81 -0
- package/template/.aioson/schemas/content-blueprint.schema.json +30 -30
- package/template/.aioson/schemas/genome-meta.schema.json +150 -150
- package/template/.aioson/schemas/genome.schema.json +115 -115
- package/template/.aioson/schemas/readiness.schema.json +27 -27
- package/template/.aioson/schemas/squad-blueprint.schema.json +228 -204
- package/template/.aioson/schemas/squad-manifest.schema.json +874 -830
- package/template/.aioson/skills/design/aurora-command-ui/SKILL.md +243 -243
- package/template/.aioson/skills/design/aurora-command-ui/references/art-direction.md +293 -293
- package/template/.aioson/skills/design/aurora-command-ui/references/components.md +827 -827
- package/template/.aioson/skills/design/aurora-command-ui/references/dashboards.md +250 -250
- package/template/.aioson/skills/design/aurora-command-ui/references/design-tokens.md +585 -585
- package/template/.aioson/skills/design/aurora-command-ui/references/motion.md +365 -365
- package/template/.aioson/skills/design/aurora-command-ui/references/patterns.md +482 -482
- package/template/.aioson/skills/design/aurora-command-ui/references/websites.md +387 -387
- package/template/.aioson/skills/design/bold-editorial-ui/SKILL.md +205 -205
- package/template/.aioson/skills/design/bold-editorial-ui/references/art-direction.md +338 -338
- package/template/.aioson/skills/design/bold-editorial-ui/references/components.md +977 -977
- package/template/.aioson/skills/design/bold-editorial-ui/references/dashboards.md +218 -218
- package/template/.aioson/skills/design/bold-editorial-ui/references/design-tokens.md +326 -326
- package/template/.aioson/skills/design/bold-editorial-ui/references/motion.md +461 -461
- package/template/.aioson/skills/design/bold-editorial-ui/references/patterns.md +293 -293
- package/template/.aioson/skills/design/bold-editorial-ui/references/websites.md +352 -352
- package/template/.aioson/skills/design/clean-saas-ui/SKILL.md +210 -210
- package/template/.aioson/skills/design/clean-saas-ui/references/art-direction.md +319 -319
- package/template/.aioson/skills/design/clean-saas-ui/references/components.md +365 -365
- package/template/.aioson/skills/design/clean-saas-ui/references/dashboards.md +196 -196
- package/template/.aioson/skills/design/clean-saas-ui/references/design-tokens.md +244 -244
- package/template/.aioson/skills/design/clean-saas-ui/references/motion.md +235 -235
- package/template/.aioson/skills/design/clean-saas-ui/references/patterns.md +215 -215
- package/template/.aioson/skills/design/clean-saas-ui/references/websites.md +295 -295
- package/template/.aioson/skills/design/cognitive-core-ui/SKILL.md +203 -203
- package/template/.aioson/skills/design/cognitive-core-ui/references/art-direction.md +339 -339
- package/template/.aioson/skills/design/cognitive-core-ui/references/components.md +407 -407
- package/template/.aioson/skills/design/cognitive-core-ui/references/dashboards.md +272 -272
- package/template/.aioson/skills/design/cognitive-core-ui/references/design-tokens.md +524 -524
- package/template/.aioson/skills/design/cognitive-core-ui/references/motion.md +279 -279
- package/template/.aioson/skills/design/cognitive-core-ui/references/patterns.md +289 -289
- package/template/.aioson/skills/design/cognitive-core-ui/references/websites.md +437 -437
- package/template/.aioson/skills/design/glassmorphism-ui/SKILL.md +222 -222
- package/template/.aioson/skills/design/glassmorphism-ui/references/art-direction.md +159 -159
- package/template/.aioson/skills/design/glassmorphism-ui/references/components.md +498 -498
- package/template/.aioson/skills/design/glassmorphism-ui/references/dashboards.md +236 -236
- package/template/.aioson/skills/design/glassmorphism-ui/references/design-tokens.md +274 -274
- package/template/.aioson/skills/design/glassmorphism-ui/references/motion.md +355 -355
- package/template/.aioson/skills/design/glassmorphism-ui/references/patterns.md +198 -198
- package/template/.aioson/skills/design/glassmorphism-ui/references/websites.md +307 -307
- package/template/.aioson/skills/design/interface-design/SKILL.md +47 -47
- package/template/.aioson/skills/design/interface-design/references/components-and-states.md +105 -105
- package/template/.aioson/skills/design/interface-design/references/design-directions.md +101 -101
- package/template/.aioson/skills/design/interface-design/references/handoff-and-quality.md +71 -71
- package/template/.aioson/skills/design/interface-design/references/intent-and-domain.md +74 -74
- package/template/.aioson/skills/design/interface-design/references/tokens-and-depth.md +173 -173
- package/template/.aioson/skills/design/neo-brutalist-ui/SKILL.md +213 -213
- package/template/.aioson/skills/design/neo-brutalist-ui/references/art-direction.md +228 -228
- package/template/.aioson/skills/design/neo-brutalist-ui/references/components.md +855 -855
- package/template/.aioson/skills/design/neo-brutalist-ui/references/dashboards.md +334 -334
- package/template/.aioson/skills/design/neo-brutalist-ui/references/design-tokens.md +342 -342
- package/template/.aioson/skills/design/neo-brutalist-ui/references/motion.md +286 -286
- package/template/.aioson/skills/design/neo-brutalist-ui/references/patterns.md +458 -458
- package/template/.aioson/skills/design/neo-brutalist-ui/references/websites.md +723 -723
- package/template/.aioson/skills/design/premium-command-center-ui/SKILL.md +62 -62
- package/template/.aioson/skills/design/premium-command-center-ui/references/operations.md +74 -74
- package/template/.aioson/skills/design/premium-command-center-ui/references/patterns.md +116 -116
- package/template/.aioson/skills/design/premium-command-center-ui/references/validation.md +47 -47
- package/template/.aioson/skills/design/premium-command-center-ui/references/visual-system.md +215 -215
- package/template/.aioson/skills/design/pt.squarespace.com/.skill-meta.json +31 -31
- package/template/.aioson/skills/design/pt.squarespace.com/SKILL.md +66 -66
- package/template/.aioson/skills/design/pt.squarespace.com/references/components.md +368 -368
- package/template/.aioson/skills/design/pt.squarespace.com/references/design-tokens.md +150 -150
- package/template/.aioson/skills/design/pt.squarespace.com/references/motion.md +270 -270
- package/template/.aioson/skills/design/pt.squarespace.com/references/patterns.md +189 -189
- package/template/.aioson/skills/design/pt.squarespace.com/references/websites.md +165 -165
- package/template/.aioson/skills/design/warm-craft-ui/SKILL.md +209 -209
- package/template/.aioson/skills/design/warm-craft-ui/references/art-direction.md +324 -324
- package/template/.aioson/skills/design/warm-craft-ui/references/components.md +508 -508
- package/template/.aioson/skills/design/warm-craft-ui/references/dashboards.md +223 -223
- package/template/.aioson/skills/design/warm-craft-ui/references/design-tokens.md +374 -374
- package/template/.aioson/skills/design/warm-craft-ui/references/motion.md +356 -356
- package/template/.aioson/skills/design/warm-craft-ui/references/patterns.md +288 -288
- package/template/.aioson/skills/design/warm-craft-ui/references/websites.md +289 -289
- package/template/.aioson/skills/design-system/SKILL.md +92 -92
- package/template/.aioson/skills/design-system/components/SKILL.md +274 -274
- package/template/.aioson/skills/design-system/dashboards/SKILL.md +184 -184
- package/template/.aioson/skills/design-system/foundations/SKILL.md +250 -250
- package/template/.aioson/skills/design-system/motion/SKILL.md +197 -197
- package/template/.aioson/skills/design-system/patterns/SKILL.md +231 -231
- package/template/.aioson/skills/dynamic/README.md +30 -30
- package/template/.aioson/skills/dynamic/cardano-docs.md +16 -16
- package/template/.aioson/skills/dynamic/ethereum-docs.md +17 -17
- package/template/.aioson/skills/dynamic/flux-ui-docs.md +13 -13
- package/template/.aioson/skills/dynamic/laravel-docs.md +41 -41
- package/template/.aioson/skills/dynamic/npm-packages.md +16 -16
- package/template/.aioson/skills/dynamic/solana-docs.md +16 -16
- package/template/.aioson/skills/marketing/references/anti-patterns.md +254 -254
- package/template/.aioson/skills/marketing/references/cta-matrix.md +361 -0
- package/template/.aioson/skills/marketing/references/fascinations.md +192 -192
- package/template/.aioson/skills/marketing/references/five-acts.md +248 -248
- package/template/.aioson/skills/marketing/references/headline-matrix.md +358 -0
- package/template/.aioson/skills/marketing/references/market-intelligence.md +198 -198
- package/template/.aioson/skills/marketing/references/offer-structure.md +203 -203
- package/template/.aioson/skills/marketing/references/one-belief.md +149 -149
- package/template/.aioson/skills/marketing/references/patterns.md +218 -218
- package/template/.aioson/skills/marketing/references/platform-constraints.md +337 -0
- package/template/.aioson/skills/marketing/references/pms-research.md +193 -193
- package/template/.aioson/skills/marketing/vsl-craft.md +385 -385
- package/template/.aioson/skills/premium-visual-design/SKILL.md +83 -83
- package/template/.aioson/skills/premium-visual-design/components/agent-badge.md +92 -92
- package/template/.aioson/skills/premium-visual-design/components/dependency-node.md +102 -102
- package/template/.aioson/skills/premium-visual-design/components/mention-autocomplete.md +136 -136
- package/template/.aioson/skills/premium-visual-design/components/notification-center.md +136 -136
- package/template/.aioson/skills/premium-visual-design/components/review-action-bar.md +188 -188
- package/template/.aioson/skills/premium-visual-design/components/team-switcher.md +131 -131
- package/template/.aioson/skills/premium-visual-design/patterns/agent-message-thread.md +198 -198
- package/template/.aioson/skills/premium-visual-design/patterns/notification-panel.md +275 -275
- package/template/.aioson/skills/premium-visual-design/patterns/review-workflow-ui.md +234 -234
- package/template/.aioson/skills/premium-visual-design/patterns/task-dependency-graph.md +147 -147
- package/template/.aioson/skills/premium-visual-design/tokens/status-extended.md +142 -142
- package/template/.aioson/skills/process/aioson-spec-driven/SKILL.md +46 -46
- package/template/.aioson/skills/process/aioson-spec-driven/references/analyst.md +30 -30
- package/template/.aioson/skills/process/aioson-spec-driven/references/approval-gates.md +109 -109
- package/template/.aioson/skills/process/aioson-spec-driven/references/architect.md +23 -23
- package/template/.aioson/skills/process/aioson-spec-driven/references/artifact-map.md +44 -44
- package/template/.aioson/skills/process/aioson-spec-driven/references/classification-map.md +37 -37
- package/template/.aioson/skills/process/aioson-spec-driven/references/dev.md +47 -47
- package/template/.aioson/skills/process/aioson-spec-driven/references/deyvin.md +27 -27
- package/template/.aioson/skills/process/aioson-spec-driven/references/hardening-lane.md +49 -49
- package/template/.aioson/skills/process/aioson-spec-driven/references/maintenance-and-state.md +101 -101
- package/template/.aioson/skills/process/aioson-spec-driven/references/pm.md +30 -0
- package/template/.aioson/skills/process/aioson-spec-driven/references/product.md +25 -25
- package/template/.aioson/skills/process/aioson-spec-driven/references/qa.md +30 -30
- package/template/.aioson/skills/process/aioson-spec-driven/references/sheldon.md +25 -25
- package/template/.aioson/skills/process/aioson-spec-driven/references/ui-language.md +75 -75
- package/template/.aioson/skills/process/design-hybrid-forge/SKILL.md +147 -147
- package/template/.aioson/skills/process/design-hybrid-forge/references/crossover-protocol.md +221 -221
- package/template/.aioson/skills/process/design-hybrid-forge/references/naming-registry.md +88 -88
- package/template/.aioson/skills/process/design-hybrid-forge/references/output-contract.md +306 -306
- package/template/.aioson/skills/process/design-hybrid-forge/references/pair-compatibility.md +149 -149
- package/template/.aioson/skills/process/design-hybrid-forge/references/quality-gates.md +208 -208
- package/template/.aioson/skills/process/design-hybrid-forge/references/variation-library.md +125 -125
- package/template/.aioson/skills/process/secure-tdd/SKILL.md +97 -0
- package/template/.aioson/skills/process/simplify/SKILL.md +173 -173
- package/template/.aioson/skills/references/premium-command-center-ui/master-application-prompt.md +79 -79
- package/template/.aioson/skills/references/premium-command-center-ui/operational-ux-playbook.md +253 -253
- package/template/.aioson/skills/references/premium-command-center-ui/quality-validation-checklist.md +82 -82
- package/template/.aioson/skills/references/premium-command-center-ui/visual-system-and-component-patterns.md +270 -270
- package/template/.aioson/skills/squad/SKILL.md +58 -58
- package/template/.aioson/skills/squad/formats/catalog.json +15 -15
- package/template/.aioson/skills/squad/formats/content/blog-post.md +47 -47
- package/template/.aioson/skills/squad/formats/content/newsletter.md +47 -47
- package/template/.aioson/skills/squad/formats/creative/podcast-script.md +43 -43
- package/template/.aioson/skills/squad/formats/creative/video-script.md +41 -41
- package/template/.aioson/skills/squad/formats/social/instagram-feed.md +42 -42
- package/template/.aioson/skills/squad/formats/social/linkedin-post.md +42 -42
- package/template/.aioson/skills/squad/formats/social/tiktok.md +39 -39
- package/template/.aioson/skills/squad/formats/social/twitter-thread.md +39 -39
- package/template/.aioson/skills/squad/formats/social/youtube-long.md +47 -47
- package/template/.aioson/skills/squad/formats/social/youtube-shorts.md +39 -39
- package/template/.aioson/skills/squad/patterns/multi-platform-pattern.md +108 -108
- package/template/.aioson/skills/squad/patterns/persona-based-pattern.md +98 -98
- package/template/.aioson/skills/squad/patterns/pipeline-pattern.md +106 -106
- package/template/.aioson/skills/squad/patterns/review-loop-pattern.md +81 -81
- package/template/.aioson/skills/squad/references/checklist-templates.md +122 -122
- package/template/.aioson/skills/squad/references/executor-archetypes.md +123 -123
- package/template/.aioson/skills/squad/references/workflow-templates.md +169 -169
- package/template/.aioson/skills/static/context-budget-guide.md +46 -46
- package/template/.aioson/skills/static/debugging-protocol.md +42 -42
- package/template/.aioson/skills/static/django-patterns.md +342 -342
- package/template/.aioson/skills/static/fastapi-patterns.md +344 -344
- package/template/.aioson/skills/static/filament-patterns.md +267 -267
- package/template/.aioson/skills/static/flux-ui-components.md +262 -262
- package/template/.aioson/skills/static/git-conventions.md +227 -227
- package/template/.aioson/skills/static/git-worktrees.md +36 -36
- package/template/.aioson/skills/static/harness-sensors.md +74 -74
- package/template/.aioson/skills/static/harness-validate/SKILL.md +46 -0
- package/template/.aioson/skills/static/jetstream-setup.md +200 -200
- package/template/.aioson/skills/static/landing-page-deploy.md +192 -192
- package/template/.aioson/skills/static/landing-page-forge.md +730 -730
- package/template/.aioson/skills/static/laravel-conventions.md +491 -491
- package/template/.aioson/skills/static/multi-agent-patterns.md +43 -43
- package/template/.aioson/skills/static/nextjs-patterns.md +321 -321
- package/template/.aioson/skills/static/node-express-patterns.md +317 -317
- package/template/.aioson/skills/static/node-typescript-patterns.md +282 -282
- package/template/.aioson/skills/static/rails-conventions.md +307 -307
- package/template/.aioson/skills/static/react-motion-patterns.md +599 -599
- package/template/.aioson/skills/static/static-html-patterns/checklists.md +43 -43
- package/template/.aioson/skills/static/static-html-patterns/css-tokens.md +609 -609
- package/template/.aioson/skills/static/static-html-patterns/motion.md +193 -193
- package/template/.aioson/skills/static/static-html-patterns/premium.md +711 -711
- package/template/.aioson/skills/static/static-html-patterns/structure.md +209 -209
- package/template/.aioson/skills/static/static-html-patterns/utilities.md +190 -190
- package/template/.aioson/skills/static/static-html-patterns.md +80 -80
- package/template/.aioson/skills/static/tall-stack-patterns.md +286 -286
- package/template/.aioson/skills/static/threejs-patterns.md +929 -929
- package/template/.aioson/skills/static/ui-ux-modern.md +76 -76
- package/template/.aioson/skills/static/web-research-cache.md +115 -112
- package/template/.aioson/skills/static/web3-cardano-patterns.md +337 -337
- package/template/.aioson/skills/static/web3-ethereum-patterns.md +310 -310
- package/template/.aioson/skills/static/web3-security-checklist.md +284 -284
- package/template/.aioson/skills/static/web3-solana-patterns.md +324 -324
- package/template/.aioson/squads/memory.md +5 -5
- package/template/.aioson/tasks/implementation-plan.md +327 -327
- package/template/.aioson/tasks/squad-analyze.md +83 -83
- package/template/.aioson/tasks/squad-create.md +148 -121
- package/template/.aioson/tasks/squad-design.md +206 -158
- package/template/.aioson/tasks/squad-execution-plan.md +279 -279
- package/template/.aioson/tasks/squad-export.md +20 -20
- package/template/.aioson/tasks/squad-extend.md +68 -68
- package/template/.aioson/tasks/squad-investigate.md +57 -44
- package/template/.aioson/tasks/squad-learning-review.md +44 -44
- package/template/.aioson/tasks/squad-output-config.md +177 -177
- package/template/.aioson/tasks/squad-pipeline.md +122 -122
- package/template/.aioson/tasks/squad-profile.md +48 -48
- package/template/.aioson/tasks/squad-refresh.md +236 -0
- package/template/.aioson/tasks/squad-repair.md +85 -85
- package/template/.aioson/tasks/squad-review.md +61 -61
- package/template/.aioson/tasks/squad-task-decompose.md +66 -66
- package/template/.aioson/tasks/squad-validate.md +58 -58
- package/template/.aioson/templates/reflect-prompts/current-state.md +36 -0
- package/template/.aioson/templates/reflect-prompts/how-it-works.md +23 -0
- package/template/.aioson/templates/reflect-prompts/what-it-does.md +21 -0
- package/template/.aioson/templates/squads/content-basic/template.json +21 -21
- package/template/.aioson/templates/squads/digital-marketing-agency/template.json +96 -96
- package/template/.aioson/templates/squads/media-channel/template.json +24 -24
- package/template/.aioson/templates/squads/research-analysis/template.json +22 -22
- package/template/.aioson/templates/squads/software-delivery/template.json +21 -21
- package/template/.claude/commands/aioson/agent/analyst.md +5 -5
- package/template/.claude/commands/aioson/agent/architect.md +5 -5
- package/template/.claude/commands/aioson/agent/briefing.md +5 -0
- package/template/.claude/commands/aioson/agent/committer.md +5 -0
- package/template/.claude/commands/aioson/agent/copywriter.md +5 -0
- package/template/.claude/commands/aioson/agent/design-hybrid-forge.md +5 -5
- package/template/.claude/commands/aioson/agent/dev.md +5 -5
- package/template/.claude/commands/aioson/agent/deyvin.md +5 -5
- package/template/.claude/commands/aioson/agent/discover.md +5 -0
- package/template/.claude/commands/aioson/agent/discovery-design-doc.md +5 -5
- package/template/.claude/commands/aioson/agent/genome.md +5 -5
- package/template/.claude/commands/aioson/agent/neo.md +5 -5
- package/template/.claude/commands/aioson/agent/orache.md +5 -5
- package/template/.claude/commands/aioson/agent/orchestrator.md +5 -5
- package/template/.claude/commands/aioson/agent/pair.md +5 -0
- package/template/.claude/commands/aioson/agent/pentester.md +5 -0
- package/template/.claude/commands/aioson/agent/pm.md +5 -5
- package/template/.claude/commands/aioson/agent/product.md +5 -5
- package/template/.claude/commands/aioson/agent/profiler-enricher.md +5 -5
- package/template/.claude/commands/aioson/agent/profiler-forge.md +5 -5
- package/template/.claude/commands/aioson/agent/profiler-researcher.md +5 -5
- package/template/.claude/commands/aioson/agent/qa.md +5 -5
- package/template/.claude/commands/aioson/agent/setup.md +5 -5
- package/template/.claude/commands/aioson/agent/sheldon.md +5 -5
- package/template/.claude/commands/aioson/agent/site-forge.md +5 -5
- package/template/.claude/commands/aioson/agent/squad.md +5 -5
- package/template/.claude/commands/aioson/agent/tester.md +5 -5
- package/template/.claude/commands/aioson/agent/ux-ui.md +5 -5
- package/template/.claude/commands/aioson/agent/validator.md +5 -0
- package/template/.gemini/GEMINI.md +13 -13
- package/template/.gemini/commands/aios-analyst.toml +7 -4
- package/template/.gemini/commands/aios-architect.toml +8 -7
- package/template/.gemini/commands/aios-committer.toml +7 -0
- package/template/.gemini/commands/aios-copywriter.toml +7 -0
- package/template/.gemini/commands/aios-cypher.toml +7 -0
- package/template/.gemini/commands/aios-dev.toml +9 -8
- package/template/.gemini/commands/aios-deyvin.toml +7 -6
- package/template/.gemini/commands/aios-discover.toml +6 -0
- package/template/.gemini/commands/aios-discovery-design-doc.toml +7 -4
- package/template/.gemini/commands/aios-genome.toml +7 -0
- package/template/.gemini/commands/aios-neo.toml +6 -4
- package/template/.gemini/commands/aios-orache.toml +7 -0
- package/template/.gemini/commands/aios-orchestrator.toml +9 -8
- package/template/.gemini/commands/aios-pair.toml +7 -6
- package/template/.gemini/commands/aios-pm.toml +9 -8
- package/template/.gemini/commands/aios-product.toml +6 -4
- package/template/.gemini/commands/aios-qa.toml +7 -6
- package/template/.gemini/commands/aios-setup.toml +6 -3
- package/template/.gemini/commands/aios-sheldon.toml +7 -0
- package/template/.gemini/commands/aios-site-forge.toml +7 -0
- package/template/.gemini/commands/aios-squad.toml +7 -0
- package/template/.gemini/commands/aios-tester.toml +7 -6
- package/template/.gemini/commands/aios-ux-ui.toml +9 -8
- package/template/.gemini/commands/aios-validator.toml +7 -0
- package/template/AGENTS.md +184 -172
- package/template/CLAUDE.md +98 -93
- package/template/OPENCODE.md +35 -34
- package/template/aioson-models.json +40 -40
- package/docs/en/i18n.md +0 -52
- package/docs/en/schemas/parallel-status.schema.json +0 -94
- package/template/.aioson/genomes/copywriting.md +0 -204
- package/template/.aioson/locales/en/agents/analyst.md +0 -244
- package/template/.aioson/locales/en/agents/architect.md +0 -245
- package/template/.aioson/locales/en/agents/dev.md +0 -397
- package/template/.aioson/locales/en/agents/deyvin.md +0 -137
- package/template/.aioson/locales/en/agents/discovery-design-doc.md +0 -27
- package/template/.aioson/locales/en/agents/genome.md +0 -212
- package/template/.aioson/locales/en/agents/neo.md +0 -8
- package/template/.aioson/locales/en/agents/orache.md +0 -6
- package/template/.aioson/locales/en/agents/orchestrator.md +0 -189
- package/template/.aioson/locales/en/agents/pair.md +0 -5
- package/template/.aioson/locales/en/agents/pm.md +0 -84
- package/template/.aioson/locales/en/agents/product.md +0 -378
- package/template/.aioson/locales/en/agents/profiler-enricher.md +0 -5
- package/template/.aioson/locales/en/agents/profiler-forge.md +0 -5
- package/template/.aioson/locales/en/agents/profiler-researcher.md +0 -5
- package/template/.aioson/locales/en/agents/qa.md +0 -270
- package/template/.aioson/locales/en/agents/setup.md +0 -421
- package/template/.aioson/locales/en/agents/sheldon.md +0 -455
- package/template/.aioson/locales/en/agents/squad.md +0 -449
- package/template/.aioson/locales/en/agents/tester.md +0 -6
- package/template/.aioson/locales/en/agents/ux-ui.md +0 -668
- package/template/.aioson/locales/es/agents/analyst.md +0 -225
- package/template/.aioson/locales/es/agents/architect.md +0 -245
- package/template/.aioson/locales/es/agents/dev.md +0 -370
- package/template/.aioson/locales/es/agents/deyvin.md +0 -99
- package/template/.aioson/locales/es/agents/discovery-design-doc.md +0 -21
- package/template/.aioson/locales/es/agents/genome.md +0 -104
- package/template/.aioson/locales/es/agents/neo.md +0 -50
- package/template/.aioson/locales/es/agents/orache.md +0 -105
- package/template/.aioson/locales/es/agents/orchestrator.md +0 -194
- package/template/.aioson/locales/es/agents/pair.md +0 -7
- package/template/.aioson/locales/es/agents/pm.md +0 -90
- package/template/.aioson/locales/es/agents/product.md +0 -372
- package/template/.aioson/locales/es/agents/profiler-enricher.md +0 -7
- package/template/.aioson/locales/es/agents/profiler-forge.md +0 -7
- package/template/.aioson/locales/es/agents/profiler-researcher.md +0 -7
- package/template/.aioson/locales/es/agents/qa.md +0 -198
- package/template/.aioson/locales/es/agents/setup.md +0 -405
- package/template/.aioson/locales/es/agents/sheldon.md +0 -309
- package/template/.aioson/locales/es/agents/squad.md +0 -532
- package/template/.aioson/locales/es/agents/tester.md +0 -9
- package/template/.aioson/locales/es/agents/ux-ui.md +0 -212
- package/template/.aioson/locales/fr/agents/analyst.md +0 -225
- package/template/.aioson/locales/fr/agents/architect.md +0 -245
- package/template/.aioson/locales/fr/agents/dev.md +0 -370
- package/template/.aioson/locales/fr/agents/deyvin.md +0 -99
- package/template/.aioson/locales/fr/agents/discovery-design-doc.md +0 -21
- package/template/.aioson/locales/fr/agents/genome.md +0 -104
- package/template/.aioson/locales/fr/agents/neo.md +0 -50
- package/template/.aioson/locales/fr/agents/orache.md +0 -106
- package/template/.aioson/locales/fr/agents/orchestrator.md +0 -194
- package/template/.aioson/locales/fr/agents/pair.md +0 -7
- package/template/.aioson/locales/fr/agents/pm.md +0 -90
- package/template/.aioson/locales/fr/agents/product.md +0 -372
- package/template/.aioson/locales/fr/agents/profiler-enricher.md +0 -7
- package/template/.aioson/locales/fr/agents/profiler-forge.md +0 -7
- package/template/.aioson/locales/fr/agents/profiler-researcher.md +0 -7
- package/template/.aioson/locales/fr/agents/qa.md +0 -198
- package/template/.aioson/locales/fr/agents/setup.md +0 -405
- package/template/.aioson/locales/fr/agents/sheldon.md +0 -309
- package/template/.aioson/locales/fr/agents/squad.md +0 -532
- package/template/.aioson/locales/fr/agents/tester.md +0 -9
- package/template/.aioson/locales/fr/agents/ux-ui.md +0 -212
- package/template/.aioson/locales/pt-BR/agents/analyst.md +0 -319
- package/template/.aioson/locales/pt-BR/agents/architect.md +0 -284
- package/template/.aioson/locales/pt-BR/agents/dev.md +0 -483
- package/template/.aioson/locales/pt-BR/agents/deyvin.md +0 -184
- package/template/.aioson/locales/pt-BR/agents/discovery-design-doc.md +0 -198
- package/template/.aioson/locales/pt-BR/agents/genome.md +0 -297
- package/template/.aioson/locales/pt-BR/agents/neo.md +0 -208
- package/template/.aioson/locales/pt-BR/agents/orache.md +0 -137
- package/template/.aioson/locales/pt-BR/agents/orchestrator.md +0 -324
- package/template/.aioson/locales/pt-BR/agents/pair.md +0 -5
- package/template/.aioson/locales/pt-BR/agents/pm.md +0 -182
- package/template/.aioson/locales/pt-BR/agents/product.md +0 -466
- package/template/.aioson/locales/pt-BR/agents/profiler-enricher.md +0 -5
- package/template/.aioson/locales/pt-BR/agents/profiler-forge.md +0 -5
- package/template/.aioson/locales/pt-BR/agents/profiler-researcher.md +0 -5
- package/template/.aioson/locales/pt-BR/agents/qa.md +0 -300
- package/template/.aioson/locales/pt-BR/agents/setup.md +0 -533
- package/template/.aioson/locales/pt-BR/agents/sheldon.md +0 -323
- package/template/.aioson/locales/pt-BR/agents/squad.md +0 -1330
- package/template/.aioson/locales/pt-BR/agents/tester.md +0 -449
- package/template/.aioson/locales/pt-BR/agents/ux-ui.md +0 -669
package/src/i18n/messages/en.js
CHANGED
|
@@ -1,1139 +1,1541 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
module.exports = {
|
|
4
|
-
cli: {
|
|
5
|
-
title: 'AIOSON CLI',
|
|
6
|
-
title_line: '{title}\n',
|
|
7
|
-
usage: 'Usage:',
|
|
8
|
-
help_item_line: ' {text}',
|
|
9
|
-
help_init:
|
|
10
|
-
'aioson init <project-name> [--force] [--dry-run] [--all] [--lang
|
|
11
|
-
help_install:
|
|
12
|
-
'aioson install [path] [--force] [--dry-run] [--lang
|
|
13
|
-
help_setup:
|
|
14
|
-
'aioson setup [path] [--defaults] [--framework=<name>] [--lang
|
|
15
|
-
help_update: 'aioson update [path] [--dry-run] [--lang
|
|
16
|
-
help_info: 'aioson info [path] [--json] [--locale=en]',
|
|
17
|
-
help_doctor: 'aioson doctor [path] [--fix] [--dry-run] [--json] [--locale=en]',
|
|
18
|
-
help_i18n_add: 'aioson i18n:add <locale> [--force] [--dry-run] [--locale=en]',
|
|
19
|
-
help_agents: 'aioson agents [path] [--lang
|
|
20
|
-
help_agent_prompt:
|
|
21
|
-
'aioson agent:prompt <agent> [path] [--tool=codex|claude|gemini|opencode] [--lang
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
'aioson
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
'
|
|
32
|
-
|
|
33
|
-
'
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
'
|
|
46
|
-
|
|
47
|
-
'
|
|
48
|
-
|
|
49
|
-
'
|
|
50
|
-
|
|
51
|
-
'
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
'
|
|
56
|
-
|
|
57
|
-
'
|
|
58
|
-
|
|
59
|
-
'
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
'
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
'
|
|
68
|
-
|
|
69
|
-
'
|
|
70
|
-
|
|
71
|
-
'
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
'aioson
|
|
76
|
-
|
|
77
|
-
'aioson
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
'aioson
|
|
94
|
-
|
|
95
|
-
'aioson
|
|
96
|
-
|
|
97
|
-
'aioson
|
|
98
|
-
|
|
99
|
-
'aioson
|
|
100
|
-
|
|
101
|
-
'aioson
|
|
102
|
-
|
|
103
|
-
'aioson
|
|
104
|
-
|
|
105
|
-
'aioson
|
|
106
|
-
|
|
107
|
-
'aioson
|
|
108
|
-
|
|
109
|
-
'aioson
|
|
110
|
-
|
|
111
|
-
'aioson
|
|
112
|
-
|
|
113
|
-
'aioson
|
|
114
|
-
|
|
115
|
-
'aioson
|
|
116
|
-
|
|
117
|
-
'aioson
|
|
118
|
-
|
|
119
|
-
'aioson
|
|
120
|
-
|
|
121
|
-
'aioson
|
|
122
|
-
|
|
123
|
-
'aioson
|
|
124
|
-
|
|
125
|
-
'aioson
|
|
126
|
-
|
|
127
|
-
'aioson
|
|
128
|
-
|
|
129
|
-
'aioson
|
|
130
|
-
|
|
131
|
-
'aioson
|
|
132
|
-
|
|
133
|
-
'aioson
|
|
134
|
-
|
|
135
|
-
'aioson
|
|
136
|
-
|
|
137
|
-
'aioson
|
|
138
|
-
|
|
139
|
-
'aioson
|
|
140
|
-
|
|
141
|
-
'aioson
|
|
142
|
-
|
|
143
|
-
'aioson
|
|
144
|
-
|
|
145
|
-
'aioson
|
|
146
|
-
|
|
147
|
-
'aioson
|
|
148
|
-
|
|
149
|
-
'aioson
|
|
150
|
-
|
|
151
|
-
'aioson
|
|
152
|
-
|
|
153
|
-
'aioson
|
|
154
|
-
|
|
155
|
-
'aioson
|
|
156
|
-
|
|
157
|
-
'aioson
|
|
158
|
-
|
|
159
|
-
'aioson
|
|
160
|
-
|
|
161
|
-
'aioson
|
|
162
|
-
|
|
163
|
-
'aioson
|
|
164
|
-
|
|
165
|
-
'aioson
|
|
166
|
-
|
|
167
|
-
'aioson
|
|
168
|
-
|
|
169
|
-
'aioson
|
|
170
|
-
|
|
171
|
-
'aioson
|
|
172
|
-
|
|
173
|
-
'
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
'
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
'
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
},
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
'
|
|
440
|
-
|
|
441
|
-
'
|
|
442
|
-
|
|
443
|
-
'
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
},
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
'
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
'
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
'
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
'
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
applied: '
|
|
611
|
-
dry_run_applied: '[dry-run]
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
},
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
},
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
},
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
}
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
module.exports = {
|
|
4
|
+
cli: {
|
|
5
|
+
title: 'AIOSON CLI',
|
|
6
|
+
title_line: '{title}\n',
|
|
7
|
+
usage: 'Usage:',
|
|
8
|
+
help_item_line: ' {text}',
|
|
9
|
+
help_init:
|
|
10
|
+
'aioson init <project-name> [--force] [--dry-run] [--all] [--lang=<bcp47-tag>] [--tool=codex|claude|gemini|opencode] [--locale=en]',
|
|
11
|
+
help_install:
|
|
12
|
+
'aioson install [path] [--force] [--dry-run] [--lang=<bcp47-tag>] [--tool=codex|claude|gemini|opencode] [--locale=en]',
|
|
13
|
+
help_setup:
|
|
14
|
+
'aioson setup [path] [--defaults] [--framework=<name>] [--lang=<bcp47-tag>] [--project-name=<name>] [--force] [--dry-run] [--tool=codex|claude|gemini|opencode] [--locale=en]',
|
|
15
|
+
help_update: 'aioson update [path] [--dry-run] [--lang=<bcp47-tag>] [--locale=en]',
|
|
16
|
+
help_info: 'aioson info [path] [--json] [--locale=en]',
|
|
17
|
+
help_doctor: 'aioson doctor [path] [--fix] [--dry-run] [--json] [--locale=en]',
|
|
18
|
+
help_i18n_add: 'aioson i18n:add <locale> [--force] [--dry-run] [--locale=en]',
|
|
19
|
+
help_agents: 'aioson agents [path] [--lang=<bcp47-tag>] [--locale=en]',
|
|
20
|
+
help_agent_prompt:
|
|
21
|
+
'aioson agent:prompt <agent> [path] [--tool=codex|claude|gemini|opencode] [--lang=<bcp47-tag>] [--locale=en]',
|
|
22
|
+
help_agent_invoke:
|
|
23
|
+
'aioson agent:invoke <agent> [path] [--tool=codex|claude|gemini|opencode] [--mode=framework_target|app_target] [--feature=<slug>] [--scope=<area>] [--lang=<bcp47-tag>] [--locale=en]',
|
|
24
|
+
help_context_validate: 'aioson context:validate [path] [--json] [--locale=en]',
|
|
25
|
+
help_context_pack:
|
|
26
|
+
'aioson context:pack [path] [--agent=<agent>] [--goal=<text>] [--module=<module-or-folder>] [--max-files=8] [--json] [--locale=en]',
|
|
27
|
+
help_context_load:
|
|
28
|
+
'aioson context:load [path] --target=<rule|brain>:<slug> --agent=<name> [--batch="slug1,slug2"] [--feature=<slug>] [--classification=<MICRO|SMALL|MEDIUM>] [--verbose] [--json] [--locale=en]',
|
|
29
|
+
context_load: {
|
|
30
|
+
target_required: 'context:load requires --target=<rule|brain>:<slug>.',
|
|
31
|
+
agent_required: 'context:load requires --agent=<name>.',
|
|
32
|
+
target_invalid: 'context:load invalid --target value: {target}. Expected rule:<slug> or brain:<slug>.',
|
|
33
|
+
success: 'context:load emitted {count} event(s) for agent {agent}.'
|
|
34
|
+
},
|
|
35
|
+
help_memory_status: 'aioson memory:status [path] [--json] [--locale=en]',
|
|
36
|
+
help_memory_summary: 'aioson memory:summary [path] [--last=5] [--json] [--locale=en]',
|
|
37
|
+
help_memory_search:
|
|
38
|
+
'aioson memory:search "<query>" [path] [--limit=5] [--surface=rules|learnings|all] [--include-archived] [--json] [--locale=en]',
|
|
39
|
+
help_memory_archive:
|
|
40
|
+
'aioson memory:archive [path] --id=<rule|learning|brain>:<slug> --reason="<text>" [--feature=<slug>] [--dry-run] [--json] [--locale=en]',
|
|
41
|
+
help_memory_restore:
|
|
42
|
+
'aioson memory:restore [path] --id=<rule|learning|brain>:<slug> [--reason="<text>"] [--feature=<slug>] [--dry-run] [--json] [--locale=en]',
|
|
43
|
+
memory_archive: {
|
|
44
|
+
id_required: 'memory:archive requires --id=<rule|learning|brain>:<slug>.',
|
|
45
|
+
reason_required: 'memory:archive requires --reason="<text>".',
|
|
46
|
+
invalid_id: 'memory:archive invalid --id value: "{value}". Expected rule|learning|brain:<slug>.',
|
|
47
|
+
hook_blocked: 'memory:archive cannot be invoked from a runtime hook (BR-ALL-01: tier-2 requires human action).',
|
|
48
|
+
target_not_found: 'memory:archive: {kind} "{slug}" not found in active state.',
|
|
49
|
+
already_archived: 'memory:archive: "{path}" already archived. No-op.',
|
|
50
|
+
notify_template: 'archiving {kind} "{slug}": {reason}',
|
|
51
|
+
dry_run_summary: 'memory:archive [dry-run]: would move {source} → {dest} (active entry: {has_active}).',
|
|
52
|
+
archived_success: 'memory:archive ✓ {kind} "{slug}" archived to {dest}.'
|
|
53
|
+
},
|
|
54
|
+
memory_restore: {
|
|
55
|
+
id_required: 'memory:restore requires --id=<rule|learning|brain>:<slug>.',
|
|
56
|
+
invalid_id: 'memory:restore invalid --id value: "{value}". Expected rule|learning|brain:<slug>.',
|
|
57
|
+
hook_blocked: 'memory:restore cannot be invoked from a runtime hook (BR-ALL-01: tier-2 requires human action).',
|
|
58
|
+
target_not_archived: 'memory:restore: {kind} "{slug}" not found in archive.',
|
|
59
|
+
target_already_active: 'memory:restore: {kind} "{slug}" already active. No-op.',
|
|
60
|
+
target_not_found: 'memory:restore: {kind} "{slug}" not found.',
|
|
61
|
+
notify_template: 'restoring {kind} "{slug}": {reason}',
|
|
62
|
+
dry_run_summary: 'memory:restore [dry-run]: would move {source} → {dest}.',
|
|
63
|
+
restored_success: 'memory:restore ✓ {kind} "{slug}" restored to {dest}.'
|
|
64
|
+
},
|
|
65
|
+
memory_search: {
|
|
66
|
+
query_empty: 'memory:search requires a non-empty query string.',
|
|
67
|
+
query_too_long: 'memory:search query exceeds {max} characters.',
|
|
68
|
+
query_unparseable: 'memory:search query "{value}" reduces to empty after sanitization (only operator characters / quotes).',
|
|
69
|
+
invalid_surface: 'memory:search invalid --surface value: {value}. Expected rules, learnings, or all.',
|
|
70
|
+
no_results: 'No matches for "{query}".',
|
|
71
|
+
results_header: 'Top {count} hits for "{query}":',
|
|
72
|
+
snippet_truncated: 'Snippet truncated.'
|
|
73
|
+
},
|
|
74
|
+
help_brain_query:
|
|
75
|
+
'aioson brain:query [path] [--tags=<csv>] [--agent=<agent>] [--min-quality=4] [--format=compact|json|ids] [--json] [--locale=en]',
|
|
76
|
+
help_setup_context:
|
|
77
|
+
'aioson setup:context [path] [--defaults] [--project-type=web_app|api|site|script|dapp|desktop_app] [--framework=<name>] [--backend=<name>] [--frontend=<name>] [--database=<name>] [--auth=<name>] [--uiux=<name>] [--language=<bcp47-tag>] [--web3-enabled=true|false] [--locale=en]',
|
|
78
|
+
help_locale_apply: 'aioson locale:apply [path] [--lang=<bcp47-tag>] [--dry-run] [--locale=en]',
|
|
79
|
+
help_locale_diff: 'aioson locale:diff [agent] [--lang=<bcp47-tag>] [--json] [--locale=en]',
|
|
80
|
+
help_test_agents: 'aioson test:agents [--json] [--locale=en]',
|
|
81
|
+
help_test_smoke:
|
|
82
|
+
'aioson test:smoke [workspace-path] [--lang=<bcp47-tag>] [--web3=ethereum|solana|cardano] [--profile=standard|mixed|parallel] [--keep] [--json] [--locale=en]',
|
|
83
|
+
help_test_package:
|
|
84
|
+
'aioson test:package [source-path] [--keep] [--dry-run] [--json] [--locale=en]',
|
|
85
|
+
help_dossier_init:
|
|
86
|
+
'aioson dossier:init [path] --slug=<feature-slug> [--classification=MICRO|SMALL|MEDIUM] [--json] [--locale=en]',
|
|
87
|
+
help_dossier_show:
|
|
88
|
+
'aioson dossier:show [path] --slug=<feature-slug> [--json] [--locale=en]',
|
|
89
|
+
dossier_created: 'Dossier created at {path} (classification={classification}).',
|
|
90
|
+
dossier_already_exists: 'Dossier already exists at {path}. Aborting (atomic init, no --force).',
|
|
91
|
+
dossier_not_found: 'Dossier not found for slug "{slug}" (expected at {path}).',
|
|
92
|
+
help_workflow_plan:
|
|
93
|
+
'aioson workflow:plan [path] [--classification=MICRO|SMALL|MEDIUM] [--json] [--locale=en]',
|
|
94
|
+
help_workflow_next:
|
|
95
|
+
'aioson workflow:next [path] [--complete[=<agent>]] [--agent=<agent>] [--skip=<agent>] [--status] [--suggest] [--tool=codex|claude|gemini|opencode] [--json] [--locale=en]',
|
|
96
|
+
help_workflow_status:
|
|
97
|
+
'aioson workflow:status [path] [--suggest] [--tool=codex|claude|gemini|opencode] [--json] [--locale=en]',
|
|
98
|
+
help_workflow_execute:
|
|
99
|
+
'aioson workflow:execute [path] [--steps=<n>] [--dry-run] [--lane=<n>] [--json] [--locale=en]',
|
|
100
|
+
help_parallel_init:
|
|
101
|
+
'aioson parallel:init [path] [--workers=2..6] [--force] [--dry-run] [--json] [--locale=en]',
|
|
102
|
+
help_parallel_doctor:
|
|
103
|
+
'aioson parallel:doctor [path] [--workers=2..6] [--fix] [--force] [--dry-run] [--json] [--locale=en]',
|
|
104
|
+
help_parallel_assign:
|
|
105
|
+
'aioson parallel:assign [path] [--source=auto|prd|architecture|discovery|<file>] [--workers=2..6] [--force] [--dry-run] [--json] [--locale=en]',
|
|
106
|
+
help_parallel_status:
|
|
107
|
+
'aioson parallel:status [path] [--json] [--locale=en]',
|
|
108
|
+
help_parallel_merge:
|
|
109
|
+
'aioson parallel:merge [path] [--apply] [--json] [--locale=en]',
|
|
110
|
+
help_parallel_guard:
|
|
111
|
+
'aioson parallel:guard [path] --lane=<n> --paths=<path[,path2]> [--json] [--locale=en]',
|
|
112
|
+
help_mcp_init:
|
|
113
|
+
'aioson mcp:init [path] [--tool=claude|codex|gemini|opencode] [--dry-run] [--json] [--locale=en]',
|
|
114
|
+
help_mcp_doctor:
|
|
115
|
+
'aioson mcp:doctor [path] [--strict-env] [--json] [--locale=en]',
|
|
116
|
+
help_qa_doctor:
|
|
117
|
+
'aioson qa:doctor [path] [--json] [--locale=en]',
|
|
118
|
+
help_qa_init:
|
|
119
|
+
'aioson qa:init [path] [--url=<app-url>] [--dry-run] [--json] [--locale=en]',
|
|
120
|
+
help_qa_run:
|
|
121
|
+
'aioson qa:run [path] [--url=<app-url>] [--persona=naive|hacker|power|mobile] [--headed] [--html] [--json] [--locale=en]',
|
|
122
|
+
help_qa_scan:
|
|
123
|
+
'aioson qa:scan [path] [--url=<app-url>] [--depth=3] [--max-pages=50] [--headed] [--html] [--json] [--locale=en]',
|
|
124
|
+
help_qa_report:
|
|
125
|
+
'aioson qa:report [path] [--html] [--json] [--locale=en]',
|
|
126
|
+
help_harness_init:
|
|
127
|
+
'aioson harness:init [path] --slug=<slug> [--mode=BALANCED|URGENT|ECONOMICAL] [--locale=en]',
|
|
128
|
+
help_harness_validate:
|
|
129
|
+
'aioson harness:validate [path] --slug=<slug> [--artifact=<path>] [--locale=en]',
|
|
130
|
+
help_web_map:
|
|
131
|
+
'aioson web:map [path] --url=<url> [--depth=<N>] [--max-pages=<N>] [--include-external] [--json] [--locale=en]',
|
|
132
|
+
help_web_scrape:
|
|
133
|
+
'aioson web:scrape [path] --url=<url> [--format=markdown|text|html|links] [--json] [--locale=en]',
|
|
134
|
+
help_scan_project:
|
|
135
|
+
'aioson scan:project [path] --folder=<path[,path2]> [--summary-mode=titles|summaries|raw] [--context-mode=merge|rewrite] [--with-llm] [--provider=<name>] [--llm-model=<name>] [--dry-run] [--json] [--locale=en]',
|
|
136
|
+
help_config:
|
|
137
|
+
'aioson config <set KEY=value|show|get KEY> [--json] [--locale=en]',
|
|
138
|
+
help_genome_doctor:
|
|
139
|
+
'aioson genome:doctor <file> [--json] [--locale=en]',
|
|
140
|
+
help_genome_migrate:
|
|
141
|
+
'aioson genome:migrate <file-or-dir> [--write] [--no-backup] [--json] [--locale=en]',
|
|
142
|
+
help_squad_status:
|
|
143
|
+
'aioson squad:status [path] [--json] [--locale=en]',
|
|
144
|
+
help_squad_doctor:
|
|
145
|
+
'aioson squad:doctor [path] [--squad=<slug>] [--stale-minutes=5] [--json] [--locale=en]',
|
|
146
|
+
help_squad_repair_genomes:
|
|
147
|
+
'aioson squad:repair-genomes <manifest.json> [--write] [--no-backup] [--json] [--locale=en]',
|
|
148
|
+
help_squad_validate:
|
|
149
|
+
'aioson squad:validate [path] --squad=<slug> [--locale=en]',
|
|
150
|
+
help_squad_export:
|
|
151
|
+
'aioson squad:export [path] --squad=<slug> [--locale=en]',
|
|
152
|
+
help_squad_pipeline:
|
|
153
|
+
'aioson squad:pipeline [path] [--sub=list|show|status] [--pipeline=<slug>] [--locale=en]',
|
|
154
|
+
help_squad_agent_create:
|
|
155
|
+
'aioson squad:agent-create [path] --name=<name> [--scope=my-agents|squad] [--squad=<slug>] [--type=agent|assistant|clone|worker] [--tier=0|1|2|3] [--disc=<profile>] [--mission=<text>] [--domain=<text>] [--specialist=<name>] [--with-infra] [--locale=en]',
|
|
156
|
+
help_squad_investigate:
|
|
157
|
+
'aioson squad:investigate [path] [--sub=list|show|score|link|register] [--investigation=<slug>] [--squad=<slug>] [--locale=en]',
|
|
158
|
+
help_plan:
|
|
159
|
+
'aioson plan [path] [--sub=show|status|checkpoint|stale|register] [--feature=<slug>] [--phase=<N>] [--locale=en]',
|
|
160
|
+
help_squad_plan:
|
|
161
|
+
'aioson squad:plan [path] [--sub=show|status|checkpoint|stale|register] [--squad=<slug>] [--round=<N>] [--locale=en]',
|
|
162
|
+
help_squad_learning:
|
|
163
|
+
'aioson squad:learning [path] [--sub=list|stats|archive|promote|export] [--squad=<slug>] [--status=<status>] [--locale=en]',
|
|
164
|
+
help_squad_dashboard:
|
|
165
|
+
'aioson squad:dashboard [path] [--port=4180] [--squad=<slug>] [--locale=en]',
|
|
166
|
+
help_squad_worker:
|
|
167
|
+
'aioson squad:worker [path] [--sub=list|run|test|logs|scaffold] [--squad=<slug>] [--worker=<slug>] [--input=<json>] [--locale=en]',
|
|
168
|
+
help_squad_daemon:
|
|
169
|
+
'aioson squad:daemon [path] [--sub=start|status|stop|logs] [--squad=<slug>] [--port=<N>] [--locale=en]',
|
|
170
|
+
help_squad_mcp:
|
|
171
|
+
'aioson squad:mcp [path] [--sub=status|connectors|configure|test] [--squad=<slug>] [--mcp=<slug>] [--connector=<id>]',
|
|
172
|
+
help_squad_roi:
|
|
173
|
+
'aioson squad:roi [path] [--sub=config|metric|report|export] [--squad=<slug>] [--key=<metric>] [--value=<N>]',
|
|
174
|
+
help_squad_score:
|
|
175
|
+
'aioson squad:score [path] --squad=<slug> [--locale=en]',
|
|
176
|
+
help_commit_prepare:
|
|
177
|
+
'aioson commit:prepare [path] [--staged-only] [--agent-safe] [--mode=guarded|trusted|headless] [--json] [--locale=en]',
|
|
178
|
+
help_learning:
|
|
179
|
+
'aioson learning [path] [--sub=list|stats|promote] [--status=<status>] [--id=<learning-id>] [--locale=en]',
|
|
180
|
+
help_runtime_init:
|
|
181
|
+
'aioson runtime:init [path] [--json] [--locale=en]',
|
|
182
|
+
help_runtime_ingest:
|
|
183
|
+
'aioson runtime:ingest [path] [--squad=<slug>] [--agent=<name>] [--session=<key>] [--task=<key>] [--json] [--locale=en]',
|
|
184
|
+
help_runtime_task_start:
|
|
185
|
+
'aioson runtime:task:start [path] --title=<text> [--squad=<slug>] [--session=<key>] [--goal=<text>] [--by=<agent>] [--task=<key>] [--json] [--locale=en]',
|
|
186
|
+
help_runtime_start:
|
|
187
|
+
'aioson runtime:start [path] --agent=<name> [--squad=<slug>] [--session=<key>] [--title=<text>] [--run=<key>] [--json] [--locale=en]',
|
|
188
|
+
help_runtime_update:
|
|
189
|
+
'aioson runtime:update [path] --run=<key> [--message=<text>] [--summary=<text>] [--output=<path>] [--json] [--locale=en]',
|
|
190
|
+
help_runtime_task_finish:
|
|
191
|
+
'aioson runtime:task:finish [path] --task=<key> [--goal=<text>] [--json] [--locale=en]',
|
|
192
|
+
help_runtime_finish:
|
|
193
|
+
'aioson runtime:finish [path] --run=<key> [--summary=<text>] [--output=<path>] [--json] [--locale=en]',
|
|
194
|
+
help_runtime_task_fail:
|
|
195
|
+
'aioson runtime:task:fail [path] --task=<key> [--goal=<text>] [--json] [--locale=en]',
|
|
196
|
+
help_runtime_fail:
|
|
197
|
+
'aioson runtime:fail [path] --run=<key> [--message=<text>] [--summary=<text>] [--output=<path>] [--json] [--locale=en]',
|
|
198
|
+
help_runtime_status:
|
|
199
|
+
'aioson runtime:status [path] [--json] [--locale=en]',
|
|
200
|
+
help_runtime_log:
|
|
201
|
+
'aioson runtime:log [path] --agent=<name> --message=<text> [--type=<event>] [--finish] [--status=completed|failed] [--summary=<text>] [--title=<task-title>] [--json] [--locale=en]',
|
|
202
|
+
help_runtime_session_start:
|
|
203
|
+
'aioson runtime:session:start [path] --agent=<name> [--title=<text>] [--message=<text>] [--session=<key>] [--json] [--locale=en]',
|
|
204
|
+
help_runtime_session_log:
|
|
205
|
+
'aioson runtime:session:log [path] --agent=<name> --message=<text> [--type=<event>] [--title=<text>] [--json] [--locale=en]',
|
|
206
|
+
help_runtime_session_finish:
|
|
207
|
+
'aioson runtime:session:finish [path] --agent=<name> [--message=<text>] [--summary=<text>] [--status=completed|failed] [--json] [--locale=en]',
|
|
208
|
+
help_runtime_session_status:
|
|
209
|
+
'aioson runtime:session:status [path] --agent=<name> [--limit=8] [--watch=2] [--json] [--locale=en]',
|
|
210
|
+
help_runtime_emit:
|
|
211
|
+
'aioson runtime:emit [path] --agent=<name> [--type=<event>] [--summary=<text>] [--title=<text>] [--refs=<file[,file2]>] [--plan-step=<id>] [--meta=<json>] [--json] [--locale=en]',
|
|
212
|
+
help_live_start:
|
|
213
|
+
'aioson live:start [path] --tool=codex|claude|gemini|opencode --agent=<name> [--tool-bin=<binary>] [--tool-args=<args>] [--title=<text>] [--goal=<text>] [--plan=<file>] [--session=<key>] [--message=<text>] [--attach] [--no-launch] [--tmux] [--json] [--locale=en]',
|
|
214
|
+
help_live_status:
|
|
215
|
+
'aioson live:status [path] [--agent=<name>] [--limit=8] [--watch=2] [--format=compact|tmux-bar] [--json] [--locale=en]',
|
|
216
|
+
help_live_handoff:
|
|
217
|
+
'aioson live:handoff [path] --agent=<name> --to=<name> [--reason=<text>] [--summary=<text>] [--message=<text>] [--json] [--locale=en]',
|
|
218
|
+
help_live_close:
|
|
219
|
+
'aioson live:close [path] [--agent=<name>] [--summary=<text>] [--message=<text>] [--status=completed|failed] [--json] [--locale=en]',
|
|
220
|
+
help_live_list:
|
|
221
|
+
'aioson live:list [path] [--json] [--locale=en]',
|
|
222
|
+
help_scaffold_complete:
|
|
223
|
+
'aioson scaffold:complete [path] --slug=<slug> [--manifest=<path>] [--scaffold-path=<path>] [--session=<key>] [--agent=<name>] [--json] [--locale=en]',
|
|
224
|
+
help_runtime_backup:
|
|
225
|
+
'aioson runtime:backup [path] [--tables=tasks,runs,...] [--force] [--dry-run] [--json] [--locale=en]',
|
|
226
|
+
help_runtime_restore:
|
|
227
|
+
'aioson runtime:restore [path] [--tables=tasks,runs,...] [--dry-run] [--json] [--locale=en]',
|
|
228
|
+
help_skill_install:
|
|
229
|
+
'aioson skill:install [path] --slug=<name> [--from=npm|cloud|./path] [--force] [--json] [--locale=en]',
|
|
230
|
+
help_skill_list:
|
|
231
|
+
'aioson skill:list [path] [--json] [--locale=en]',
|
|
232
|
+
help_skill_remove:
|
|
233
|
+
'aioson skill:remove [path] --slug=<name> [--json] [--locale=en]',
|
|
234
|
+
help_design_hybrid_options:
|
|
235
|
+
'aioson design-hybrid:options [path] [--advanced] [--json] [--locale=en]',
|
|
236
|
+
help_cloud_import_squad:
|
|
237
|
+
'aioson cloud:import:squad [path] --url=<snapshot-url> [--force] [--snapshots-only] [--dry-run] [--json] [--locale=en]',
|
|
238
|
+
help_cloud_import_genome:
|
|
239
|
+
'aioson cloud:import:genome [path] --url=<snapshot-url> [--force] [--snapshots-only] [--dry-run] [--json] [--locale=en]',
|
|
240
|
+
help_cloud_publish_squad:
|
|
241
|
+
'aioson cloud:publish:squad [path] --slug=<slug> --resource-version=<version> [--url=<publish-url>|--base-url=<site>] [--title=<text>] [--summary=<text>] [--compatibility-min=<version>] [--compatibility-max=<version>] [--linked-genome-version=<version>] [--dry-run] [--json] [--locale=en]',
|
|
242
|
+
help_cloud_publish_genome:
|
|
243
|
+
'aioson cloud:publish:genome [path] --slug=<slug> --resource-version=<version> [--url=<publish-url>|--base-url=<site>] [--title=<text>] [--summary=<text>] [--source-kind=LOCAL|AIOSLITE|IMPORTED|REMOTE_PROVIDER] [--dry-run] [--json] [--locale=en]',
|
|
244
|
+
help_auth_login:
|
|
245
|
+
'aioson auth:login --token=<token> [--locale=en]',
|
|
246
|
+
help_auth_logout:
|
|
247
|
+
'aioson auth:logout [--locale=en]',
|
|
248
|
+
help_auth_status:
|
|
249
|
+
'aioson auth:status [--locale=en]',
|
|
250
|
+
help_workspace_init:
|
|
251
|
+
'aioson workspace:init [path] [--name=<slug>] [--force] [--locale=en]',
|
|
252
|
+
help_workspace_status:
|
|
253
|
+
'aioson workspace:status [path] [--locale=en]',
|
|
254
|
+
help_workspace_open:
|
|
255
|
+
'aioson workspace:open [path] [--locale=en]',
|
|
256
|
+
help_genome_publish:
|
|
257
|
+
'aioson genome:publish [path] --slug=<slug> [--private] [--paid] [--dry-run] [--locale=en]',
|
|
258
|
+
help_genome_install:
|
|
259
|
+
'aioson genome:install <slug-or-code> [path] [--force] [--locale=en]',
|
|
260
|
+
help_genome_list:
|
|
261
|
+
'aioson genome:list [path] [--locale=en]',
|
|
262
|
+
help_genome_remove:
|
|
263
|
+
'aioson genome:remove --slug=<slug> [path] [--force] [--locale=en]',
|
|
264
|
+
help_genome_install_store:
|
|
265
|
+
'aioson genome:install:store [path] <code-or-slug> [--slug=<slug>] [--force] [--locale=en]',
|
|
266
|
+
help_skill_publish:
|
|
267
|
+
'aioson skill:publish [path] --slug=<slug> [--private] [--paid] [--dry-run] [--locale=en]',
|
|
268
|
+
help_squad_list:
|
|
269
|
+
'aioson squad:list [path] [--remote] [--locale=en]',
|
|
270
|
+
help_squad_publish:
|
|
271
|
+
'aioson squad:publish [path] --slug=<slug> [--bundle-skills=a,b] [--bundle-genomes=a,b] [--version=<semver>] [--private] [--paid] [--dry-run] [--locale=en]',
|
|
272
|
+
help_squad_install:
|
|
273
|
+
'aioson squad:install [path] <code-or-slug> [--email=<email>] [--force] [--locale=en]',
|
|
274
|
+
help_squad_grant:
|
|
275
|
+
'aioson squad:grant <code> <email> [--locale=en]',
|
|
276
|
+
dashboard_moved:
|
|
277
|
+
'The `{command}` CLI flow was removed. The AIOSON dashboard is now installed separately. Open the dashboard app on your computer, create or add a project, and select the folder that already contains `.aioson/`.',
|
|
278
|
+
dashboard_moved_line: '{message}\n',
|
|
279
|
+
unknown_command: 'Unknown command: {command}',
|
|
280
|
+
unknown_command_line: '{message}\n',
|
|
281
|
+
error_prefix: 'Error: {message}'
|
|
282
|
+
},
|
|
283
|
+
cloud: {
|
|
284
|
+
project_missing: 'Project directory not found: {path}',
|
|
285
|
+
url_required: 'Provide --url with the squad snapshot JSON endpoint.',
|
|
286
|
+
import_squad_dry_run: 'Dry run: squad {slug}@{version} ready for cloud import.',
|
|
287
|
+
import_squad_done: 'Imported squad snapshot {slug}@{version}.',
|
|
288
|
+
import_genome_dry_run: 'Dry run: genome {slug}@{version} ready for cloud import.',
|
|
289
|
+
import_genome_done: 'Imported genome snapshot {slug}@{version}.',
|
|
290
|
+
publish_squad_dry_run: 'Dry run: squad {slug}@{version} ready for cloud publish.',
|
|
291
|
+
publish_squad_done: 'Published squad {slug}@{version} to the cloud.',
|
|
292
|
+
publish_genome_dry_run: 'Dry run: genome {slug}@{version} ready for cloud publish.',
|
|
293
|
+
publish_genome_done: 'Published genome {slug}@{version} to the cloud.'
|
|
294
|
+
},
|
|
295
|
+
init: {
|
|
296
|
+
usage_error:
|
|
297
|
+
'Usage: aioson init <project-name> [--force] [--dry-run] [--lang=<bcp47-tag>] [--tool=codex|claude|gemini|opencode] [--locale=en]',
|
|
298
|
+
non_empty_dir: 'Directory is not empty: {targetDir}. Use --force to continue.',
|
|
299
|
+
created_at: 'Project created at: {targetDir}',
|
|
300
|
+
files_copied: 'Files copied: {count}',
|
|
301
|
+
files_skipped: 'Files skipped: {count}',
|
|
302
|
+
next_steps: 'Next steps:',
|
|
303
|
+
step_cd: '1. cd {projectName}',
|
|
304
|
+
step_setup: '2. Open in your AI CLI and run @setup',
|
|
305
|
+
step_agents: '3. If no visual picker appears, run: aioson agents',
|
|
306
|
+
step_agent_prompt: '4. Generate setup prompt for your tool: aioson agent:prompt setup --tool={tool}'
|
|
307
|
+
},
|
|
308
|
+
init_all: {
|
|
309
|
+
installing_full: 'Installing complete (all tools + squads) — wizard skipped via --all'
|
|
310
|
+
},
|
|
311
|
+
install: {
|
|
312
|
+
framework_detected: 'Framework detected: {framework} ({evidence})',
|
|
313
|
+
framework_not_detected: 'No framework detected. Installing in generic mode.',
|
|
314
|
+
done_at: 'Installation completed at: {targetDir}',
|
|
315
|
+
files_copied: 'Files copied: {count}',
|
|
316
|
+
files_skipped: 'Files skipped: {count}',
|
|
317
|
+
dry_run_header: '⚠ DRY RUN — no files were written. Showing what install would do:',
|
|
318
|
+
dry_run_done_at: 'DRY RUN: nothing was written to {targetDir}',
|
|
319
|
+
dry_run_files_copied: 'Files that would be copied: {count}',
|
|
320
|
+
dry_run_files_skipped: 'Files that would be skipped: {count}',
|
|
321
|
+
next_steps: 'Next steps:',
|
|
322
|
+
step_setup_context: '1. Generate/refresh project context: aioson setup:context --defaults',
|
|
323
|
+
step_agents: '2. If no visual picker appears, run: aioson agents',
|
|
324
|
+
step_agent_prompt: '3. Generate setup prompt for your tool: aioson agent:prompt setup --tool={tool}',
|
|
325
|
+
existing_project_detected: '⚠ Existing project detected ({count} files). Run the scanner before starting:',
|
|
326
|
+
existing_project_scan_hint:
|
|
327
|
+
' aioson scan:project . --folder=src --with-llm --provider=<provider> (generates discovery.md + skeleton-system.md; omit --with-llm for local maps only)',
|
|
328
|
+
using_saved_profile: 'Using saved install profile from .aioson/install.json.',
|
|
329
|
+
fallback_no_saved_profile: '⚠ No saved profile and no interactive wizard available — fallback to install-all (every template file will be copied).',
|
|
330
|
+
reconfigure_needs_tty: '--reconfigure requires an interactive terminal (blocked by: {reason}). Re-run in a real TTY without --no-interactive/--dry-run.',
|
|
331
|
+
opening_wizard: '› Opening install wizard (↑/↓ navigate, space toggle, enter confirm, q/Ctrl+C cancel)...',
|
|
332
|
+
wizard_cancelled_using_saved: '⚠ Wizard cancelled — falling back to saved install profile.',
|
|
333
|
+
wizard_cancelled_install_all: '⚠ Wizard cancelled and no saved profile — falling back to install-all.'
|
|
334
|
+
},
|
|
335
|
+
install_wizard: {
|
|
336
|
+
ready_to_install: 'Ready to install:',
|
|
337
|
+
press_enter_to_install: 'Press enter to install or q to cancel.',
|
|
338
|
+
deselected_warning: '⚠ Deselected items will NOT be removed automatically.',
|
|
339
|
+
deselected_hint: ' Remove them manually if needed.'
|
|
340
|
+
},
|
|
341
|
+
update: {
|
|
342
|
+
not_installed: 'No AIOSON installation found in {targetDir}.',
|
|
343
|
+
done_at: 'Update completed at: {targetDir}',
|
|
344
|
+
files_updated: 'Files updated: {count}',
|
|
345
|
+
backups_created: 'Backups created: {count}',
|
|
346
|
+
reconfigure_hint: 'New options may be available. Run: aioson install --reconfigure'
|
|
347
|
+
},
|
|
348
|
+
info: {
|
|
349
|
+
cli_version: 'AIOSON CLI: v{version}',
|
|
350
|
+
directory: 'Directory: {targetDir}',
|
|
351
|
+
installed_here: 'Installed in this directory: {value}',
|
|
352
|
+
framework_detected: 'Framework detected: {framework}',
|
|
353
|
+
evidence: 'Evidence: {evidence}',
|
|
354
|
+
yes: 'yes',
|
|
355
|
+
no: 'no',
|
|
356
|
+
none: 'none'
|
|
357
|
+
},
|
|
358
|
+
doctor: {
|
|
359
|
+
ok: 'OK',
|
|
360
|
+
fail: 'FAIL',
|
|
361
|
+
diagnosis_ok: 'Diagnosis: healthy installation.',
|
|
362
|
+
diagnosis_fail: 'Diagnosis: {count} issue(s) found.',
|
|
363
|
+
hint_prefix: '-> {hint}',
|
|
364
|
+
check_line: '[{icon}] {message}',
|
|
365
|
+
hint_line: ' Hint: {hint}',
|
|
366
|
+
fix_action_line: '- Action: {action}',
|
|
367
|
+
detail_line: ' Detail: {text}',
|
|
368
|
+
required_file: 'Required file: {rel}',
|
|
369
|
+
context_generated: 'Main context generated',
|
|
370
|
+
context_hint: 'Run @setup to generate .aioson/context/project.context.md',
|
|
371
|
+
context_frontmatter_valid: 'Project context frontmatter is valid',
|
|
372
|
+
context_frontmatter_valid_hint: 'Ensure project.context.md starts with YAML frontmatter delimited by ---',
|
|
373
|
+
context_frontmatter_invalid: 'Project context frontmatter is invalid ({reason})',
|
|
374
|
+
context_frontmatter_invalid_hint: 'Rewrite project.context.md using the @setup output format.',
|
|
375
|
+
context_required_field: 'Missing required context field: {field}',
|
|
376
|
+
context_required_field_hint: 'Re-run @setup and confirm all required fields are present.',
|
|
377
|
+
context_framework_installed_type: '`framework_installed` must be boolean (true/false)',
|
|
378
|
+
context_framework_installed_type_hint: 'Set framework_installed as true or false without quotes.',
|
|
379
|
+
context_classification_value: '`classification` must be one of {expected}',
|
|
380
|
+
context_classification_value_hint: 'Use MICRO, SMALL, or MEDIUM exactly.',
|
|
381
|
+
context_project_type_value: '`project_type` must be one of {expected}',
|
|
382
|
+
context_project_type_value_hint: 'Use web_app, api, site, script, dapp, or desktop_app exactly.',
|
|
383
|
+
context_profile_value: '`profile` must be one of {expected}',
|
|
384
|
+
context_profile_value_hint: 'Use developer, beginner, or team exactly.',
|
|
385
|
+
context_interaction_language_format: '`interaction_language` is not a valid BCP-47 tag',
|
|
386
|
+
context_interaction_language_format_hint: 'Use values like en, en-US, pt-BR.',
|
|
387
|
+
context_conversation_language_format: '`conversation_language` is not a valid BCP-47 tag',
|
|
388
|
+
context_conversation_language_format_hint: 'Use values like en, en-US, pt-BR.',
|
|
389
|
+
node_version: 'Node.js >= 18 (current: {version})',
|
|
390
|
+
gateway_claude_pointer: 'CLAUDE gateway references shared AIOSON files',
|
|
391
|
+
gateway_claude_pointer_hint:
|
|
392
|
+
'Ensure CLAUDE.md references .aioson/config.md and .aioson/agents/setup.md.',
|
|
393
|
+
gateway_codex_pointer: 'Codex gateway references shared AIOSON files',
|
|
394
|
+
gateway_codex_pointer_hint:
|
|
395
|
+
'Ensure AGENTS.md references .aioson/config.md and .aioson/agents/.',
|
|
396
|
+
gateway_gemini_pointer: 'Gemini gateway references shared command and agent paths',
|
|
397
|
+
gateway_gemini_pointer_hint:
|
|
398
|
+
'Ensure .gemini/GEMINI.md references .gemini/commands/ and .aioson/agents/.',
|
|
399
|
+
gateway_gemini_command_pointer: 'Gemini command file maps to shared agent: {file}',
|
|
400
|
+
gateway_gemini_command_pointer_hint:
|
|
401
|
+
'Ensure {file} includes @{ .aioson/agents/{agent}.md } in the prompt field.',
|
|
402
|
+
gateway_opencode_pointer: 'OpenCode gateway references shared AIOSON files',
|
|
403
|
+
gateway_opencode_pointer_hint:
|
|
404
|
+
'Ensure OPENCODE.md references .aioson/config.md and .aioson/agents/.',
|
|
405
|
+
fix_start: 'Safe fix mode enabled.',
|
|
406
|
+
fix_start_dry_run: 'Safe fix mode enabled (dry-run).',
|
|
407
|
+
fix_action_required_files: 'Restore missing managed files from template',
|
|
408
|
+
fix_action_gateway_contracts: 'Restore broken gateway contract files from template',
|
|
409
|
+
fix_action_locale_sync: 'Synchronize active agent prompts with context language',
|
|
410
|
+
fix_action_claude_commands: 'Restore missing .claude/commands/aioson/agent/* slash files from template',
|
|
411
|
+
fix_action_features_dir: 'Create .aioson/context/features/ directory',
|
|
412
|
+
fix_action_permissions_in_sync: 'Regenerate native harness permission files from autonomy-protocol.json',
|
|
413
|
+
fix_action_bootstrap_coverage: 'Run /discover to seed missing bootstrap files (semantic — not auto-applied)',
|
|
414
|
+
fix_action_version_drift: 'Update the CLI (npm i -g @jaimevalasek/aioson) or fix project.context.md aioson_version (manual)',
|
|
415
|
+
fix_not_applicable: 'Not applicable for current state.',
|
|
416
|
+
fix_target_count: 'Targets identified: {count}',
|
|
417
|
+
fix_applied_count: 'Changes applied: {count}',
|
|
418
|
+
fix_planned_count: 'Changes planned: {count}',
|
|
419
|
+
fix_locale: 'Resolved locale: {locale}',
|
|
420
|
+
fix_summary: 'Safe fix changes applied: {count}',
|
|
421
|
+
fix_summary_dry_run: '[dry-run] Safe fix changes planned: {count}',
|
|
422
|
+
bootstrap_coverage: 'Bootstrap coverage: {present}/{required}',
|
|
423
|
+
bootstrap_coverage_hint: 'Run /discover to refresh the bootstrap files (or `aioson memory:refresh` if implemented).',
|
|
424
|
+
bootstrap_coverage_hint_seed: 'Run /discover to seed .aioson/context/bootstrap/{what-is,how-it-works,what-it-does,current-state}.md',
|
|
425
|
+
features_dir_present: 'Features directory present (.aioson/context/features/)',
|
|
426
|
+
features_dir_present_hint: 'Create .aioson/context/features/ to host per-feature dossiers (doctor --fix will create it).',
|
|
427
|
+
claude_commands_present: 'Claude slash commands present ({missing} missing of {required})',
|
|
428
|
+
claude_commands_present_hint: 'Missing: {paths}. Run `aioson doctor . --fix` to restore them from the template.',
|
|
429
|
+
version_drift: 'CLI version matches project.context.md (context: {context}, CLI: {cli})',
|
|
430
|
+
version_drift_hint: 'project.context.md aioson_version ({context}) differs from CLI ({cli}). Update one or both manually.',
|
|
431
|
+
permissions_in_sync: 'Native harness permissions are in sync with autonomy-protocol.json ({drifted} drifted, {missing} missing)',
|
|
432
|
+
permissions_in_sync_hint: 'Run `aioson doctor . --fix` to regenerate: {paths}.',
|
|
433
|
+
permissions_protocol_missing_hint: 'autonomy-protocol.json is missing — run `aioson update .` to reinstall the template config.',
|
|
434
|
+
scouts_directory_pruning: 'Sub-task scouts directory pruning ({stale} unattached scouts > {days} days)',
|
|
435
|
+
scouts_directory_pruning_hint: 'Run `aioson doctor . --fix` to delete stale unattached scouts (attached scouts with feature_slug are NEVER pruned).',
|
|
436
|
+
fix_action_scouts_directory_pruning: 'Delete unattached scouts older than prune_unattached_after_days from .aioson/runtime/scouts/',
|
|
437
|
+
learning_loop: {
|
|
438
|
+
distillation_complete: 'distillation: {promoted} promoted, {review} for review, {merge} merge candidates ({duration}ms)',
|
|
439
|
+
distillation_failed_silent: 'distillation failed silently for feature "{slug}" — phase: {phase}',
|
|
440
|
+
skipped_micro: 'distillation skipped: feature classification MICRO',
|
|
441
|
+
skipped_no_distill: 'distillation skipped: --no-distill flag set',
|
|
442
|
+
lock_held: 'distillation skipped: another instance is in progress for "{slug}"',
|
|
443
|
+
notify_template: 'distillation: {promoted} promoted, {review} for review, {merge} merge candidates'
|
|
444
|
+
},
|
|
445
|
+
living_memory: {
|
|
446
|
+
rule_staleness: 'Rule staleness: {stale} of {total} rules unloaded over last {threshold} closed features',
|
|
447
|
+
rule_staleness_hint: 'Stale rules (first 5): {slugs}. Propose: {propose}',
|
|
448
|
+
rule_staleness_skipped_micro: 'Rule staleness check skipped: project classification is MICRO (BR-ALL-11)',
|
|
449
|
+
learning_orphans: 'Learning orphans: {orphans} learnings promoted to rules that were never loaded after promotion',
|
|
450
|
+
learning_orphans_hint: 'Orphan learning_ids (first 5): {ids}. Use `aioson memory:why --id=<id>` to inspect.',
|
|
451
|
+
learning_orphans_skipped_micro: 'Learning orphan check skipped: project classification is MICRO (BR-ALL-11)',
|
|
452
|
+
distillation_lag: 'Distillation lag: {closed} closed features but only {distillations} have an auto_distillation event (threshold {threshold})',
|
|
453
|
+
distillation_lag_hint: 'Features missing distillation (first 5): {missing_slugs}. Check Phase 5 hook health.',
|
|
454
|
+
distillation_lag_skipped_micro: 'Distillation lag check skipped: project classification is MICRO (BR-ALL-11)'
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
i18n_add: {
|
|
458
|
+
usage_error: 'Usage: aioson i18n:add <locale> [--force] [--dry-run] [--locale=en]',
|
|
459
|
+
invalid_locale: 'Invalid locale code: {locale}. Expected formats like en, fr, pt-br.',
|
|
460
|
+
base_locale: 'Locale "en" is the base dictionary and cannot be scaffolded.',
|
|
461
|
+
locale_exists: 'Locale file already exists: {path}. Use --force to overwrite.',
|
|
462
|
+
dry_run_created: '[dry-run] Locale scaffold would be created: {locale}',
|
|
463
|
+
dry_run_overwritten: '[dry-run] Locale scaffold would be overwritten: {locale}',
|
|
464
|
+
created: 'Locale scaffold created: {locale}',
|
|
465
|
+
overwritten: 'Locale scaffold overwritten: {locale}',
|
|
466
|
+
file_path: 'Locale file: {path}',
|
|
467
|
+
next_steps: 'Next steps:',
|
|
468
|
+
step_translate: '1. Replace English strings with translated text in that file.',
|
|
469
|
+
step_try: '2. Run the CLI with --locale={locale} to validate the new dictionary.'
|
|
470
|
+
},
|
|
471
|
+
agents: {
|
|
472
|
+
list_title: 'Available agents (resolved locale: {locale}):',
|
|
473
|
+
path: 'Path',
|
|
474
|
+
active_path: 'Active path',
|
|
475
|
+
depends: 'Depends on',
|
|
476
|
+
output: 'Output',
|
|
477
|
+
agent_line: '- Agent: {label} - {command} ({id})',
|
|
478
|
+
path_line: ' Path: {path}',
|
|
479
|
+
active_path_line: ' Active path: {path}',
|
|
480
|
+
depends_line: ' Depends on: {value}',
|
|
481
|
+
output_line: ' Output: {value}',
|
|
482
|
+
none: 'none',
|
|
483
|
+
prompt_usage_error:
|
|
484
|
+
'Usage: aioson agent:prompt <agent> [path] [--tool=codex|claude|gemini|opencode] [--lang=en|pt-BR|es|fr] [--locale=en]',
|
|
485
|
+
prompt_unknown_agent: 'Unknown agent: {agent}',
|
|
486
|
+
prompt_invalid_target_mode:
|
|
487
|
+
'Invalid pentester target mode: {mode}. Expected framework_target or app_target.',
|
|
488
|
+
prompt_missing_feature_for_app_target:
|
|
489
|
+
'Pentester app_target requires --feature=<slug> (or --slug=<slug>).',
|
|
490
|
+
prompt_missing_scope_for_app_target:
|
|
491
|
+
'Pentester app_target requires --scope=<area>.',
|
|
492
|
+
prompt_title: 'Prompt for agent "{agent}" on tool "{tool}" (locale: {locale}):'
|
|
493
|
+
},
|
|
494
|
+
context_validate: {
|
|
495
|
+
missing_file: 'Context file not found: {path}',
|
|
496
|
+
hint_setup: 'Run @setup to generate the file first.',
|
|
497
|
+
invalid_frontmatter: 'Context file has invalid YAML frontmatter.',
|
|
498
|
+
file_path: 'Context file: {path}',
|
|
499
|
+
parse_reason_unknown: 'unknown',
|
|
500
|
+
parse_reason_missing_frontmatter: 'missing opening frontmatter delimiter',
|
|
501
|
+
parse_reason_unclosed_frontmatter: 'unclosed frontmatter block',
|
|
502
|
+
parse_reason_invalid_frontmatter_line: 'invalid frontmatter line syntax',
|
|
503
|
+
parse_reason: 'Parse reason: {reason}',
|
|
504
|
+
hint_fix_frontmatter: 'Use @setup to regenerate a valid context file.',
|
|
505
|
+
invalid_fields: 'Context file is parsed but has validation issues:',
|
|
506
|
+
issue_line: '- {issue}',
|
|
507
|
+
valid: 'Context file is valid.'
|
|
508
|
+
},
|
|
509
|
+
context_pack: {
|
|
510
|
+
generated: 'Context pack written to: {path}',
|
|
511
|
+
no_matches: 'No relevant context files were selected yet. Run setup/context/scan before packing.',
|
|
512
|
+
selected_title: 'Files included in the pack:',
|
|
513
|
+
selected_line: ' {index}. {path} — {reason}',
|
|
514
|
+
hint_use: 'Use {path} as the minimum starting context in your AI session.'
|
|
515
|
+
},
|
|
516
|
+
setup: {
|
|
517
|
+
installing: 'Installing AIOSON template...',
|
|
518
|
+
installed: 'Template installed ({count} files).',
|
|
519
|
+
no_framework_detected: 'No framework detected in this directory (greenfield project).',
|
|
520
|
+
framework_detected: 'Detected framework: {framework} (installed={installed})',
|
|
521
|
+
writing_context: 'Writing project context...',
|
|
522
|
+
done: 'Setup complete.',
|
|
523
|
+
step_agents: ' Next: open your AI client and activate @setup to confirm or refine the context.',
|
|
524
|
+
step_agent_prompt: ' Or run: aioson agent:prompt setup . --tool={tool}',
|
|
525
|
+
q_project_name: 'Project name',
|
|
526
|
+
q_framework: 'Main framework / stack (e.g. Python, Node, Laravel, Django)',
|
|
527
|
+
q_lang: 'Language for agent responses (e.g. en, pt-BR, es, fr)',
|
|
528
|
+
q_confirm_framework: 'Use detected framework? (true/false)',
|
|
529
|
+
q_override_framework: 'Framework',
|
|
530
|
+
q_framework_installed: 'Framework installed? (true/false)'
|
|
531
|
+
},
|
|
532
|
+
setup_context: {
|
|
533
|
+
detected: 'Detected framework: {framework} (installed={installed})',
|
|
534
|
+
q_project_name: 'Project name',
|
|
535
|
+
q_project_type: 'Project type (web_app|api|site|script|dapp|desktop_app)',
|
|
536
|
+
q_profile: 'Profile: [1] developer [2] beginner [3] team',
|
|
537
|
+
q_use_detected_framework: 'Use detected framework? (true/false)',
|
|
538
|
+
q_framework: 'Framework',
|
|
539
|
+
q_framework_installed: 'Framework installed? (true/false)',
|
|
540
|
+
q_language: 'Conversation language (for example en or pt-BR)',
|
|
541
|
+
q_backend_menu:
|
|
542
|
+
'Backend: [1] Laravel [2] Rails [3] Django [4] Node/Express [5] Next.js [6] Nuxt [7] Hardhat [8] Foundry [9] Truffle [10] Anchor [11] Solana Web3 [12] Cardano [13] Other',
|
|
543
|
+
q_backend_text: 'Backend (free text)',
|
|
544
|
+
q_laravel_version: 'Laravel version (for example 11, 10)',
|
|
545
|
+
q_frontend_menu:
|
|
546
|
+
'Frontend: [1] TALL Stack [2] VILT Stack [3] Blade [4] Next.js [5] Nuxt [6] React [7] Vue [8] Other',
|
|
547
|
+
q_frontend_text: 'Frontend (free text)',
|
|
548
|
+
q_auth_menu:
|
|
549
|
+
'Auth (Laravel): [1] Breeze [2] Jetstream + Livewire [3] Filament Shield [4] Custom',
|
|
550
|
+
q_web3_enabled: 'Web3 enabled? (true/false)',
|
|
551
|
+
q_web3_networks: 'Web3 networks (for example ethereum, solana, cardano)',
|
|
552
|
+
q_contract_framework: 'Contract framework (for example Hardhat, Foundry, Anchor, Aiken)',
|
|
553
|
+
q_wallet_provider: 'Wallet provider (for example wagmi, RainbowKit, Phantom, Lace)',
|
|
554
|
+
q_indexer: 'Indexer (for example The Graph, Helius, Blockfrost)',
|
|
555
|
+
q_rpc_provider: 'RPC provider (for example Alchemy, Infura, QuickNode)',
|
|
556
|
+
q_jetstream_teams: 'Jetstream teams enabled? (true/false)',
|
|
557
|
+
q_jetstream_existing_action:
|
|
558
|
+
'Existing Laravel project without Jetstream detected. Action: [1] continue without Jetstream [2] recreate with Jetstream (recommended) [3] manual install (risk)',
|
|
559
|
+
q_auth_text: 'Authentication approach (free text)',
|
|
560
|
+
q_uiux_menu: 'UI/UX: [1] Tailwind [2] Flux UI [3] shadcn/ui [4] Filament',
|
|
561
|
+
q_uiux_text: 'UI/UX approach (free text)',
|
|
562
|
+
q_database_menu:
|
|
563
|
+
'Database: [1] MySQL [2] PostgreSQL [3] SQLite [4] MongoDB [5] Supabase [6] PlanetScale',
|
|
564
|
+
q_database_text: 'Database (free text)',
|
|
565
|
+
q_services_list:
|
|
566
|
+
'Additional services (comma list): queues, storage, websockets, payments, email, cache, search',
|
|
567
|
+
q_rails_options:
|
|
568
|
+
'Rails options used (comma list, e.g. --database=postgresql,--css=tailwind,--api)',
|
|
569
|
+
q_next_options:
|
|
570
|
+
'Next.js create-next-app options (comma list, e.g. TypeScript,ESLint,Tailwind CSS,App Router,src/ directory)',
|
|
571
|
+
q_beginner_summary: 'Describe your project in one sentence',
|
|
572
|
+
q_beginner_users:
|
|
573
|
+
'Expected users: [1] personal/small up to 10 [2] small team up to 100 [3] external customers',
|
|
574
|
+
q_beginner_mobile: 'Mobile requirement: [1] mobile app [2] responsive web [3] desktop only',
|
|
575
|
+
q_beginner_hosting: 'Hosting preference: [1] simple managed [2] VPS [3] cloud provider',
|
|
576
|
+
q_beginner_accept_recommendation: 'Accept starter recommendation? (true/false)',
|
|
577
|
+
beginner_recommendation:
|
|
578
|
+
'Starter recommendation -> framework: {framework}, frontend: {frontend}, database: {database}, auth: {auth}',
|
|
579
|
+
q_user_types: 'How many user types?',
|
|
580
|
+
q_integrations: 'How many external integrations?',
|
|
581
|
+
q_rules_complexity: 'Rules complexity (none|some|complex)',
|
|
582
|
+
note_status_enabled: 'enabled',
|
|
583
|
+
note_status_disabled: 'disabled',
|
|
584
|
+
note_jetstream_teams: 'Jetstream teams: {status}',
|
|
585
|
+
note_selected_services: 'Selected services: {services}',
|
|
586
|
+
note_rails_setup_flags: 'Rails setup flags: {flags}',
|
|
587
|
+
note_next_setup_flags: 'Next.js setup flags: {flags}',
|
|
588
|
+
note_next_create_flags: 'Next.js create flags: {flags}',
|
|
589
|
+
note_jetstream_existing_action: 'Jetstream existing-project action: {action}',
|
|
590
|
+
note_mobile_first:
|
|
591
|
+
'Mobile-first requirement detected; consider React Native/Expo as follow-up.',
|
|
592
|
+
note_vps_preference:
|
|
593
|
+
'VPS preference detected; keep deployment scripts simple and reproducible.',
|
|
594
|
+
note_cloud_profile:
|
|
595
|
+
'Cloud profile detected; use managed DB and object storage from day one.',
|
|
596
|
+
note_web3_terms: 'Web3 terms detected; dApp starter recommendation applied.',
|
|
597
|
+
note_starter_profile:
|
|
598
|
+
'This recommendation is a starter profile; adjust once requirements are clearer.',
|
|
599
|
+
note_team_profile:
|
|
600
|
+
'Team profile selected; preserve explicit team conventions and CI rules.',
|
|
601
|
+
note_beginner_declined:
|
|
602
|
+
'Starter recommendation declined; using custom stack from onboarding.',
|
|
603
|
+
note_monorepo:
|
|
604
|
+
'Monorepo detected: Web3 and application framework coexist. Confirm primary framework with user and document structure in Notes.',
|
|
605
|
+
written: 'Context file written: {path}',
|
|
606
|
+
classification_result: 'Classification: {classification} (score={score}/6)',
|
|
607
|
+
locale_applied: 'Interaction language synchronized: {locale} ({count} agent prompts restored)'
|
|
608
|
+
},
|
|
609
|
+
locale_apply: {
|
|
610
|
+
applied: 'Interaction language synchronized: {locale}',
|
|
611
|
+
dry_run_applied: '[dry-run] Interaction language would be synchronized: {locale}',
|
|
612
|
+
copied_count: 'Files copied: {count}',
|
|
613
|
+
missing_count: 'Missing locale files: {count}',
|
|
614
|
+
copy_line: ' File: {source} -> {target}'
|
|
615
|
+
},
|
|
616
|
+
smoke: {
|
|
617
|
+
start: 'Running smoke test in: {projectDir}',
|
|
618
|
+
using_web3_profile: 'Using Web3 smoke profile: {target}',
|
|
619
|
+
using_mixed_profile: 'Using mixed Web2+Web3 monorepo smoke profile.',
|
|
620
|
+
using_parallel_profile: 'Using parallel orchestration smoke profile.',
|
|
621
|
+
seeded_web3_workspace: 'Seeded workspace for Web3 target: {target}',
|
|
622
|
+
seeded_mixed_workspace: 'Seeded workspace for mixed Web2+Web3 profile.',
|
|
623
|
+
seeded_parallel_context: 'Seeded discovery/architecture/prd context for parallel profile.',
|
|
624
|
+
step_ok: 'OK: {step}',
|
|
625
|
+
web3_detected: 'Web3 framework detected: {framework} ({network})',
|
|
626
|
+
web3_context_verified: 'Web3 context verified for network: {network}',
|
|
627
|
+
mixed_context_verified: 'Mixed profile context verified (framework: {framework}).',
|
|
628
|
+
parallel_status_verified: 'Parallel status verified for lanes: {count}',
|
|
629
|
+
invalid_web3_target: 'Invalid --web3 target: {target}. Use ethereum, solana, or cardano.',
|
|
630
|
+
invalid_profile: 'Invalid --profile value: {profile}. Use standard, mixed, or parallel.',
|
|
631
|
+
profile_conflict: 'Do not combine --profile=mixed with --web3. Choose one profile mode.',
|
|
632
|
+
assert_install_files: 'install copied zero files',
|
|
633
|
+
assert_web3_framework: 'unexpected web3 framework detection: {framework}',
|
|
634
|
+
assert_setup_written: 'setup:context did not write context file',
|
|
635
|
+
assert_setup_project_type_dapp: 'setup did not infer project_type=dapp',
|
|
636
|
+
assert_setup_web3_network: 'setup did not infer expected web3 network',
|
|
637
|
+
assert_setup_web3_framework: 'setup did not keep expected web3 framework',
|
|
638
|
+
assert_mixed_project_type_dapp: 'mixed profile did not infer project_type=dapp',
|
|
639
|
+
assert_mixed_web3_enabled: 'mixed profile did not infer web3_enabled=true',
|
|
640
|
+
assert_mixed_framework: 'mixed profile did not prefer web3 framework',
|
|
641
|
+
assert_locale_apply_files: 'locale:apply copied zero files',
|
|
642
|
+
assert_agents_count: 'agents command returned unexpected agent count',
|
|
643
|
+
assert_prompt_path: 'agent:prompt did not include expected path information',
|
|
644
|
+
assert_context_validate: 'context:validate failed',
|
|
645
|
+
assert_web3_context_valid: 'web3 context parse failed',
|
|
646
|
+
assert_web3_context_project_type: 'context project_type is not dapp',
|
|
647
|
+
assert_web3_context_enabled: 'context web3_enabled is not true',
|
|
648
|
+
assert_web3_context_network: 'context web3_networks does not include expected target',
|
|
649
|
+
assert_doctor_ok: 'doctor check failed',
|
|
650
|
+
assert_parallel_init_ok: 'parallel:init failed',
|
|
651
|
+
assert_parallel_init_workers: 'parallel:init workers mismatch',
|
|
652
|
+
assert_parallel_assign_ok: 'parallel:assign failed',
|
|
653
|
+
assert_parallel_assign_scope: 'parallel:assign produced no scopes',
|
|
654
|
+
assert_parallel_status_ok: 'parallel:status failed',
|
|
655
|
+
assert_parallel_status_lanes: 'parallel:status lane count mismatch',
|
|
656
|
+
assert_parallel_doctor_ok: 'parallel:doctor failed',
|
|
657
|
+
assert_parallel_doctor_summary: 'parallel:doctor reported failures',
|
|
658
|
+
completed: 'Smoke test completed successfully.',
|
|
659
|
+
steps_count: 'Validated steps: {count}',
|
|
660
|
+
workspace_kept: 'Workspace kept: {path}',
|
|
661
|
+
workspace_removed: 'Workspace removed: {path}'
|
|
662
|
+
},
|
|
663
|
+
package_test: {
|
|
664
|
+
start: 'Running package test from source: {sourceDir}',
|
|
665
|
+
pack_done: 'Package tarball created: {tarball}',
|
|
666
|
+
completed: 'Package test completed with {count} validated steps.',
|
|
667
|
+
workspace: 'Package test workspace: {path}',
|
|
668
|
+
error_unknown_detail: 'unknown error',
|
|
669
|
+
error_npm_pack: 'npm pack failed: {detail}',
|
|
670
|
+
error_tarball_missing: 'npm pack did not return tarball name',
|
|
671
|
+
error_npx_init: 'npx init failed: {detail}',
|
|
672
|
+
error_npx_setup_context: 'npx setup:context failed: {detail}',
|
|
673
|
+
error_npx_doctor: 'npx doctor failed: {detail}',
|
|
674
|
+
error_doctor_not_ok: 'doctor returned ok=false during package test',
|
|
675
|
+
error_npx_mcp_init: 'npx mcp:init failed: {detail}',
|
|
676
|
+
error_mcp_not_ok: 'mcp:init returned ok=false during package test'
|
|
677
|
+
},
|
|
678
|
+
workflow_plan: {
|
|
679
|
+
context_missing:
|
|
680
|
+
'Context file not found. Using fallback workflow based on provided/default classification.',
|
|
681
|
+
title: 'Recommended workflow for classification {classification}:',
|
|
682
|
+
notes: 'Notes:',
|
|
683
|
+
command_line: ' Command: {command}',
|
|
684
|
+
note_line: ' Note: {note}',
|
|
685
|
+
note_framework_not_installed:
|
|
686
|
+
'Framework is not installed yet; complete stack installation before @dev.',
|
|
687
|
+
note_dapp_context:
|
|
688
|
+
'dApp context detected; include Web3 skills during @architect and @dev.',
|
|
689
|
+
note_micro_scope: 'Keep implementation scope minimal and avoid optional agents.',
|
|
690
|
+
note_product_optional: '@product is optional for MICRO — skip it and go straight to @dev if the idea is already clear.',
|
|
691
|
+
note_feature_flow: 'New feature workflow (after initial setup): @product → @analyst → @dev → @qa. No @setup required.'
|
|
692
|
+
},
|
|
693
|
+
workflow_next: {
|
|
694
|
+
title: 'Workflow handoff for {mode} ({classification}):',
|
|
695
|
+
completed: 'Completed stage: {agent}',
|
|
696
|
+
detour: 'Detour active: {agent} (return to {returnTo})',
|
|
697
|
+
current_agent: 'Current agent: {agent}',
|
|
698
|
+
next_agent: 'Return/next agent: {agent}',
|
|
699
|
+
done: 'Workflow is complete. No next agent remains.',
|
|
700
|
+
state_file: 'State file: {path}'
|
|
701
|
+
},
|
|
702
|
+
workflow_heal: {
|
|
703
|
+
title: '🩹 Self-healing activated for {stage} (attempt {count}/3):'
|
|
704
|
+
},
|
|
705
|
+
parallel_init: {
|
|
706
|
+
context_missing: 'Context file not found: {path}. Run setup:context first.',
|
|
707
|
+
context_invalid: 'Context file is invalid or not parseable: {path}.',
|
|
708
|
+
classification_unknown: 'unknown',
|
|
709
|
+
requires_medium:
|
|
710
|
+
'Parallel initialization is only supported for MEDIUM classification (current: {classification}). Use --force to override.',
|
|
711
|
+
invalid_workers: 'Invalid --workers value. Use an integer between {min} and {max}.',
|
|
712
|
+
already_exists:
|
|
713
|
+
'Parallel context files already exist ({count}). Use --force to overwrite existing files.',
|
|
714
|
+
prepared: 'Parallel workspace initialized at: {path}',
|
|
715
|
+
dry_run_prepared: '[dry-run] Parallel workspace would be initialized at: {path}',
|
|
716
|
+
workers_count: 'Workers: {count}',
|
|
717
|
+
files_count: 'Files prepared: {count}',
|
|
718
|
+
missing_prereq_count: 'Missing prerequisite context files: {count}',
|
|
719
|
+
file_line: ' File: {file}'
|
|
720
|
+
},
|
|
721
|
+
parallel_doctor: {
|
|
722
|
+
prefix_ok: 'OK',
|
|
723
|
+
prefix_warn: 'WARN',
|
|
724
|
+
prefix_fail: 'FAIL',
|
|
725
|
+
check_line: '[{prefix}] {id} - {message}',
|
|
726
|
+
hint_line: ' Hint: {hint}',
|
|
727
|
+
invalid_workers: 'Invalid --workers value. Use an integer between {min} and {max}.',
|
|
728
|
+
classification_unknown: 'unknown',
|
|
729
|
+
requires_medium:
|
|
730
|
+
'Parallel doctor fix mode requires MEDIUM classification (current: {classification}). Use --force to override.',
|
|
731
|
+
report_title: 'Parallel doctor report: {path}',
|
|
732
|
+
summary: 'Summary: {passed} passed, {failed} failed, {warnings} warnings.',
|
|
733
|
+
fix_summary: 'Parallel fix changes applied: {count}',
|
|
734
|
+
fix_summary_dry_run: '[dry-run] Parallel fix changes planned: {count}',
|
|
735
|
+
check_context_exists_ok: 'project.context.md exists.',
|
|
736
|
+
check_context_exists_missing: 'project.context.md is missing.',
|
|
737
|
+
check_context_exists_hint: 'Run setup:context before parallel doctor.',
|
|
738
|
+
check_context_parsed_ok: 'project.context.md is parseable.',
|
|
739
|
+
check_context_parsed_invalid: 'project.context.md is invalid.',
|
|
740
|
+
check_context_parsed_hint: 'Fix context frontmatter before running parallel doctor.',
|
|
741
|
+
check_context_classification_ok:
|
|
742
|
+
'Parallel mode allowed for classification {classification}.',
|
|
743
|
+
check_context_classification_invalid:
|
|
744
|
+
'Parallel mode requires MEDIUM classification (current: {classification}).',
|
|
745
|
+
check_context_classification_hint: 'Use --force to override classification guard.',
|
|
746
|
+
check_parallel_dir_ok: '.aioson/context/parallel directory exists.',
|
|
747
|
+
check_parallel_dir_missing: '.aioson/context/parallel directory is missing.',
|
|
748
|
+
check_parallel_dir_hint: 'Run parallel:init or parallel:doctor --fix.',
|
|
749
|
+
check_parallel_shared_ok: 'shared-decisions.md is present.',
|
|
750
|
+
check_parallel_shared_missing: 'shared-decisions.md is missing.',
|
|
751
|
+
check_parallel_shared_hint: 'Run parallel:doctor --fix to restore baseline files.',
|
|
752
|
+
check_parallel_manifest_ok: 'workspace.manifest.json is present.',
|
|
753
|
+
check_parallel_manifest_missing: 'workspace.manifest.json is missing.',
|
|
754
|
+
check_parallel_manifest_hint: 'Run parallel:doctor --fix to restore the workspace manifest.',
|
|
755
|
+
check_parallel_ownership_ok: 'ownership-map.json is present.',
|
|
756
|
+
check_parallel_ownership_missing: 'ownership-map.json is missing.',
|
|
757
|
+
check_parallel_ownership_hint: 'Run parallel:doctor --fix to restore the ownership map.',
|
|
758
|
+
check_parallel_merge_ok: 'merge-plan.json is present.',
|
|
759
|
+
check_parallel_merge_missing: 'merge-plan.json is missing.',
|
|
760
|
+
check_parallel_merge_hint: 'Run parallel:doctor --fix to restore the merge plan.',
|
|
761
|
+
check_machine_sync_ok: 'Machine-readable parallel artifacts are in sync with lane status files.',
|
|
762
|
+
check_machine_sync_stale: 'Machine-readable parallel artifacts are stale: {files}.',
|
|
763
|
+
check_machine_sync_hint: 'Run parallel:doctor --fix to rebuild stale artifacts.',
|
|
764
|
+
check_ownership_conflicts_ok: 'No ownership conflicts were detected across lane scopes.',
|
|
765
|
+
check_ownership_conflicts_found: 'Detected {count} ownership conflict(s) across lane scopes.',
|
|
766
|
+
check_ownership_conflicts_hint: 'Update scope ownership so each scope key belongs to exactly one lane.',
|
|
767
|
+
check_write_scope_present_ok: 'All lanes with assigned scope also declare write_paths.',
|
|
768
|
+
check_write_scope_present_missing: '{count} lane(s) with assigned scope still have no write_paths.',
|
|
769
|
+
check_write_scope_present_hint: 'Declare project-relative file paths or directory prefixes (for example src/auth/**) in each lane Ownership block.',
|
|
770
|
+
check_write_scope_valid_ok: 'All declared write_paths use supported patterns.',
|
|
771
|
+
check_write_scope_valid_invalid: 'Detected {count} invalid write_paths pattern(s).',
|
|
772
|
+
check_write_scope_valid_hint: 'Use exact project-relative paths or recursive directory patterns ending with /**.',
|
|
773
|
+
check_write_scope_conflicts_ok: 'No write_paths overlaps were detected across lanes.',
|
|
774
|
+
check_write_scope_conflicts_found: 'Detected {count} write_paths overlap(s) across lanes.',
|
|
775
|
+
check_write_scope_conflicts_hint: 'Split file ownership so each path pattern belongs to exactly one lane.',
|
|
776
|
+
check_dependencies_valid_ok: 'All declared lane dependencies reference valid lanes.',
|
|
777
|
+
check_dependencies_valid_invalid: 'Detected {count} invalid lane dependency reference(s).',
|
|
778
|
+
check_dependencies_valid_hint: 'Use lane-N references only for existing lanes, or move shared coordination to shared-decisions.',
|
|
779
|
+
check_dependencies_blocked_ok: 'No lane is currently blocked by an incomplete dependency.',
|
|
780
|
+
check_dependencies_blocked_found: 'Detected {count} lane dependency blocker(s) based on current lane statuses.',
|
|
781
|
+
check_dependencies_blocked_hint: 'Complete upstream lanes or move dependent lanes back to pending before execution.',
|
|
782
|
+
check_merge_order_ok: 'Merge order respects declared lane dependencies.',
|
|
783
|
+
check_merge_order_invalid: 'Detected {count} merge-order violation(s) against declared lane dependencies.',
|
|
784
|
+
check_merge_order_hint: 'Adjust merge ranks or dependencies so upstream lanes merge first.',
|
|
785
|
+
check_lanes_present_ok: 'Detected {count} lane file(s).',
|
|
786
|
+
check_lanes_present_missing: 'No agent lane status files found.',
|
|
787
|
+
check_lanes_present_hint: 'Run parallel:init or parallel:doctor --fix.',
|
|
788
|
+
check_lanes_sequence_ok: 'Lane sequence is contiguous (1..{workers}).',
|
|
789
|
+
check_lanes_sequence_missing: 'Missing lane files in sequence: {lanes}',
|
|
790
|
+
check_lanes_sequence_hint: 'Run parallel:doctor --fix to restore missing lane files.',
|
|
791
|
+
check_workers_option: 'Workers option requested: {workers}.',
|
|
792
|
+
check_prereq_ok: 'All prerequisite context files are present.',
|
|
793
|
+
check_prereq_missing: '{count} prerequisite context file(s) are missing.',
|
|
794
|
+
check_prereq_hint: 'Create discovery/architecture/prd context files before orchestration.'
|
|
795
|
+
},
|
|
796
|
+
parallel_assign: {
|
|
797
|
+
invalid_workers: 'Invalid --workers value. Use an integer between {min} and {max}.',
|
|
798
|
+
context_missing: 'Context file not found: {path}.',
|
|
799
|
+
context_invalid: 'Context file is invalid or not parseable: {path}.',
|
|
800
|
+
classification_unknown: 'unknown',
|
|
801
|
+
requires_medium:
|
|
802
|
+
'Parallel assignment requires MEDIUM classification (current: {classification}). Use --force to override.',
|
|
803
|
+
parallel_missing: 'Parallel directory not found: {path}. Run parallel:init first.',
|
|
804
|
+
no_lanes: 'No lane status files were found in .aioson/context/parallel.',
|
|
805
|
+
missing_lanes: 'Missing lane files for requested workers: {lanes}.',
|
|
806
|
+
source_missing: 'Could not resolve source document from --source={source}.',
|
|
807
|
+
applied: 'Parallel scope assignment applied ({count} scope item(s)).',
|
|
808
|
+
dry_run_applied: '[dry-run] Parallel scope assignment planned ({count} scope item(s)).',
|
|
809
|
+
source_info: 'Source document: {source}',
|
|
810
|
+
workers_count: 'Workers: {count}',
|
|
811
|
+
files_count: 'Files updated: {count}',
|
|
812
|
+
lane_scope_line: '- lane {lane}: {count} scope item(s)'
|
|
813
|
+
},
|
|
814
|
+
parallel_status: {
|
|
815
|
+
parallel_missing: 'Parallel directory not found: {path}. Run parallel:init first.',
|
|
816
|
+
no_lanes: 'No lane status files were found in .aioson/context/parallel.',
|
|
817
|
+
title: 'Parallel status report: {path}',
|
|
818
|
+
lanes_count: 'Lanes: {count}',
|
|
819
|
+
statuses_title: 'Statuses:',
|
|
820
|
+
status_line: '- {status}: {count}',
|
|
821
|
+
status_pending: 'pending',
|
|
822
|
+
status_in_progress: 'in_progress',
|
|
823
|
+
status_completed: 'completed',
|
|
824
|
+
status_merged: 'merged',
|
|
825
|
+
status_blocked: 'blocked',
|
|
826
|
+
status_other: 'other',
|
|
827
|
+
scopes_count: 'Total scope items: {count}',
|
|
828
|
+
deliverables_progress: 'Deliverables: {completed}/{total} completed',
|
|
829
|
+
blockers_count: 'Open blockers: {count}',
|
|
830
|
+
shared_decisions: 'Shared decision log entries: {count}',
|
|
831
|
+
ownership_conflicts: 'Ownership conflicts: {count}',
|
|
832
|
+
write_scope_summary:
|
|
833
|
+
'Write scope: lanes_with_paths={lanes}, paths={paths}, uncovered_assigned_lanes={uncovered}, conflicts={conflicts}, invalid={invalid}',
|
|
834
|
+
dependencies_summary: 'Dependencies: declared={declared}, invalid={invalid}, blocked={blocked}, order_violations={orderViolations}',
|
|
835
|
+
sync_summary: 'Machine file drift: {count}',
|
|
836
|
+
sync_stale_line: '- stale: {file}',
|
|
837
|
+
lane_line: '- lane {lane}: status={status}, scope={scope}, blockers={blockers}'
|
|
838
|
+
},
|
|
839
|
+
parallel_merge: {
|
|
840
|
+
parallel_missing: 'Parallel directory not found: {path}. Run parallel:init first.',
|
|
841
|
+
no_lanes: 'No lane status files were found in .aioson/context/parallel.',
|
|
842
|
+
ready: 'Deterministic merge is ready for {count} lane(s).',
|
|
843
|
+
applied: 'Deterministic merge applied to {count} lane(s).',
|
|
844
|
+
blocked: 'Deterministic merge is blocked for {count} lane(s).',
|
|
845
|
+
order: 'Merge order: {order}',
|
|
846
|
+
structural_summary:
|
|
847
|
+
'Structural checks: stale={stale}, ownership_conflicts={conflicts}, write_scope_conflicts={writeConflicts}, invalid_write_paths={invalidWritePaths}, invalid_dependencies={invalid}, blocked_dependencies={blocked}, order_violations={orderViolations}',
|
|
848
|
+
lane_line: '- lane {lane}: action={action}, status={status}'
|
|
849
|
+
},
|
|
850
|
+
parallel_guard: {
|
|
851
|
+
invalid_lane: 'Invalid --lane value. Use a positive integer.',
|
|
852
|
+
paths_required: 'Missing --paths value. Provide one or more comma-separated project-relative paths.',
|
|
853
|
+
parallel_missing: 'Parallel directory not found: {path}. Run parallel:init first.',
|
|
854
|
+
no_lanes: 'No lane status files were found in .aioson/context/parallel.',
|
|
855
|
+
lane_missing: 'Lane {lane} does not exist in the current parallel workspace.',
|
|
856
|
+
allowed: 'Write-scope guard passed for lane {lane} ({count} path(s)).',
|
|
857
|
+
blocked: 'Write-scope guard blocked lane {lane} for {count} path(s).',
|
|
858
|
+
write_scope_summary: 'Write scope summary: paths={paths}, conflicts={conflicts}, invalid={invalid}',
|
|
859
|
+
path_line: '- path {path}: status={status}, owners={owners}'
|
|
860
|
+
},
|
|
861
|
+
mcp_init: {
|
|
862
|
+
context_missing:
|
|
863
|
+
'Context file not found. Generating baseline MCP plan with generic assumptions.',
|
|
864
|
+
invalid_tool: 'Invalid --tool value: {tool}. Use one of: {expected}.',
|
|
865
|
+
reason_filesystem: 'Mandatory local workspace access.',
|
|
866
|
+
reason_context7: 'Use up-to-date official documentation at implementation time.',
|
|
867
|
+
reason_database_none: 'No database stack detected yet.',
|
|
868
|
+
reason_database_enabled: 'Context indicates database-backed features (remote MCP endpoint recommended).',
|
|
869
|
+
reason_web_search: 'Useful for package vetting and release-note verification.',
|
|
870
|
+
reason_chain_rpc_disabled: 'Web3 is disabled for this project.',
|
|
871
|
+
reason_chain_rpc_enabled: 'dApp context detected; chain RPC access is required.',
|
|
872
|
+
note_workspace_local: 'This is a workspace-local preset generated by AIOSON.',
|
|
873
|
+
note_replace_placeholders: 'Replace placeholder commands with the MCP servers you actually use.',
|
|
874
|
+
note_keep_secrets_env: 'Keep secrets in environment variables, never inline tokens.',
|
|
875
|
+
generated: 'MCP plan written: {path}',
|
|
876
|
+
dry_run_generated: '[dry-run] MCP plan would be written: {path}',
|
|
877
|
+
server_count: 'MCP servers in plan: {count}',
|
|
878
|
+
preset_count: 'Tool presets generated: {count}',
|
|
879
|
+
preset_written: 'Preset written ({tool}): {path}',
|
|
880
|
+
preset_dry_run: '[dry-run] Preset would be written ({tool}): {path}'
|
|
881
|
+
},
|
|
882
|
+
mcp_doctor: {
|
|
883
|
+
prefix_ok: 'OK',
|
|
884
|
+
prefix_warn: 'WARN',
|
|
885
|
+
prefix_fail: 'FAIL',
|
|
886
|
+
check_line: '[{prefix}] {id} - {message}',
|
|
887
|
+
hint_line: ' Hint: {hint}',
|
|
888
|
+
context_missing: 'project.context.md was not found.',
|
|
889
|
+
context_missing_hint: 'Run setup first for context-aware MCP validation.',
|
|
890
|
+
context_parse_invalid: 'project.context.md could not be parsed ({reason}).',
|
|
891
|
+
context_parse_invalid_hint: 'Fix context formatting to enable stack-aware MCP validation.',
|
|
892
|
+
context_ok: 'project.context.md is available and parseable.',
|
|
893
|
+
plan_missing: 'MCP plan file was not found (.aioson/mcp/servers.local.json).',
|
|
894
|
+
plan_missing_hint: 'Run: aioson mcp:init',
|
|
895
|
+
plan_invalid: 'MCP plan JSON is invalid: {error}',
|
|
896
|
+
plan_invalid_hint: 'Regenerate the plan with: aioson mcp:init',
|
|
897
|
+
plan_ok: 'MCP plan file is present and valid JSON.',
|
|
898
|
+
plan_servers_ok: 'MCP plan declares {count} server definition(s).',
|
|
899
|
+
plan_servers_missing: 'MCP plan has no server definitions.',
|
|
900
|
+
plan_servers_hint: 'Regenerate with: aioson mcp:init',
|
|
901
|
+
core_enabled: 'Core MCP server "{server}" is enabled.',
|
|
902
|
+
core_missing: 'Core MCP server "{server}" is missing or disabled.',
|
|
903
|
+
core_missing_hint: 'Regenerate and keep baseline core servers enabled.',
|
|
904
|
+
presets_any_ok: '{count} MCP preset file(s) found.',
|
|
905
|
+
presets_any_missing: 'No MCP preset files were found.',
|
|
906
|
+
presets_any_hint: 'Run: aioson mcp:init',
|
|
907
|
+
presets_coverage_partial: 'Only {existing}/{total} tool presets are present.',
|
|
908
|
+
presets_coverage_partial_hint:
|
|
909
|
+
'Run: aioson mcp:init (without --tool) to generate all presets.',
|
|
910
|
+
presets_coverage_full: 'All tool presets are present (claude, codex, gemini, opencode).',
|
|
911
|
+
env_none_required: 'No required environment variables in enabled MCP servers.',
|
|
912
|
+
env_missing: '{missing}/{total} required env var(s) are missing: {vars}',
|
|
913
|
+
env_missing_hint_strict: 'Set the missing variables before execution.',
|
|
914
|
+
env_missing_hint_relaxed:
|
|
915
|
+
'Set variables for full runtime readiness. Use --strict-env to fail on this check.',
|
|
916
|
+
env_all_present: 'All required env vars are available ({count}).',
|
|
917
|
+
compat_database_ok: 'Database MCP matches context stack engine ({engine}).',
|
|
918
|
+
compat_database_mismatch: 'Database MCP does not fully match context stack ({engine}).',
|
|
919
|
+
compat_database_hint: 'Regenerate with: aioson mcp:init, or adjust database server manually.',
|
|
920
|
+
compat_web3_ok: 'chain-rpc MCP is enabled for Web3 context.',
|
|
921
|
+
compat_web3_missing: 'Web3 context detected, but chain-rpc MCP is missing or disabled.',
|
|
922
|
+
compat_web3_missing_hint: 'Regenerate with: aioson mcp:init',
|
|
923
|
+
compat_web3_unneeded: 'chain-rpc MCP is enabled, but context is not Web3.',
|
|
924
|
+
compat_web3_unneeded_hint: 'Disable chain-rpc if not needed.',
|
|
925
|
+
report_title: 'MCP doctor report: {path}',
|
|
926
|
+
summary: 'Summary: {passed} passed, {failed} failed, {warnings} warnings.'
|
|
927
|
+
},
|
|
928
|
+
qa_doctor: {
|
|
929
|
+
prefix_ok: 'OK',
|
|
930
|
+
prefix_warn: 'WARN',
|
|
931
|
+
prefix_fail: 'FAIL',
|
|
932
|
+
check_line: '[{prefix}] {id} - {message}',
|
|
933
|
+
hint_line: ' Hint: {hint}',
|
|
934
|
+
report_title: 'QA doctor report: {path}',
|
|
935
|
+
summary: 'Summary: {passed} passed, {failed} failed, {warnings} warnings.',
|
|
936
|
+
playwright_ok: 'Playwright is installed.',
|
|
937
|
+
playwright_missing: 'Playwright package not found.',
|
|
938
|
+
playwright_missing_hint: 'Run: npm install -g playwright && npx playwright install chromium',
|
|
939
|
+
chromium_ok: 'Chromium browser binary found.',
|
|
940
|
+
chromium_missing: 'Chromium binary not found.',
|
|
941
|
+
chromium_missing_hint: 'Run: npx playwright install chromium',
|
|
942
|
+
config_ok: 'aios-qa.config.json found and valid.',
|
|
943
|
+
config_missing: 'aios-qa.config.json not found.',
|
|
944
|
+
config_missing_hint: 'Run: aioson qa:init --url=<your-app-url>',
|
|
945
|
+
config_invalid: 'aios-qa.config.json is not valid JSON: {error}',
|
|
946
|
+
url_ok: 'Target URL is reachable ({url}).',
|
|
947
|
+
url_missing: 'No target URL configured in aios-qa.config.json.',
|
|
948
|
+
url_missing_hint: 'Run: aioson qa:init --url=<your-app-url>',
|
|
949
|
+
url_unreachable: 'Target URL is not reachable ({url}): {error}',
|
|
950
|
+
url_unreachable_hint: 'Start your application before running qa:run or qa:scan.',
|
|
951
|
+
context_ok: 'project.context.md found — tests will be enriched with project context.',
|
|
952
|
+
context_missing: 'project.context.md not found — running in generic mode.',
|
|
953
|
+
prd_ok: 'prd.md found — {count} acceptance criteria mapped to test scenarios.',
|
|
954
|
+
prd_missing: 'prd.md not found — AC coverage mapping will be skipped.'
|
|
955
|
+
},
|
|
956
|
+
qa_init: {
|
|
957
|
+
context_found: 'Context found: project={name}, url={url}',
|
|
958
|
+
prd_found: 'prd.md found — extracted {count} acceptance criteria as test scenarios.',
|
|
959
|
+
prd_missing: 'prd.md not found — no AC scenarios generated. Add prd.md to enrich tests.',
|
|
960
|
+
generated: 'QA config written: {path}',
|
|
961
|
+
dry_run_generated: '[dry-run] QA config would be written: {path}',
|
|
962
|
+
scenarios_count: 'Test scenarios from prd.md: {count}',
|
|
963
|
+
personas_count: 'Personas enabled: {count} (naive, hacker, power, mobile)',
|
|
964
|
+
probes_count: 'Security probes enabled: {count}',
|
|
965
|
+
next_steps: 'Next steps:',
|
|
966
|
+
step_doctor: '1. Verify prerequisites: aioson qa:doctor',
|
|
967
|
+
step_run: '2. Run browser tests: aioson qa:run'
|
|
968
|
+
},
|
|
969
|
+
qa_run: {
|
|
970
|
+
playwright_missing: 'Playwright is not installed. Run: npm install -g playwright && npx playwright install chromium',
|
|
971
|
+
config_missing: 'aios-qa.config.json not found. Run: aioson qa:init --url=<your-app-url>',
|
|
972
|
+
url_missing: 'No URL configured. Add url to aios-qa.config.json or use --url=<app-url>.',
|
|
973
|
+
starting: 'Starting browser QA session: {url}',
|
|
974
|
+
persona_start: 'Running persona: {persona}',
|
|
975
|
+
persona_done: 'Persona "{persona}" complete — {count} finding(s)',
|
|
976
|
+
accessibility: 'Running accessibility audit...',
|
|
977
|
+
performance: 'Capturing performance metrics...',
|
|
978
|
+
ac_scenarios: 'Documenting AC coverage...',
|
|
979
|
+
done: 'QA session complete.',
|
|
980
|
+
report_written: 'Report written: {path}',
|
|
981
|
+
json_written: 'JSON report written: {path}',
|
|
982
|
+
screenshots_dir: 'Screenshots saved to: {path}',
|
|
983
|
+
findings_summary: 'Findings: {critical} critical, {high} high, {medium} medium, {low} low',
|
|
984
|
+
html_report_written: 'HTML report written: {path}'
|
|
985
|
+
},
|
|
986
|
+
qa_scan: {
|
|
987
|
+
playwright_missing: 'Playwright is not installed. Run: npm install -g playwright && npx playwright install chromium',
|
|
988
|
+
config_missing: 'aios-qa.config.json not found. Run: aioson qa:init --url=<your-app-url>',
|
|
989
|
+
url_missing: 'No URL configured. Add url to aios-qa.config.json or use --url=<app-url>.',
|
|
990
|
+
starting: 'Starting autonomous scan: {url}',
|
|
991
|
+
crawling: 'Crawling routes (max depth {depth}, max pages {pages})...',
|
|
992
|
+
routes_found: 'Routes discovered: {count}',
|
|
993
|
+
scanning_route: 'Scanning: {route}',
|
|
994
|
+
done: 'Autonomous scan complete.',
|
|
995
|
+
report_written: 'Report written: {path}',
|
|
996
|
+
findings_summary: 'Findings: {critical} critical, {high} high, {medium} medium, {low} low',
|
|
997
|
+
html_report_written: 'HTML report written: {path}'
|
|
998
|
+
},
|
|
999
|
+
qa_report: {
|
|
1000
|
+
not_found: 'No QA report found. Run: aioson qa:run or aioson qa:scan',
|
|
1001
|
+
html_report_written: 'HTML report written: {path}'
|
|
1002
|
+
},
|
|
1003
|
+
harness: {
|
|
1004
|
+
init_success: 'Harness initialized for feature: {slug}',
|
|
1005
|
+
init_exists: 'Harness already initialized in {path}',
|
|
1006
|
+
contract_not_found: 'Contract not found for slug: {slug}',
|
|
1007
|
+
validating: 'Validating harness for {slug}...',
|
|
1008
|
+
blocked: 'Execution paused: {reason}',
|
|
1009
|
+
init_dry_run: '[dry-run] Would initialize harness for {slug}'
|
|
1010
|
+
},
|
|
1011
|
+
web_map: {
|
|
1012
|
+
url_missing: 'Missing required option: --url=<url>.',
|
|
1013
|
+
starting: 'Mapping site: {url}',
|
|
1014
|
+
pages_found: 'Pages discovered: {count}',
|
|
1015
|
+
page_line: '- {url} | depth={depth} | status={status} | links={links}',
|
|
1016
|
+
done: 'Web map complete.',
|
|
1017
|
+
failed: 'Web map failed: {error}'
|
|
1018
|
+
},
|
|
1019
|
+
web_scrape: {
|
|
1020
|
+
url_missing: 'Missing required option: --url=<url>.',
|
|
1021
|
+
invalid_format: 'Invalid --format value: {format}. Use markdown, text, html, or links.',
|
|
1022
|
+
fetching: 'Fetching page: {url}',
|
|
1023
|
+
title_line: 'Title: {title}',
|
|
1024
|
+
status_line: 'Status: {status} | Content-Type: {type}',
|
|
1025
|
+
done: 'Web scrape complete ({format}).',
|
|
1026
|
+
failed: 'Web scrape failed: {error}'
|
|
1027
|
+
},
|
|
1028
|
+
config: {
|
|
1029
|
+
usage_error:
|
|
1030
|
+
'Usage: aioson config <set KEY=value|show|get KEY> [--json] [--locale=en]',
|
|
1031
|
+
set_ok: 'Config key set: {key} (saved to {path})',
|
|
1032
|
+
show_header: 'Global config: {path}',
|
|
1033
|
+
show_empty: ' (no keys configured)',
|
|
1034
|
+
show_line: ' {key} = {value}',
|
|
1035
|
+
get_line: '{key} = {value}',
|
|
1036
|
+
key_not_found: 'Key not found: {key}'
|
|
1037
|
+
},
|
|
1038
|
+
runtime: {
|
|
1039
|
+
option_required: 'Required option missing: {option}',
|
|
1040
|
+
store_missing: 'Runtime store not found: {path}. Run: aioson runtime:init',
|
|
1041
|
+
init_ok: 'Runtime store initialized: {path}',
|
|
1042
|
+
ingest_ok: 'Runtime contents indexed: {indexed} | skipped: {skipped} ({path})',
|
|
1043
|
+
task_start_ok: 'Task started: {task} ({path})',
|
|
1044
|
+
start_ok: 'Run started: {run} ({path})',
|
|
1045
|
+
update_ok: 'Run updated: {run} ({path})',
|
|
1046
|
+
task_finish_ok: 'Task completed: {task} ({path})',
|
|
1047
|
+
finish_ok: 'Run completed: {run} ({path})',
|
|
1048
|
+
task_fail_ok: 'Task failed: {task} ({path})',
|
|
1049
|
+
fail_ok: 'Run failed: {run} ({path})',
|
|
1050
|
+
log_ok: 'Event logged: {agent} / {run} ({path})',
|
|
1051
|
+
log_finish_ok: 'Run finished: {agent} / {run} ({path})',
|
|
1052
|
+
log_agent_required: 'Missing required option: --agent',
|
|
1053
|
+
status_title: 'Runtime status: {path}',
|
|
1054
|
+
status_db: 'DB: {path}',
|
|
1055
|
+
status_task_counts:
|
|
1056
|
+
'Tasks -> Queued: {queued} | Running: {running} | Completed: {completed} | Failed: {failed}',
|
|
1057
|
+
status_counts:
|
|
1058
|
+
'Runs -> Queued: {queued} | Running: {running} | Completed: {completed} | Failed: {failed}',
|
|
1059
|
+
status_no_active_tasks: 'No active tasks.',
|
|
1060
|
+
status_active_tasks_title: 'Active tasks:',
|
|
1061
|
+
status_active_task_line: '- {task} | squad: {squad} | status: {status} | work: {title}',
|
|
1062
|
+
status_no_active: 'No active agent runs.',
|
|
1063
|
+
status_active_title: 'Active runs:',
|
|
1064
|
+
status_active_line: '- {agent} | squad: {squad} | status: {status} | work: {title}',
|
|
1065
|
+
status_live_sessions_title: 'Active live sessions:',
|
|
1066
|
+
status_live_session_line: '- {task} | agent: {agent} | status: {status} | plan: {plan} | micro: {micro} | handoffs: {handoffs} | work: {title}',
|
|
1067
|
+
status_micro_tasks_title: 'Active micro-tasks:',
|
|
1068
|
+
status_micro_task_line: '- {task} | parent: {parent} | status: {status} | work: {title}',
|
|
1069
|
+
status_handoffs_title: 'Recent handoffs:',
|
|
1070
|
+
status_handoff_line: '- {created} | {from} -> {to} | session: {session} | {message}'
|
|
1071
|
+
},
|
|
1072
|
+
live: {
|
|
1073
|
+
unsupported_tool: 'Unsupported live tool: {tool}. Supported tools: {supported}',
|
|
1074
|
+
plan_not_found: 'Plan file not found: {plan}',
|
|
1075
|
+
no_active_session: 'No active live session found for {agent}.',
|
|
1076
|
+
session_not_active: 'Live session for {agent} is not active.',
|
|
1077
|
+
json_requires_no_launch: '--json requires --no-launch for live:start because foreground launch is interactive.',
|
|
1078
|
+
tool_binary_not_found: 'Tool binary not found in PATH: {binary}',
|
|
1079
|
+
tool_mismatch: 'Active session uses tool "{existing}" but --tool={requested} was given. Close the session first or use the same tool.',
|
|
1080
|
+
micro_task_already_open: 'A live micro-task is already open for {agent}. Emit task_completed before task_started again.',
|
|
1081
|
+
handoff_same_agent: 'live:handoff requires different --agent and --to values.',
|
|
1082
|
+
handoff_agent_mismatch: 'No active live session found for {agent}.',
|
|
1083
|
+
watch_json_conflict: '--watch cannot be combined with --json.',
|
|
1084
|
+
no_session_found: 'No live session found.',
|
|
1085
|
+
no_session_for_agent: 'No live session found for {agent}.',
|
|
1086
|
+
session_already_closed: 'Live session {session} is already closed.',
|
|
1087
|
+
session_already_active: 'Live session already active: {agent} | session: {session} | run: {runKey} ({dbPath})',
|
|
1088
|
+
session_started: 'Live session started: {agent} | tool: {tool} | session: {session} ({dbPath})',
|
|
1089
|
+
event_recorded: 'Live event recorded: {agent} | {eventType} | {session} ({dbPath})',
|
|
1090
|
+
handoff_recorded: 'Live handoff recorded: {from} -> {to} | {session} ({dbPath})',
|
|
1091
|
+
session_closed: 'Live session closed: {agent} | {session} ({dbPath})',
|
|
1092
|
+
process_dead_warning: 'Process is dead while the live session is still open. Close it manually with `aioson live:close . --status=failed`.',
|
|
1093
|
+
tmux_not_found: 'tmux not found. Install tmux to use --tmux, or remove the flag to continue without terminal split.',
|
|
1094
|
+
tmux_starting: 'Starting tmux session: agent {agent} | tool {tool} ...',
|
|
1095
|
+
tmux_recreate: 'Previous tmux session ended. Recreating live session for {agent} ({session})...',
|
|
1096
|
+
tmux_reattach: 'Tmux session still active. Reattaching to {agent} ({session})...',
|
|
1097
|
+
list_title: 'Live sessions ({count}):',
|
|
1098
|
+
list_empty: 'No live sessions found.',
|
|
1099
|
+
list_line: '- {session} | {agent} | {tool} | {phase} | {updatedAt}'
|
|
1100
|
+
},
|
|
1101
|
+
squad_status: {
|
|
1102
|
+
no_squad: 'No squads found.',
|
|
1103
|
+
hint: 'Use @squad in your AI session to assemble a squad.',
|
|
1104
|
+
squads_found: '{count} squad(s) found:',
|
|
1105
|
+
most_recent: '(most recent)',
|
|
1106
|
+
squad_item: ' [{file}]{marker}',
|
|
1107
|
+
name: ' Squad : {value}',
|
|
1108
|
+
mode: ' Mode : {value}',
|
|
1109
|
+
goal: ' Goal : {value}',
|
|
1110
|
+
agents: ' Agents : {specialists} specialists / {total} total ({path})',
|
|
1111
|
+
sessions: ' Sessions : {count} ({path})',
|
|
1112
|
+
latest_html: ' Latest HTML : {value}',
|
|
1113
|
+
logs: ' Logs : {count} ({path})',
|
|
1114
|
+
genomes: ' Genomes : {count} squad-level / {agent_count} agent bindings',
|
|
1115
|
+
model_tiers: ' Model Tiers : {value}',
|
|
1116
|
+
estimated_cost: ' Est. Cost : ~${value}/run'
|
|
1117
|
+
},
|
|
1118
|
+
squad_agent_create: {
|
|
1119
|
+
no_name: 'Usage: aioson squad:agent-create [path] --name=<agent-name> [--type=agent|assistant|clone|worker] [--scope=my-agents|squad] [--squad=<slug>]',
|
|
1120
|
+
invalid_scope: 'Invalid scope: "{scope}". Use "my-agents" or "squad".',
|
|
1121
|
+
invalid_type: 'Invalid type: "{type}". Use: agent, assistant, clone, worker.',
|
|
1122
|
+
invalid_tier: 'Invalid tier: "{tier}". Use: 0 (foundation), 1 (master), 2 (systematizer), 3 (specialist).',
|
|
1123
|
+
invalid_disc: 'Invalid DISC profile: "{disc}".',
|
|
1124
|
+
no_squads: 'No squads found. Create a squad first with @squad or provide --squad=<slug>.',
|
|
1125
|
+
squad_required: '--squad=<slug> required when scope is "squad".',
|
|
1126
|
+
squad_not_found: 'Squad "{squad}" not found.',
|
|
1127
|
+
already_exists: 'Agent already exists: {path}'
|
|
1128
|
+
},
|
|
1129
|
+
squad_doctor: {
|
|
1130
|
+
prefix_ok: 'OK',
|
|
1131
|
+
prefix_warn: 'WARN',
|
|
1132
|
+
prefix_fail: 'FAIL',
|
|
1133
|
+
report_title: 'Squad report {squad}: {path}',
|
|
1134
|
+
check_line: '[{prefix}] {message}',
|
|
1135
|
+
check_metadata: 'Squad metadata present: {path}',
|
|
1136
|
+
check_manifest: 'Squad manifest present: {path}',
|
|
1137
|
+
check_rules: 'Rules/agents.md present: {path}',
|
|
1138
|
+
check_design_doc: 'Squad design doc: {path}',
|
|
1139
|
+
check_readiness: 'Squad readiness: {path}',
|
|
1140
|
+
check_executors: 'Declared executors: {count} | missing files: {missing}',
|
|
1141
|
+
check_output_dir: 'Squad output directory: {path}',
|
|
1142
|
+
check_media_dir: 'Squad media directory: {path}',
|
|
1143
|
+
check_runtime_missing: 'Runtime store missing. Run aioson runtime:init.',
|
|
1144
|
+
check_active_runs: 'Active runs: {count} | possibly stuck (> {minutes} min): {stale}',
|
|
1145
|
+
check_content_indexing: 'Indexed contents: {indexed} | pending output files: {pending}',
|
|
1146
|
+
summary: 'Summary -> checks OK: {passed} | warnings: {warned} | failures: {failed}'
|
|
1147
|
+
},
|
|
1148
|
+
scan_project: {
|
|
1149
|
+
scanning: 'aioson scan:project — scanning {dir}',
|
|
1150
|
+
folder_required:
|
|
1151
|
+
'Pass --folder=<path[,path2]> to generate full scans for specific folders. Example: --folder=src or --folder=app.',
|
|
1152
|
+
folder_required_examples_title: '\x1b[33mQuick start:\x1b[0m',
|
|
1153
|
+
folder_required_example_local:
|
|
1154
|
+
' Local maps only : aioson scan:project . --folder=src',
|
|
1155
|
+
folder_required_example_multi:
|
|
1156
|
+
' Multiple folders: aioson scan:project . --folder=src,app',
|
|
1157
|
+
folder_required_example_llm:
|
|
1158
|
+
' API automation : aioson scan:project . --folder=src --with-llm --provider=openai',
|
|
1159
|
+
folder_required_example_cli:
|
|
1160
|
+
' No API in aioson: aioson scan:project . --folder=src -> then run @analyst in Codex/Claude/Gemini',
|
|
1161
|
+
folder_required_example_prompt:
|
|
1162
|
+
' Ready prompt : aioson agent:prompt analyst --tool=codex',
|
|
1163
|
+
folder_required_example_next:
|
|
1164
|
+
' Workflow after full scan: @analyst -> @architect -> @dev',
|
|
1165
|
+
folder_not_found: 'Folder "{folder}" was not found in this project. Top-level directories detected: {available}',
|
|
1166
|
+
config_missing: '{file} not found. To use LLM mode, copy aioson-models.json and fill in your API keys.',
|
|
1167
|
+
config_invalid: 'Invalid JSON in aioson-models.json: {error}',
|
|
1168
|
+
provider_missing: 'LLM provider "{provider}" not found in aioson-models.json. Available: {available}',
|
|
1169
|
+
provider_info: ' Provider : {provider}',
|
|
1170
|
+
model_info: ' Model : {model}',
|
|
1171
|
+
context_found: ' Context : project.context.md found',
|
|
1172
|
+
context_missing: ' Context : project.context.md not found (run aioson setup:context first)',
|
|
1173
|
+
spec_found: ' Spec : spec.md found — development memory included',
|
|
1174
|
+
existing_discovery_found: ' Context : existing discovery.md found at {path}',
|
|
1175
|
+
existing_skeleton_found: ' Context : existing skeleton-system.md found at {path}',
|
|
1176
|
+
context_update_mode: ' Mode : update/merge of existing discovery.md + skeleton-system.md enabled',
|
|
1177
|
+
context_mode: ' Context : context-mode={mode} (recommended default for brownfield: merge)',
|
|
1178
|
+
local_only: ' LLM : disabled by default — local scan only (use --with-llm to generate discovery.md + skeleton-system.md)',
|
|
1179
|
+
walking: ' Scanning project structure...',
|
|
1180
|
+
walk_done: ' Files : {files} entries mapped | Key files: {keys} read',
|
|
1181
|
+
index_written: ' Index : local scan index written to {path} (mode: {mode})',
|
|
1182
|
+
folders_written: ' Folders : folder map written to {path}',
|
|
1183
|
+
folder_written: ' Folder : full map for {folder} written to {path}',
|
|
1184
|
+
forge_written: ' AIOS : useful .aioson map written to {path}',
|
|
1185
|
+
memory_index_written: ' Memory : memory-index.md written to {path}',
|
|
1186
|
+
spec_current_written: ' Memory : spec-current.md written to {path}',
|
|
1187
|
+
spec_history_written: ' Memory : spec-history.md written to {path}',
|
|
1188
|
+
module_memory_written: ' Module : focused memory for {folder} written to {path}',
|
|
1189
|
+
dry_run_done: '[dry-run] Would scan {treeCount} entries and {keyCount} key files — no LLM call made.',
|
|
1190
|
+
local_done: ' Result : local scan completed — index, folder map, requested folder scans and .aioson map are ready.',
|
|
1191
|
+
local_missing: ' Missing : discovery.md + skeleton-system.md were not generated in this local-only scan.',
|
|
1192
|
+
architecture_note: ' Note : architecture.md is not generated by scan:project; it comes later from @architect.',
|
|
1193
|
+
local_paths_title: '\n\x1b[33m How to generate discovery now:\x1b[0m',
|
|
1194
|
+
local_path_api: ' \x1b[32mPath A — API automation\x1b[0m',
|
|
1195
|
+
calling_llm: ' Calling {provider} ({model})...',
|
|
1196
|
+
llm_missing_api_key:
|
|
1197
|
+
'The API key for provider "{provider}" is still missing in {file}. Fill providers.{provider}.api_key or choose another provider with --provider=...',
|
|
1198
|
+
llm_error: 'LLM call failed: {error}',
|
|
1199
|
+
gitignore_policy_written:
|
|
1200
|
+
' Gitignore: AIOSON policy updated in {path} to ignore framework-managed files',
|
|
1201
|
+
gitignore_tracked_note:
|
|
1202
|
+
' Gitignore: if those files were already tracked by Git before, you still need one git rm --cached pass for them to stop appearing in status',
|
|
1203
|
+
invalid_llm_output_discovery_empty:
|
|
1204
|
+
'The LLM returned an empty discovery.md. No existing files were overwritten. Keep the current backup and retry with a stronger model or fewer folders.',
|
|
1205
|
+
invalid_llm_output_skeleton_empty:
|
|
1206
|
+
'The LLM returned an empty skeleton-system.md after the delimiter. No existing files were overwritten. Retry with a stronger model or a smaller scope.',
|
|
1207
|
+
gitignore_backups_written: ' Gitignore: local backup rule ensured in {path}',
|
|
1208
|
+
backups_written: ' Backup : saved {count} file(s) into {path}',
|
|
1209
|
+
discovery_written: 'discovery.md written: {path} ({chars} chars)',
|
|
1210
|
+
skeleton_written: 'skeleton-system.md written: {path} ({chars} chars)',
|
|
1211
|
+
skeleton_missing: 'Skeleton delimiter not found in LLM response — skeleton-system.md not written.',
|
|
1212
|
+
local_next_steps: ' 1. Run: aioson scan:project {target} --folder={folders} --with-llm --provider=<provider>',
|
|
1213
|
+
local_path_cli: ' \x1b[36mPath B — Your AI CLI (no API inside aioson)\x1b[0m',
|
|
1214
|
+
local_cli_step_analyst: ' 2. In Codex, Claude Code, or another client, run @analyst — it can use scan-index.md + scan-folders.md + scan-<folder>.md to write discovery.md',
|
|
1215
|
+
local_cli_step_prompt_codex: ' 3. If the client does not understand @analyst, generate a ready prompt: aioson agent:prompt analyst --tool=codex',
|
|
1216
|
+
local_cli_step_prompt_claude: ' 4. Swap --tool=codex for --tool=claude or --tool=gemini when needed',
|
|
1217
|
+
local_cli_step_model_hint: ' 5. If your client supports model selection, prefer a fast/cheap model for this discovery step',
|
|
1218
|
+
local_workflow_title: '\n\x1b[33m After discovery:\x1b[0m',
|
|
1219
|
+
local_step_architect: ' 3. Run @architect — generates architecture.md from the consolidated discovery',
|
|
1220
|
+
local_step_dev: ' 4. Run @dev — only start coding after discovery.md + architecture.md are ready',
|
|
1221
|
+
next_steps: '\n Next steps:',
|
|
1222
|
+
step_analyst: ' 1. Open your AI coding session and run @analyst — review discovery.md + skeleton-system.md and consolidate the current scope',
|
|
1223
|
+
step_architect: ' 2. Run @architect — generates architecture.md from the consolidated discovery',
|
|
1224
|
+
step_dev: ' 3. Run @dev — reads skeleton-system.md first, then discovery.md + architecture.md + spec.md'
|
|
1225
|
+
},
|
|
1226
|
+
squad_investigate: {
|
|
1227
|
+
no_runtime: 'Runtime store not found. Run aioson runtime:init first.',
|
|
1228
|
+
no_investigations: 'No investigations found.',
|
|
1229
|
+
not_found: 'Investigation not found: {slug}',
|
|
1230
|
+
no_report: 'Investigation "{slug}" has no report file.',
|
|
1231
|
+
report_missing: 'Report file not found: {path}',
|
|
1232
|
+
show_usage: 'Usage: aioson squad:investigate [path] --sub=show --investigation=<slug>',
|
|
1233
|
+
score_usage: 'Usage: aioson squad:investigate [path] --sub=score --investigation=<slug>',
|
|
1234
|
+
link_usage: 'Usage: aioson squad:investigate [path] --sub=link --investigation=<slug> --squad=<slug>',
|
|
1235
|
+
register_usage: 'Usage: aioson squad:investigate [path] --sub=register --report=<path> [--domain=<name>] [--squad=<slug>]',
|
|
1236
|
+
linked: 'Investigation "{investigation}" linked to squad "{squad}".',
|
|
1237
|
+
registered: 'Investigation registered: {slug} ({path})',
|
|
1238
|
+
unknown_sub: 'Unknown subcommand: {sub}. Use: list, show, score, link, register.'
|
|
1239
|
+
},
|
|
1240
|
+
|
|
1241
|
+
squad_daemon: {
|
|
1242
|
+
squad_required: 'Squad slug is required. Use --squad=<slug>.',
|
|
1243
|
+
started: 'Daemon started for squad "{squad}" on port {port} ({workers} workers, {cron} cron jobs)',
|
|
1244
|
+
webhook_hint: 'Webhook endpoint: POST http://127.0.0.1:{port}/webhook/<worker-slug>',
|
|
1245
|
+
stop_hint: 'Press Ctrl+C to stop.',
|
|
1246
|
+
stopping: 'Stopping daemon...',
|
|
1247
|
+
start_failed: 'Failed to start daemon: {error}',
|
|
1248
|
+
no_runtime: 'Runtime store not found. Run aioson runtime:init first.',
|
|
1249
|
+
no_daemons: 'No daemon records found.',
|
|
1250
|
+
not_found: 'No daemon record for squad: {squad}',
|
|
1251
|
+
not_running: 'Daemon for squad "{squad}" is not running.',
|
|
1252
|
+
signal_sent: 'SIGTERM sent to daemon for "{squad}" (pid {pid}).',
|
|
1253
|
+
process_gone: 'Daemon process for "{squad}" is no longer running.',
|
|
1254
|
+
no_logs: 'No daemon activity logs found.',
|
|
1255
|
+
unknown_sub: 'Unknown subcommand: {sub}. Use: start, status, stop, logs.'
|
|
1256
|
+
},
|
|
1257
|
+
|
|
1258
|
+
squad_mcp: {
|
|
1259
|
+
squad_required: 'Squad slug is required. Use --squad=<slug>.',
|
|
1260
|
+
connectors_title: 'Built-in MCP Connectors:',
|
|
1261
|
+
actions: 'Actions',
|
|
1262
|
+
required_config: 'Required',
|
|
1263
|
+
no_integrations: 'No integrations configured for squad "{squad}".',
|
|
1264
|
+
missing_config: 'Missing config',
|
|
1265
|
+
calls: 'Calls',
|
|
1266
|
+
mcp_required: 'MCP slug is required. Use --mcp=<slug>.',
|
|
1267
|
+
connector_required: 'Connector ID is required. Use --connector=<id>.',
|
|
1268
|
+
unknown_connector: 'Unknown connector: {connector}. Use --sub=connectors to list available.',
|
|
1269
|
+
configured: 'Integration "{mcp}" configured with connector "{connector}" (status: {status}).',
|
|
1270
|
+
still_missing: 'Still missing env/config: {keys}',
|
|
1271
|
+
not_configured: 'Integration "{mcp}" is not configured.',
|
|
1272
|
+
test_missing: 'Integration "{mcp}" has missing config: {keys}',
|
|
1273
|
+
test_ok: 'Integration "{mcp}" ({connector}) — config OK.',
|
|
1274
|
+
health_url: 'Health check URL: {url}',
|
|
1275
|
+
testing_connection: 'Testing connection...',
|
|
1276
|
+
health_ok: 'Connection OK (HTTP {statusCode})',
|
|
1277
|
+
health_error: 'Connection error: {error}',
|
|
1278
|
+
health_skipped: 'Health check not available for this connector',
|
|
1279
|
+
action_required: 'Action slug is required. Use --action=<slug>.',
|
|
1280
|
+
invalid_input: 'Invalid JSON. Provide valid JSON with --input.',
|
|
1281
|
+
unknown_sub: 'Unknown subcommand: {sub}. Use: status, connectors, configure, test, call.'
|
|
1282
|
+
},
|
|
1283
|
+
|
|
1284
|
+
squad_roi: {
|
|
1285
|
+
squad_required: 'Squad slug is required. Use --squad=<slug>.',
|
|
1286
|
+
config_saved: 'ROI config saved for squad "{squad}".',
|
|
1287
|
+
pricing_model: 'Pricing model',
|
|
1288
|
+
setup_fee: 'Setup fee',
|
|
1289
|
+
monthly_fee: 'Monthly fee',
|
|
1290
|
+
percentage: 'Percentage',
|
|
1291
|
+
contract: 'Contract',
|
|
1292
|
+
metric_required: 'Metric key and value are required. Use --key=<name> --value=<N>.',
|
|
1293
|
+
metric_saved: 'Metric "{key}" = {value} saved for squad "{squad}".',
|
|
1294
|
+
no_metrics: 'No metrics found for squad "{squad}".',
|
|
1295
|
+
report_title: 'ROI Report — {squad}',
|
|
1296
|
+
baseline: 'Baseline',
|
|
1297
|
+
actual: 'Current',
|
|
1298
|
+
target: 'Target',
|
|
1299
|
+
period: 'Period',
|
|
1300
|
+
cost_section: 'Cost Summary:',
|
|
1301
|
+
monthly_cost: 'Monthly effective cost',
|
|
1302
|
+
exported: 'Report exported to {file} ({format}).',
|
|
1303
|
+
unknown_sub: 'Unknown subcommand: {sub}. Use: config, metric, report, export.'
|
|
1304
|
+
},
|
|
1305
|
+
|
|
1306
|
+
squad_worker: {
|
|
1307
|
+
squad_required: 'Squad slug is required. Use --squad=<slug>.',
|
|
1308
|
+
no_workers: 'No workers found for this squad.',
|
|
1309
|
+
run_usage: 'Usage: aioson squad:worker --sub=run --squad=<slug> --worker=<slug> [--input=<json>]',
|
|
1310
|
+
test_usage: 'Usage: aioson squad:worker --sub=test --squad=<slug> --worker=<slug>',
|
|
1311
|
+
scaffold_usage: 'Usage: aioson squad:worker --sub=scaffold --squad=<slug> --worker=<slug> [--trigger=manual|event|scheduled]',
|
|
1312
|
+
not_found: 'Worker not found: {worker}',
|
|
1313
|
+
invalid_input: 'Invalid JSON input. Provide valid JSON with --input.',
|
|
1314
|
+
run_success: 'Worker "{worker}" completed successfully.',
|
|
1315
|
+
run_failed: 'Worker "{worker}" failed: {error}',
|
|
1316
|
+
test_passed: 'Worker "{worker}" test passed.',
|
|
1317
|
+
test_failed: 'Worker "{worker}" test failed: {error}',
|
|
1318
|
+
scaffold_created: 'Worker "{worker}" scaffolded at {path}',
|
|
1319
|
+
no_runtime: 'Runtime store not found. Run aioson runtime:init first.',
|
|
1320
|
+
no_logs: 'No worker runs found.',
|
|
1321
|
+
unknown_sub: 'Unknown subcommand: {sub}. Use: list, run, test, logs, scaffold.'
|
|
1322
|
+
},
|
|
1323
|
+
|
|
1324
|
+
squad_dashboard: {
|
|
1325
|
+
started: 'Squad Dashboard running at {url} (port {port})',
|
|
1326
|
+
filtered: 'Filtering to squad: {squad}',
|
|
1327
|
+
stop_hint: 'Press Ctrl+C to stop.',
|
|
1328
|
+
stopping: 'Stopping Squad Dashboard...',
|
|
1329
|
+
port_in_use: 'Port {port} is already in use. Try --port=<another>'
|
|
1330
|
+
},
|
|
1331
|
+
|
|
1332
|
+
implementation_plan: {
|
|
1333
|
+
not_found: 'Implementation plan not found: {file}',
|
|
1334
|
+
no_runtime: 'Runtime store not found. Run aioson runtime:init first.',
|
|
1335
|
+
no_plans: 'No implementation plans registered.',
|
|
1336
|
+
no_created_date: 'Plan has no created date in frontmatter — cannot check staleness.',
|
|
1337
|
+
is_stale: 'Plan is STALE — source artifacts changed after plan was created.',
|
|
1338
|
+
is_fresh: 'Plan is up to date.',
|
|
1339
|
+
checkpoint_usage: 'Usage: aioson plan [path] --sub=checkpoint --feature=<slug> --phase=<N>',
|
|
1340
|
+
phase_completed: 'Phase {phase} marked as completed.',
|
|
1341
|
+
phase_not_found: 'Phase {phase} not found in plan.',
|
|
1342
|
+
registered: 'Implementation plan registered: {planId} ({phases} phases)'
|
|
1343
|
+
},
|
|
1344
|
+
|
|
1345
|
+
squad_plan: {
|
|
1346
|
+
slug_required: 'Squad slug is required.',
|
|
1347
|
+
not_found: 'Execution plan not found for squad: {slug}',
|
|
1348
|
+
no_runtime: 'Runtime store not found. Run aioson runtime:init first.',
|
|
1349
|
+
no_plan: 'No execution plan registered for squad: {slug}',
|
|
1350
|
+
no_created_date: 'Plan has no created date in frontmatter — cannot check staleness.',
|
|
1351
|
+
is_stale: 'Execution plan is STALE — squad artifacts changed after plan was created.',
|
|
1352
|
+
is_fresh: 'Execution plan is up to date.',
|
|
1353
|
+
checkpoint_usage: 'Usage: aioson squad:plan [path] --sub=checkpoint --squad=<slug> --round=<N>',
|
|
1354
|
+
round_completed: 'Round {round} marked as completed.',
|
|
1355
|
+
round_not_found: 'Round {round} not found in plan.',
|
|
1356
|
+
registered: 'Execution plan registered: {planSlug} ({rounds} rounds)'
|
|
1357
|
+
},
|
|
1358
|
+
|
|
1359
|
+
squad_learning: {
|
|
1360
|
+
slug_required: 'Squad slug is required.',
|
|
1361
|
+
no_runtime: 'Runtime store not found. Run aioson runtime:init first.',
|
|
1362
|
+
no_learnings: 'No learnings found for squad: {slug}',
|
|
1363
|
+
not_found: 'Learning not found: {id}',
|
|
1364
|
+
archived_count: '{count} learning(s) marked as stale for squad: {slug}',
|
|
1365
|
+
promote_usage: 'Usage: aioson squad:learning [path] --sub=promote --squad=<slug> --id=<learning-id> [--to=<rule-path>]',
|
|
1366
|
+
promoted: 'Learning {id} promoted to rule at {path}'
|
|
1367
|
+
},
|
|
1368
|
+
|
|
1369
|
+
learning: {
|
|
1370
|
+
no_runtime: 'Runtime store not found. Run aioson runtime:init first.',
|
|
1371
|
+
no_learnings: 'No project learnings found.',
|
|
1372
|
+
not_found: 'Learning not found: {id}',
|
|
1373
|
+
promote_usage: 'Usage: aioson learning [path] --sub=promote --id=<learning-id> [--to=<rule-path>]',
|
|
1374
|
+
promoted: 'Learning {id} promoted to rule at {path}'
|
|
1375
|
+
},
|
|
1376
|
+
|
|
1377
|
+
auth: {
|
|
1378
|
+
login_no_token: 'No token provided. Get yours at: {url}',
|
|
1379
|
+
login_hint: 'Run: aioson auth:login',
|
|
1380
|
+
login_hint_token: 'Or get a token manually at: {url}',
|
|
1381
|
+
login_verifying: 'Verifying token...',
|
|
1382
|
+
login_ok: '✓ Logged in as {username}. Token saved to {path}.',
|
|
1383
|
+
login_saved: '✓ Token saved to {path}. (Could not verify — API may be offline.)',
|
|
1384
|
+
logout_ok: 'Logged out. Token removed.',
|
|
1385
|
+
status_not_authenticated: 'Not authenticated.',
|
|
1386
|
+
status_checking: 'Checking token...',
|
|
1387
|
+
status_ok: 'Authenticated as {username}.',
|
|
1388
|
+
status_token_offline: 'Token saved (last known user: {username}). API offline or unreachable.',
|
|
1389
|
+
// Browser flow
|
|
1390
|
+
browser_opening: 'Opening browser...',
|
|
1391
|
+
browser_waiting: 'Waiting for browser authentication... (Ctrl+C to cancel)',
|
|
1392
|
+
browser_timeout: 'Timed out. Please try again.',
|
|
1393
|
+
browser_state_mismatch: 'Security check failed: invalid state.',
|
|
1394
|
+
browser_no_token: 'No token received from browser.',
|
|
1395
|
+
browser_failed: 'Browser login failed: {error}',
|
|
1396
|
+
browser_server_error: 'Failed to start local callback server',
|
|
1397
|
+
// Paste flow (WSL2, SSH, headless)
|
|
1398
|
+
paste_open_browser: 'Open the link below in your browser:',
|
|
1399
|
+
paste_instruction: 'After logging in, the page will show a token. Copy it and paste it here.',
|
|
1400
|
+
paste_token_prompt: 'Paste the token here:',
|
|
1401
|
+
paste_no_token: 'No token provided.',
|
|
1402
|
+
},
|
|
1403
|
+
|
|
1404
|
+
workspace: {
|
|
1405
|
+
registering: 'Registering workspace on aioson.com...',
|
|
1406
|
+
init_ok: 'Workspace "{slug}" linked.\n Local: {path}\n Online: {url}',
|
|
1407
|
+
already_linked: 'Workspace already linked: {slug}\n Online: {url}',
|
|
1408
|
+
not_linked: 'No workspace linked to this project.',
|
|
1409
|
+
init_hint: 'Run: aioson workspace:init',
|
|
1410
|
+
status_slug: 'Workspace: {slug}',
|
|
1411
|
+
status_id: 'ID: {id}',
|
|
1412
|
+
status_url: 'URL: {url}',
|
|
1413
|
+
status_created: 'Created: {date}',
|
|
1414
|
+
open_url: 'Open in browser: {url}'
|
|
1415
|
+
},
|
|
1416
|
+
|
|
1417
|
+
store: {
|
|
1418
|
+
error_not_authenticated: 'Not authenticated. Run: aioson auth:login',
|
|
1419
|
+
error_missing_slug: 'Missing --slug.',
|
|
1420
|
+
error_missing_code_or_slug: 'Provide a slug (--slug=X) or an install code.',
|
|
1421
|
+
error_invalid_response: 'Invalid response from aioson.com.',
|
|
1422
|
+
error_genome_not_found: 'Genome "{slug}" not found at {path}.',
|
|
1423
|
+
error_skill_not_found: 'Skill "{slug}" not found in .aioson/skills/ or .aioson/installed-skills/.',
|
|
1424
|
+
error_skill_missing_skillmd: 'Skill "{slug}" has no SKILL.md.',
|
|
1425
|
+
error_squad_not_found: 'Squad "{slug}" not found at {path}.',
|
|
1426
|
+
|
|
1427
|
+
publish_dry_run: '[dry-run] Would publish {type} "{slug}" (visibility: {visibility}).',
|
|
1428
|
+
publish_genome_validating: 'Validating genome...',
|
|
1429
|
+
publish_genome_sending: 'Sending to aioson.com...',
|
|
1430
|
+
publish_genome_done: 'Published: aioson.com/store/genomes/{slug}\n Install: aioson genome:install --slug={slug}',
|
|
1431
|
+
publish_skill_collecting: 'Collecting skill files...',
|
|
1432
|
+
publish_skill_files: ' Files: {count}',
|
|
1433
|
+
publish_skill_sending: 'Sending {count} file(s) to aioson.com...',
|
|
1434
|
+
publish_skill_done: 'Published: aioson.com/store/skills/{slug}\n Install: aioson skill:install --slug={slug}',
|
|
1435
|
+
publish_squad_analyzing_agents: 'Analyzing agents...',
|
|
1436
|
+
publish_squad_agents_found: ' Agents: {count}',
|
|
1437
|
+
publish_squad_analyzing_deps: 'Analyzing dependencies...',
|
|
1438
|
+
publish_squad_bundling_skill: ' Bundling skill: {slug}',
|
|
1439
|
+
publish_squad_skill_missing: ' Skill not found (skipped): {slug}',
|
|
1440
|
+
publish_squad_bundling_genome: ' Bundling genome: {slug}',
|
|
1441
|
+
publish_squad_genome_missing: ' Genome not found (skipped): {slug}',
|
|
1442
|
+
publish_squad_sending: 'Sending to aioson.com...',
|
|
1443
|
+
publish_squad_done: 'Published: aioson.com/store/squads/{slug}\n Install: aioson squad:install --slug={slug}',
|
|
1444
|
+
publish_squad_summary: ' Agents: {agents} | Skills bundled: {skills} | Genomes bundled: {genomes}',
|
|
1445
|
+
|
|
1446
|
+
install_genome_fetching: 'Fetching genome "{ref}" from aioson.com...',
|
|
1447
|
+
install_genome_done: 'Genome "{slug}" installed at {path}.',
|
|
1448
|
+
install_backing_up: ' Backup saved: {path}',
|
|
1449
|
+
install_skill_fetching: 'Fetching skill "{ref}" from aioson.com...',
|
|
1450
|
+
install_skill_done: 'Skill "{slug}" installed at {path}.',
|
|
1451
|
+
install_squad_fetching: 'Fetching squad "{ref}" from aioson.com...',
|
|
1452
|
+
install_squad_writing: 'Installing files...',
|
|
1453
|
+
install_squad_dep_skip: ' {type} "{slug}" already installed — skipping (use --force to replace).',
|
|
1454
|
+
install_squad_done: 'Squad "{slug}" installed at {path}.',
|
|
1455
|
+
|
|
1456
|
+
list_genome_empty: 'No genomes installed in this project.',
|
|
1457
|
+
list_genome_header: '{count} genome(s) installed:',
|
|
1458
|
+
list_genome_item: ' {slug}{version}',
|
|
1459
|
+
list_genome_item_v2: ' {folderMarker} {advisorMarker} {slug} {name} {track}{fidelity}{advisor}',
|
|
1460
|
+
list_genome_conflict_warn: '⚠️ {slug}: both folder and single-file formats exist; folder takes precedence (run "aioson genome:remove --slug={slug}" to clean up).',
|
|
1461
|
+
publish_genome_folder_collecting: 'Collecting genome folder files (Track 4.2/4.3 modular)...',
|
|
1462
|
+
publish_genome_folder_files: ' Files: {count}',
|
|
1463
|
+
publish_genome_folder_track: ' Track: {track} · Fidelity: {fidelity} · Advisor-ready: {advisor}',
|
|
1464
|
+
publish_genome_folder_sending: 'Sending {count} file(s) to aioson.com (folder format)...',
|
|
1465
|
+
publish_genome_conflict_warn: '⚠️ {slug}: both folder and single-file formats exist locally; folder takes precedence for publish.',
|
|
1466
|
+
install_backing_up_legacy: ' Legacy single-file conflict detected; backing up to: {path}',
|
|
1467
|
+
install_folder_exists: ' Existing folder at {path} will be overwritten (use --force to suppress this notice).',
|
|
1468
|
+
install_genome_folder_done: 'Genome "{slug}" installed at {path} ({count} files, folder format).',
|
|
1469
|
+
error_genome_missing_skillmd: 'Genome "{slug}" folder missing SKILL.md.',
|
|
1470
|
+
error_genome_missing_manifest: 'Genome "{slug}" folder missing manifest.json.',
|
|
1471
|
+
error_genome_invalid_manifest: 'Genome "{slug}" manifest.json is invalid: {detail}',
|
|
1472
|
+
remove_genome_done: 'Genome "{slug}" removed.',
|
|
1473
|
+
list_remote_fetching: 'Fetching {type} from aioson.com...',
|
|
1474
|
+
list_remote_empty: 'No {type} published yet.',
|
|
1475
|
+
list_remote_header: '{count} {type} published:',
|
|
1476
|
+
list_remote_item: ' {slug} [{visibility}] {name}',
|
|
1477
|
+
list_squad_empty: 'No squads in this project.',
|
|
1478
|
+
list_squad_header: '{count} squad(s):',
|
|
1479
|
+
list_squad_item: ' {slug} [{visibility}]',
|
|
1480
|
+
|
|
1481
|
+
grant_error_missing_code: 'Missing install code. Usage: aioson squad:grant <code> <email>',
|
|
1482
|
+
grant_error_missing_email: 'Missing email. Usage: aioson squad:grant <code> <email>',
|
|
1483
|
+
grant_sending: 'Granting access to {email} for code {code}...',
|
|
1484
|
+
grant_ok: '{email} can now install using code {code}.',
|
|
1485
|
+
|
|
1486
|
+
// Security scan — publish side
|
|
1487
|
+
publish_scanning: 'Running security scan...',
|
|
1488
|
+
publish_scan_ok: 'Security scan passed. Package hash: {hash}...',
|
|
1489
|
+
error_scan_failed: 'Publish blocked: security scan found errors. Fix them or contact support.',
|
|
1490
|
+
error_scan_warnings: 'Publish blocked: {count} suspicious pattern(s) detected. Review the warnings above. Use --force to override if you are sure the package is safe.',
|
|
1491
|
+
|
|
1492
|
+
// Security scan — install side
|
|
1493
|
+
install_scanning: 'Scanning package integrity...',
|
|
1494
|
+
error_install_scan_failed: 'Install blocked: package "{slug}" failed security scan. It may have been tampered with.',
|
|
1495
|
+
error_hash_mismatch: 'Install blocked: hash mismatch for "{slug}". The package may have been altered in transit.',
|
|
1496
|
+
|
|
1497
|
+
// Install preview
|
|
1498
|
+
install_preview_header: 'Package: {slug} v{version} by {publisher}',
|
|
1499
|
+
install_preview_trusted: ' Status: Trusted Publisher',
|
|
1500
|
+
install_preview_unverified: ' Status: Unverified publisher — review files before use',
|
|
1501
|
+
install_preview_downloads: ' Downloads: {count}',
|
|
1502
|
+
install_preview_rating: ' Rating: {rating}',
|
|
1503
|
+
install_preview_hash: ' Hash: {hash}...',
|
|
1504
|
+
install_inspect_files: 'Files in this package ({count} total):',
|
|
1505
|
+
install_inspect_hint: 'Run without --inspect to install.',
|
|
1506
|
+
install_unverified_hint: ' Tip: Run with --inspect to review files before installing, or --force to suppress this warning.'
|
|
1507
|
+
},
|
|
1508
|
+
|
|
1509
|
+
system: {
|
|
1510
|
+
error_no_manifest: 'system.json not found at {path}. Create a system.json in the root of your system project.',
|
|
1511
|
+
error_invalid_manifest: 'Invalid system.json — check that it is valid JSON.',
|
|
1512
|
+
error_manifest_missing_slug: 'system.json must include the "slug" field.',
|
|
1513
|
+
error_manifest_missing_version: 'system.json must include the "version" field.',
|
|
1514
|
+
error_manifest_missing_name: 'system.json must include the "name" field.',
|
|
1515
|
+
error_missing_package_json: 'package.json not found. A system must be a valid Node.js project.',
|
|
1516
|
+
|
|
1517
|
+
package_reading_manifest: 'Reading system.json...',
|
|
1518
|
+
package_manifest_ok: 'System: {name} ({slug} v{version})',
|
|
1519
|
+
package_collecting_files: 'Collecting source files...',
|
|
1520
|
+
package_files_found: ' {count} files ({kb} KB)',
|
|
1521
|
+
package_dry_run: '[dry-run] Would package {slug} v{version} — no files written.',
|
|
1522
|
+
package_saved: 'Package saved at: {path}',
|
|
1523
|
+
|
|
1524
|
+
publish_reading_manifest: 'Reading system.json...',
|
|
1525
|
+
publish_dry_run: '[dry-run] Would publish system "{slug}" v{version} (visibility: {visibility}).',
|
|
1526
|
+
publish_sending: 'Sending to aioson.com...',
|
|
1527
|
+
publish_done: 'Published: aioson.com/store/systems/{slug}\n Install in aioson-play using slug: {slug}',
|
|
1528
|
+
publish_summary: ' Files: {files} ({kb} KB)',
|
|
1529
|
+
|
|
1530
|
+
list_remote_empty: 'No systems published yet.',
|
|
1531
|
+
list_remote_header: '{count} system(s) published:',
|
|
1532
|
+
list_remote_item: ' {slug} v{version} [{visibility}] {name}',
|
|
1533
|
+
list_local_empty: 'No systems cached in this project.',
|
|
1534
|
+
list_local_header: '{count} system(s) cached:',
|
|
1535
|
+
list_local_item: ' {slug}',
|
|
1536
|
+
|
|
1537
|
+
install_fetching: 'Fetching system "{ref}" from aioson.com...',
|
|
1538
|
+
install_writing: 'Writing files...',
|
|
1539
|
+
install_done: 'System "{slug}" installed at {path}.'
|
|
1540
|
+
}
|
|
1541
|
+
};
|