sauron-cli 1.1.3 → 1.3.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/.agents/rules/memory.md +156 -0
- package/.agents/skills/wiki/SKILL.md +172 -0
- package/.aider.instructions.md +152 -0
- package/.cursor/rules/sauron-memory.mdc +157 -0
- package/.genesis/prompts/prompt-onboarding-inteligente.md +45 -0
- package/.genesis/prompts/prompt-sauron-vs-openspec-arquitetura.md +106 -0
- package/.github/workflows/ci.yml +27 -0
- package/.sauron/.manifest.json +2 -1
- package/.sauron/wiki/history/implementacao-scanner-inteligente.md +29 -0
- package/.sauron/wiki/history/reestruturacao-arquitetural-core.md +29 -0
- package/.sauron/wiki/history/resiliencia-caminho-templates.md +29 -0
- package/.sauron/wiki/standards/typescript.rules.md +21 -0
- package/.sauron/wiki/summary.json +81 -0
- package/.windsurfrules +160 -0
- package/55ea973d-e255-4f08-a313-a5d68243bd2d.png +0 -0
- package/Evolu/303/247/303/243o Arquitetural do Sauron CLI.md" +97 -0
- package/OpenSpec-main/.actrc +1 -0
- package/OpenSpec-main/.changeset/README.md +97 -0
- package/OpenSpec-main/.changeset/config.json +15 -0
- package/OpenSpec-main/.coderabbit.yaml +11 -0
- package/OpenSpec-main/.devcontainer/README.md +92 -0
- package/OpenSpec-main/.devcontainer/devcontainer.json +68 -0
- package/OpenSpec-main/.github/CODEOWNERS +2 -0
- package/OpenSpec-main/.github/workflows/README.md +20 -0
- package/OpenSpec-main/.github/workflows/ci.yml +346 -0
- package/OpenSpec-main/.github/workflows/release-prepare.yml +60 -0
- package/OpenSpec-main/CHANGELOG.md +594 -0
- package/OpenSpec-main/LICENSE +22 -0
- package/OpenSpec-main/MAINTAINERS.md +17 -0
- package/OpenSpec-main/README.md +206 -0
- package/OpenSpec-main/README_OLD.md +475 -0
- package/OpenSpec-main/assets/openspec_bg.png +0 -0
- package/OpenSpec-main/assets/openspec_dashboard.png +0 -0
- package/OpenSpec-main/assets/openspec_pixel_dark.svg +89 -0
- package/OpenSpec-main/assets/openspec_pixel_light.svg +89 -0
- package/OpenSpec-main/bin/openspec.js +5 -0
- package/OpenSpec-main/build.js +31 -0
- package/OpenSpec-main/eslint.config.js +42 -0
- package/OpenSpec-main/flake.lock +27 -0
- package/OpenSpec-main/flake.nix +114 -0
- package/OpenSpec-main/openspec/changes/IMPLEMENTATION_ORDER.md +68 -0
- package/OpenSpec-main/openspec/changes/add-artifact-regeneration-support/proposal.md +136 -0
- package/OpenSpec-main/openspec/changes/add-change-stacking-awareness/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/add-change-stacking-awareness/proposal.md +93 -0
- package/OpenSpec-main/openspec/changes/add-change-stacking-awareness/specs/change-creation/spec.md +15 -0
- package/OpenSpec-main/openspec/changes/add-change-stacking-awareness/specs/change-stacking-workflow/spec.md +65 -0
- package/OpenSpec-main/openspec/changes/add-change-stacking-awareness/specs/cli-change/spec.md +27 -0
- package/OpenSpec-main/openspec/changes/add-change-stacking-awareness/specs/openspec-conventions/spec.md +29 -0
- package/OpenSpec-main/openspec/changes/add-change-stacking-awareness/tasks.md +39 -0
- package/OpenSpec-main/openspec/changes/add-global-install-scope/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/add-global-install-scope/design.md +161 -0
- package/OpenSpec-main/openspec/changes/add-global-install-scope/proposal.md +101 -0
- package/OpenSpec-main/openspec/changes/add-global-install-scope/specs/ai-tool-paths/spec.md +35 -0
- package/OpenSpec-main/openspec/changes/add-global-install-scope/specs/cli-config/spec.md +21 -0
- package/OpenSpec-main/openspec/changes/add-global-install-scope/specs/cli-init/spec.md +28 -0
- package/OpenSpec-main/openspec/changes/add-global-install-scope/specs/cli-update/spec.md +34 -0
- package/OpenSpec-main/openspec/changes/add-global-install-scope/specs/command-generation/spec.md +22 -0
- package/OpenSpec-main/openspec/changes/add-global-install-scope/specs/global-config/spec.md +24 -0
- package/OpenSpec-main/openspec/changes/add-global-install-scope/specs/installation-scope/spec.md +71 -0
- package/OpenSpec-main/openspec/changes/add-global-install-scope/tasks.md +61 -0
- package/OpenSpec-main/openspec/changes/add-qa-smoke-harness/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/add-qa-smoke-harness/proposal.md +45 -0
- package/OpenSpec-main/openspec/changes/add-qa-smoke-harness/specs/developer-qa-workflow/spec.md +49 -0
- package/OpenSpec-main/openspec/changes/add-tool-command-surface-capabilities/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/add-tool-command-surface-capabilities/proposal.md +111 -0
- package/OpenSpec-main/openspec/changes/add-tool-command-surface-capabilities/specs/cli-init/spec.md +121 -0
- package/OpenSpec-main/openspec/changes/add-tool-command-surface-capabilities/specs/cli-update/spec.md +48 -0
- package/OpenSpec-main/openspec/changes/add-tool-command-surface-capabilities/tasks.md +53 -0
- package/OpenSpec-main/openspec/changes/archive/2025-01-11-add-update-command/design.md +86 -0
- package/OpenSpec-main/openspec/changes/archive/2025-01-11-add-update-command/proposal.md +29 -0
- package/OpenSpec-main/openspec/changes/archive/2025-01-11-add-update-command/specs/cli-update/spec.md +59 -0
- package/OpenSpec-main/openspec/changes/archive/2025-01-11-add-update-command/tasks.md +20 -0
- package/OpenSpec-main/openspec/changes/archive/2025-01-13-add-list-command/proposal.md +20 -0
- package/OpenSpec-main/openspec/changes/archive/2025-01-13-add-list-command/specs/cli-list/spec.md +69 -0
- package/OpenSpec-main/openspec/changes/archive/2025-01-13-add-list-command/tasks.md +26 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-05-initialize-typescript-project/design.md +64 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-05-initialize-typescript-project/proposal.md +18 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-05-initialize-typescript-project/tasks.md +25 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-06-add-init-command/design.md +104 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-06-add-init-command/proposal.md +30 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-06-add-init-command/specs/cli-init/spec.md +148 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-06-add-init-command/tasks.md +38 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-06-adopt-future-state-storage/proposal.md +24 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-06-adopt-future-state-storage/specs/openspec-conventions/spec.md +120 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-06-adopt-future-state-storage/tasks.md +38 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-11-add-complexity-guidelines/proposal.md +13 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-11-add-complexity-guidelines/specs/openspec-docs/README.md +472 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-11-add-complexity-guidelines/tasks.md +9 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-13-add-archive-command/proposal.md +15 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-13-add-archive-command/specs/cli-archive/spec.md +111 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-13-add-archive-command/tasks.md +44 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-13-add-diff-command/proposal.md +19 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-13-add-diff-command/specs/cli-diff/spec.md +77 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-13-add-diff-command/tasks.md +23 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-change-commands/design.md +56 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-change-commands/proposal.md +17 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-change-commands/specs/cli-change/spec.md +48 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-change-commands/specs/cli-list/spec.md +12 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-change-commands/tasks.md +34 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-interactive-show-command/proposal.md +20 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-interactive-show-command/specs/cli-change/spec.md +23 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-interactive-show-command/specs/cli-show/spec.md +83 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-interactive-show-command/specs/cli-spec/spec.md +23 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-interactive-show-command/tasks.md +142 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-skip-specs-archive-option/proposal.md +13 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-skip-specs-archive-option/specs/cli-archive/spec.md +191 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-skip-specs-archive-option/tasks.md +57 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-spec-commands/design.md +45 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-spec-commands/proposal.md +19 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-spec-commands/specs/cli-spec/spec.md +43 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-spec-commands/tasks.md +22 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-zod-validation/design.md +104 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-zod-validation/proposal.md +22 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-zod-validation/specs/cli-archive/spec.md +18 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-zod-validation/specs/cli-diff/spec.md +12 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-add-zod-validation/tasks.md +59 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-adopt-delta-based-changes/proposal.md +93 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-adopt-delta-based-changes/specs/cli-archive/spec.md +48 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-adopt-delta-based-changes/specs/cli-diff/spec.md +45 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-adopt-delta-based-changes/specs/openspec-conventions/spec.md +101 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-adopt-delta-based-changes/tasks.md +55 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-adopt-verb-noun-cli-structure/design.md +19 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-adopt-verb-noun-cli-structure/proposal.md +67 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-adopt-verb-noun-cli-structure/specs/cli-list/spec.md +57 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-adopt-verb-noun-cli-structure/specs/openspec-conventions/spec.md +23 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-adopt-verb-noun-cli-structure/tasks.md +27 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-bulk-validation-interactive-selection/proposal.md +20 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-bulk-validation-interactive-selection/specs/cli-change/spec.md +22 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-bulk-validation-interactive-selection/specs/cli-spec/spec.md +23 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-bulk-validation-interactive-selection/specs/cli-validate/spec.md +149 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-bulk-validation-interactive-selection/tasks.md +81 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-fix-update-tool-selection/proposal.md +40 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-fix-update-tool-selection/specs/cli-update/spec.md +23 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-fix-update-tool-selection/tasks.md +21 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-improve-validate-error-messages/proposal.md +25 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-improve-validate-error-messages/specs/cli-validate/spec.md +55 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-improve-validate-error-messages/tasks.md +21 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-structured-spec-format/proposal.md +36 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-structured-spec-format/specs/openspec-conventions/spec.md +192 -0
- package/OpenSpec-main/openspec/changes/archive/2025-08-19-structured-spec-format/tasks.md +19 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-12-add-view-dashboard-command/proposal.md +38 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-12-add-view-dashboard-command/specs/cli-view/spec.md +109 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-12-add-view-dashboard-command/tasks.md +47 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-add-agents-md-config/proposal.md +28 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-add-agents-md-config/specs/cli-init/spec.md +71 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-add-agents-md-config/specs/cli-update/spec.md +41 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-add-agents-md-config/tasks.md +17 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-add-multi-agent-init/proposal.md +35 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-add-multi-agent-init/specs/cli-init/spec.md +45 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-add-multi-agent-init/tasks.md +16 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-add-slash-command-support/proposal.md +119 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-add-slash-command-support/specs/cli-init/spec.md +21 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-add-slash-command-support/specs/cli-update/spec.md +22 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-add-slash-command-support/tasks.md +20 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-improve-cli-e2e-plan/proposal.md +19 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-improve-cli-e2e-plan/tasks.md +9 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-improve-deterministic-tests/proposal.md +78 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-improve-deterministic-tests/tasks.md +25 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-improve-init-onboarding/proposal.md +13 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-improve-init-onboarding/specs/cli-init/spec.md +92 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-improve-init-onboarding/tasks.md +12 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-remove-diff-command/proposal.md +81 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-remove-diff-command/tasks.md +37 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-sort-active-changes-by-progress/proposal.md +25 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-sort-active-changes-by-progress/specs/cli-view/spec.md +9 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-sort-active-changes-by-progress/tasks.md +8 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-update-agent-file-name/proposal.md +29 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-update-agent-file-name/specs/cli-init/spec.md +40 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-update-agent-file-name/specs/cli-update/spec.md +22 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-update-agent-file-name/specs/openspec-conventions/spec.md +27 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-update-agent-file-name/tasks.md +22 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-update-agent-instructions/design.md +130 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-update-agent-instructions/proposal.md +117 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-update-agent-instructions/tasks.md +69 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-update-markdown-parser-crlf/proposal.md +19 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-update-markdown-parser-crlf/specs/cli-validate/spec.md +9 -0
- package/OpenSpec-main/openspec/changes/archive/2025-09-29-update-markdown-parser-crlf/tasks.md +11 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-codex-slash-command-support/proposal.md +25 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-codex-slash-command-support/specs/cli-init/spec.md +56 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-codex-slash-command-support/specs/cli-update/spec.md +41 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-codex-slash-command-support/tasks.md +19 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-github-copilot-prompts/proposal.md +25 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-github-copilot-prompts/specs/cli-init/spec.md +48 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-github-copilot-prompts/specs/cli-update/spec.md +48 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-github-copilot-prompts/tasks.md +30 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-kilocode-workflows/proposal.md +17 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-kilocode-workflows/specs/cli-init/spec.md +43 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-kilocode-workflows/specs/cli-update/spec.md +27 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-kilocode-workflows/tasks.md +15 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-non-interactive-init-options/proposal.md +12 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-non-interactive-init-options/specs/cli-init/spec.md +39 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-non-interactive-init-options/tasks.md +17 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-windsurf-workflows/proposal.md +17 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-windsurf-workflows/specs/cli-init/spec.md +42 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-windsurf-workflows/specs/cli-update/spec.md +27 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-add-windsurf-workflows/tasks.md +17 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-enhance-validation-error-messages/proposal.md +12 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-enhance-validation-error-messages/specs/cli-validate/spec.md +39 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-enhance-validation-error-messages/tasks.md +12 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-improve-agent-instruction-usability/proposal.md +12 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-improve-agent-instruction-usability/specs/docs-agent-instructions/spec.md +33 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-improve-agent-instruction-usability/tasks.md +11 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-slim-root-agents-file/proposal.md +13 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-slim-root-agents-file/tasks.md +15 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-update-cli-init-enter-selection/proposal.md +14 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-update-cli-init-enter-selection/specs/cli-init/spec.md +10 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-update-cli-init-enter-selection/tasks.md +8 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-update-cli-init-root-agents/proposal.md +15 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-update-cli-init-root-agents/specs/cli-init/spec.md +32 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-update-cli-init-root-agents/specs/cli-update/spec.md +10 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-update-cli-init-root-agents/tasks.md +11 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-update-release-automation/proposal.md +49 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-14-update-release-automation/tasks.md +12 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-22-add-archive-command-arguments/proposal.md +17 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-22-add-archive-command-arguments/specs/cli-update/spec.md +32 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-22-add-archive-command-arguments/tasks.md +15 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-22-add-cline-support/proposal.md +15 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-22-add-cline-support/specs/cli-init/spec.md +97 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-22-add-cline-support/tasks.md +19 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-22-add-crush-support/proposal.md +13 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-22-add-crush-support/specs/cli-init/spec.md +67 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-22-add-crush-support/tasks.md +7 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-22-add-factory-slash-commands/proposal.md +12 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-22-add-factory-slash-commands/specs/cli-init/spec.md +54 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-22-add-factory-slash-commands/specs/cli-update/spec.md +54 -0
- package/OpenSpec-main/openspec/changes/archive/2025-10-22-add-factory-slash-commands/tasks.md +11 -0
- package/OpenSpec-main/openspec/changes/archive/2025-11-06-add-shell-completions/design.md +525 -0
- package/OpenSpec-main/openspec/changes/archive/2025-11-06-add-shell-completions/proposal.md +29 -0
- package/OpenSpec-main/openspec/changes/archive/2025-11-06-add-shell-completions/specs/cli-completion/spec.md +300 -0
- package/OpenSpec-main/openspec/changes/archive/2025-11-06-add-shell-completions/tasks.md +81 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-20-add-global-config-dir/design.md +105 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-20-add-global-config-dir/proposal.md +20 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-20-add-global-config-dir/specs/global-config/spec.md +76 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-20-add-global-config-dir/tasks.md +26 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-21-add-config-command/design.md +89 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-21-add-config-command/proposal.md +60 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-21-add-config-command/specs/cli-config/spec.md +213 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-21-add-config-command/tasks.md +28 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-23-extend-shell-completions/proposal.md +15 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-23-extend-shell-completions/specs/cli-completion/spec.md +328 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-23-extend-shell-completions/tasks.md +49 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-24-add-artifact-graph-core/design.md +197 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-24-add-artifact-graph-core/proposal.md +18 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-24-add-artifact-graph-core/specs/artifact-graph/spec.md +103 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-24-add-artifact-graph-core/tasks.md +61 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-25-add-change-manager/design.md +74 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-25-add-change-manager/proposal.md +45 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-25-add-change-manager/specs/change-creation/spec.md +63 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-25-add-change-manager/tasks.md +30 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-28-add-artifact-workflow-cli/design.md +112 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-28-add-artifact-workflow-cli/proposal.md +33 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-28-add-artifact-workflow-cli/specs/cli-artifact-workflow/spec.md +153 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-28-add-artifact-workflow-cli/tasks.md +48 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-28-add-instruction-loader/design.md +149 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-28-add-instruction-loader/proposal.md +20 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-28-add-instruction-loader/specs/instruction-loader/spec.md +70 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-28-add-instruction-loader/tasks.md +13 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-28-restructure-schema-directories/design.md +129 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-28-restructure-schema-directories/proposal.md +20 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-28-restructure-schema-directories/specs/artifact-graph/spec.md +49 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-28-restructure-schema-directories/tasks.md +32 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-29-unify-change-state-model/design.md +151 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-29-unify-change-state-model/proposal.md +101 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-29-unify-change-state-model/specs/cli-artifact-workflow/spec.md +109 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-29-unify-change-state-model/specs/cli-view/spec.md +60 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-29-unify-change-state-model/tasks.md +25 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-30-add-antigravity-support/proposal.md +11 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-30-add-antigravity-support/specs/cli-init/spec.md +105 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-30-add-antigravity-support/specs/cli-update/spec.md +92 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-30-add-antigravity-support/tasks.md +12 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-30-fix-cline-workflows-implementation/proposal.md +13 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-30-fix-cline-workflows-implementation/specs/cli-init/spec.md +105 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-30-fix-cline-workflows-implementation/specs/cli-update/spec.md +92 -0
- package/OpenSpec-main/openspec/changes/archive/2025-12-30-fix-cline-workflows-implementation/tasks.md +13 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-add-agent-schema-selection/proposal.md +26 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-add-agent-schema-selection/tasks.md +32 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-add-per-change-schema-metadata/design.md +147 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-add-per-change-schema-metadata/proposal.md +29 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-add-per-change-schema-metadata/specs/cli-artifact-workflow/spec.md +98 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-add-per-change-schema-metadata/tasks.md +29 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-add-specs-apply-command/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-add-specs-apply-command/design.md +77 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-add-specs-apply-command/proposal.md +32 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-add-specs-apply-command/specs/specs-sync-skill/spec.md +67 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-add-specs-apply-command/tasks.md +40 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-make-apply-instructions-schema-aware/proposal.md +138 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-make-apply-instructions-schema-aware/specs/cli-artifact-workflow/spec.md +60 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-make-apply-instructions-schema-aware/tasks.md +35 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-opsx-archive-command/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-opsx-archive-command/design.md +84 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-opsx-archive-command/proposal.md +28 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-opsx-archive-command/specs/opsx-archive-skill/spec.md +122 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-06-opsx-archive-command/tasks.md +23 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-07-add-nix-flake-support/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-07-add-nix-flake-support/design.md +94 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-07-add-nix-flake-support/proposal.md +25 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-07-add-nix-flake-support/specs/nix-flake-support/spec.md +79 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-07-add-nix-flake-support/tasks.md +65 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-09-add-flake-update-script/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-09-add-flake-update-script/design.md +117 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-09-add-flake-update-script/proposal.md +23 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-09-add-flake-update-script/specs/flake-update-script/spec.md +93 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-09-add-flake-update-script/tasks.md +55 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-09-add-posthog-analytics/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-09-add-posthog-analytics/design.md +175 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-09-add-posthog-analytics/proposal.md +37 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-09-add-posthog-analytics/specs/global-config/spec.md +21 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-09-add-posthog-analytics/specs/telemetry/spec.md +116 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-09-add-posthog-analytics/tasks.md +47 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-09-fix-codebuddy-frontmatter-fields/proposal.md +16 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-09-fix-codebuddy-frontmatter-fields/specs/cli-init/spec.md +75 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-09-fix-codebuddy-frontmatter-fields/specs/cli-update/spec.md +56 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-09-fix-codebuddy-frontmatter-fields/tasks.md +6 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-15-add-nix-ci-validation/design.md +206 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-15-add-nix-ci-validation/proposal.md +21 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-15-add-nix-ci-validation/specs/ci-nix-validation/spec.md +104 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-15-add-nix-ci-validation/tasks.md +49 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-30-opencode-command-references/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-30-opencode-command-references/README.md +3 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-30-opencode-command-references/design.md +70 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-30-opencode-command-references/proposal.md +32 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-30-opencode-command-references/specs/no-changes.md +9 -0
- package/OpenSpec-main/openspec/changes/archive/2026-01-30-opencode-command-references/tasks.md +22 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-add-feedback-command/proposal.md +20 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-add-feedback-command/specs/cli-feedback/spec.md +188 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-add-feedback-command/tasks.md +30 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-add-opsx-onboard-skill/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-add-opsx-onboard-skill/design.md +115 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-add-opsx-onboard-skill/proposal.md +27 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-add-opsx-onboard-skill/specs/opsx-onboard-skill/spec.md +162 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-add-opsx-onboard-skill/tasks.md +21 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-add-verify-skill/design.md +96 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-add-verify-skill/proposal.md +48 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-add-verify-skill/specs/opsx-verify-skill/spec.md +190 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-add-verify-skill/tasks.md +15 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-merge-init-experimental/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-merge-init-experimental/design.md +193 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-merge-init-experimental/proposal.md +32 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-merge-init-experimental/specs/cli-init/spec.md +176 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-merge-init-experimental/specs/legacy-cleanup/spec.md +158 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-merge-init-experimental/tasks.md +67 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-multi-provider-skill-generation/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-multi-provider-skill-generation/design.md +144 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-multi-provider-skill-generation/proposal.md +36 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-multi-provider-skill-generation/specs/ai-tool-paths/spec.md +63 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-multi-provider-skill-generation/specs/cli-artifact-workflow/spec.md +60 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-multi-provider-skill-generation/specs/command-generation/spec.md +98 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-multi-provider-skill-generation/tasks.md +55 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-project-config/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-project-config/design.md +665 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-project-config/proposal.md +774 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-project-config/specs/config-loading/spec.md +119 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-project-config/specs/context-injection/spec.md +51 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-project-config/specs/rules-injection/spec.md +99 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-project-config/specs/schema-resolution/spec.md +83 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-project-config/tasks.md +72 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-project-local-schemas/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-project-local-schemas/design.md +117 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-project-local-schemas/proposal.md +167 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-project-local-schemas/specs/schema-resolution/spec.md +88 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-project-local-schemas/tasks.md +28 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-schema-management-cli/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-schema-management-cli/design.md +113 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-schema-management-cli/proposal.md +55 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-schema-management-cli/specs/schema-fork-command/spec.md +66 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-schema-management-cli/specs/schema-init-command/spec.md +71 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-schema-management-cli/specs/schema-validate-command/spec.md +86 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-schema-management-cli/specs/schema-which-command/spec.md +65 -0
- package/OpenSpec-main/openspec/changes/archive/2026-02-17-schema-management-cli/tasks.md +67 -0
- package/OpenSpec-main/openspec/changes/archive/2026-04-23-add-kimi-cli-skills-only-support/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/archive/2026-04-23-add-kimi-cli-skills-only-support/README.md +3 -0
- package/OpenSpec-main/openspec/changes/archive/2026-04-23-add-kimi-cli-skills-only-support/design.md +85 -0
- package/OpenSpec-main/openspec/changes/archive/2026-04-23-add-kimi-cli-skills-only-support/proposal.md +38 -0
- package/OpenSpec-main/openspec/changes/archive/2026-04-23-add-kimi-cli-skills-only-support/specs/ai-tool-paths/spec.md +12 -0
- package/OpenSpec-main/openspec/changes/archive/2026-04-23-add-kimi-cli-skills-only-support/specs/cli-init/spec.md +37 -0
- package/OpenSpec-main/openspec/changes/archive/2026-04-23-add-kimi-cli-skills-only-support/tasks.md +22 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-04-workspace-foundation/design.md +208 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-04-workspace-foundation/proposal.md +142 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-04-workspace-foundation/specs/openspec-conventions/spec.md +29 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-04-workspace-foundation/specs/workspace-foundation/spec.md +199 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-04-workspace-foundation/tasks.md +56 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-06-workspace-create-and-register-repos/design.md +356 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-06-workspace-create-and-register-repos/proposal.md +128 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-06-workspace-create-and-register-repos/specs/cli-artifact-workflow/spec.md +24 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-06-workspace-create-and-register-repos/specs/workspace-foundation/spec.md +35 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-06-workspace-create-and-register-repos/specs/workspace-links/spec.md +356 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-06-workspace-create-and-register-repos/tasks.md +121 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-06-workspace-open-agent-context/design.md +266 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-06-workspace-open-agent-context/proposal.md +65 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-06-workspace-open-agent-context/specs/workspace-foundation/spec.md +76 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-06-workspace-open-agent-context/specs/workspace-open/spec.md +199 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-06-workspace-open-agent-context/tasks.md +89 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-14-workspace-change-planning/design.md +242 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-14-workspace-change-planning/proposal.md +78 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-14-workspace-change-planning/specs/artifact-graph/spec.md +36 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-14-workspace-change-planning/specs/change-creation/spec.md +42 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-14-workspace-change-planning/specs/cli-artifact-workflow/spec.md +100 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-14-workspace-change-planning/specs/cli-config/spec.md +55 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-14-workspace-change-planning/specs/cli-update/spec.md +21 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-14-workspace-change-planning/specs/openspec-conventions/spec.md +32 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-14-workspace-change-planning/specs/schema-resolution/spec.md +25 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-14-workspace-change-planning/specs/workspace-change-planning/spec.md +67 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-14-workspace-change-planning/specs/workspace-links/spec.md +163 -0
- package/OpenSpec-main/openspec/changes/archive/2026-05-14-workspace-change-planning/tasks.md +133 -0
- package/OpenSpec-main/openspec/changes/fix-opencode-commands-directory/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/fix-opencode-commands-directory/design.md +48 -0
- package/OpenSpec-main/openspec/changes/fix-opencode-commands-directory/proposal.md +26 -0
- package/OpenSpec-main/openspec/changes/fix-opencode-commands-directory/specs/command-generation/spec.md +63 -0
- package/OpenSpec-main/openspec/changes/fix-opencode-commands-directory/tasks.md +19 -0
- package/OpenSpec-main/openspec/changes/graceful-status-no-changes/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/graceful-status-no-changes/design.md +38 -0
- package/OpenSpec-main/openspec/changes/graceful-status-no-changes/proposal.md +25 -0
- package/OpenSpec-main/openspec/changes/graceful-status-no-changes/specs/graceful-status-empty/spec.md +27 -0
- package/OpenSpec-main/openspec/changes/graceful-status-no-changes/tasks.md +16 -0
- package/OpenSpec-main/openspec/changes/schema-alias-support/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/schema-alias-support/proposal.md +28 -0
- package/OpenSpec-main/openspec/changes/simplify-skill-installation/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/simplify-skill-installation/design.md +288 -0
- package/OpenSpec-main/openspec/changes/simplify-skill-installation/proposal.md +202 -0
- package/OpenSpec-main/openspec/changes/simplify-skill-installation/specs/cli-init/spec.md +199 -0
- package/OpenSpec-main/openspec/changes/simplify-skill-installation/specs/cli-update/spec.md +177 -0
- package/OpenSpec-main/openspec/changes/simplify-skill-installation/specs/profiles/spec.md +142 -0
- package/OpenSpec-main/openspec/changes/simplify-skill-installation/specs/propose-workflow/spec.md +42 -0
- package/OpenSpec-main/openspec/changes/simplify-skill-installation/tasks.md +132 -0
- package/OpenSpec-main/openspec/changes/unify-template-generation-pipeline/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/unify-template-generation-pipeline/design.md +149 -0
- package/OpenSpec-main/openspec/changes/unify-template-generation-pipeline/proposal.md +47 -0
- package/OpenSpec-main/openspec/changes/unify-template-generation-pipeline/specs/template-artifact-pipeline/spec.md +89 -0
- package/OpenSpec-main/openspec/changes/unify-template-generation-pipeline/tasks.md +41 -0
- package/OpenSpec-main/openspec/changes/workspace-agent-guidance/.openspec.yaml +2 -0
- package/OpenSpec-main/openspec/changes/workspace-agent-guidance/proposal.md +100 -0
- package/OpenSpec-main/openspec/changes/workspace-apply-repo-slice/proposal.md +58 -0
- package/OpenSpec-main/openspec/changes/workspace-reimplementation-roadmap/HISTORICAL_DIRECTION.md +511 -0
- package/OpenSpec-main/openspec/changes/workspace-reimplementation-roadmap/POC_REFERENCE_GUIDE.md +266 -0
- package/OpenSpec-main/openspec/changes/workspace-reimplementation-roadmap/README.md +107 -0
- package/OpenSpec-main/openspec/changes/workspace-reimplementation-roadmap/START_HERE.md +105 -0
- package/OpenSpec-main/openspec/changes/workspace-reimplementation-roadmap/proposal.md +62 -0
- package/OpenSpec-main/openspec/changes/workspace-verify-and-archive/proposal.md +57 -0
- package/OpenSpec-main/openspec/config.yaml +36 -0
- package/OpenSpec-main/openspec/explorations/explore-workflow-ux.md +116 -0
- package/OpenSpec-main/openspec/explorations/workspace-architecture.md +857 -0
- package/OpenSpec-main/openspec/explorations/workspace-roadmap.md +367 -0
- package/OpenSpec-main/openspec/explorations/workspace-user-journeys.md +2259 -0
- package/OpenSpec-main/openspec/explorations/workspace-ux-simplification.md +491 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/.initiative.yaml +27 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/README.md +33 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/decisions.md +204 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/direction.md +447 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/questions.md +23 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/roadmap.md +759 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/tasks.md +308 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/01-lock-the-direction/evidence.md +154 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/01-lock-the-direction/plan.md +90 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/01-lock-the-direction/tasks.md +44 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/02-stabilize-workspace-as-local-view/evidence.md +68 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/02-stabilize-workspace-as-local-view/plan.md +80 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/02-stabilize-workspace-as-local-view/tasks.md +23 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/03-add-context-store-foundation/evidence.md +43 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/03-add-context-store-foundation/plan.md +85 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/03-add-context-store-foundation/tasks.md +17 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/04-add-collection-foundation/evidence.md +77 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/04-add-collection-foundation/plan.md +198 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/04-add-collection-foundation/tasks.md +14 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/05-ship-initiative-mvp/evidence.md +99 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/05-ship-initiative-mvp/plan.md +236 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/05-ship-initiative-mvp/tasks.md +21 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/06-add-minimal-context-store-ux/evidence.md +97 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/06-add-minimal-context-store-ux/plan.md +333 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/06-add-minimal-context-store-ux/tasks.md +29 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/07-add-agent-first-initiative-discovery/evidence.md +97 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/07-add-agent-first-initiative-discovery/plan.md +184 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/07-add-agent-first-initiative-discovery/tasks.md +27 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/08-connect-repo-local-changes-to-initiatives/evidence.md +239 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/08-connect-repo-local-changes-to-initiatives/plan.md +279 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/08-connect-repo-local-changes-to-initiatives/tasks.md +22 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/09-add-initiative-resolve/decision-review.md +64 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/09-add-initiative-resolve/evidence.md +106 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/09-add-initiative-resolve/plan.md +141 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/09-add-initiative-resolve/tasks.md +22 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/10-let-workspaces-open-initiatives/plan.md +430 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/10-let-workspaces-open-initiatives/tasks.md +43 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/11-manual-beta-reality-pass/notes.md +289 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/11-manual-beta-reality-pass/plan.md +39 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/11-manual-beta-reality-pass/tasks.md +8 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/12-context-store-first-run-and-cleanup-ux/evidence.md +45 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/12-context-store-first-run-and-cleanup-ux/plan.md +150 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/12-context-store-first-run-and-cleanup-ux/tasks.md +23 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/13-agent-handoff-output-and-delivery-polish/evidence.md +25 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/13-agent-handoff-output-and-delivery-polish/plan.md +98 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/13-agent-handoff-output-and-delivery-polish/tasks.md +25 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/14-workspaces-beta-guide-split/plan.md +37 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/14-workspaces-beta-guide-split/tasks.md +9 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/15-context-store-project-roots-and-schema-led-initiatives/evidence.md +140 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/15-context-store-project-roots-and-schema-led-initiatives/plan.md +344 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/15-context-store-project-roots-and-schema-led-initiatives/tasks.md +39 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/16-add-escalation-ux/plan.md +26 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/16-add-escalation-ux/tasks.md +7 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/17-harden-team-shared-coordination/plan.md +25 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/17-harden-team-shared-coordination/tasks.md +7 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/18-explore-initiative-hosted-target-bound-change-artifacts/evidence.md +397 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/18-explore-initiative-hosted-target-bound-change-artifacts/plan.md +180 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/18-explore-initiative-hosted-target-bound-change-artifacts/tasks.md +28 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/19-review-workspace-beta-compatibility-before-public-release/plan.md +62 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/19-review-workspace-beta-compatibility-before-public-release/tasks.md +16 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/proposed-initiative-next-agent-handoff-ux/evidence.md +47 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/proposed-initiative-next-agent-handoff-ux/plan.md +90 -0
- package/OpenSpec-main/openspec/initiatives/context-store-and-initiatives/work-items/proposed-initiative-next-agent-handoff-ux/tasks.md +18 -0
- package/OpenSpec-main/openspec/specs/ai-tool-paths/spec.md +63 -0
- package/OpenSpec-main/openspec/specs/artifact-graph/spec.md +165 -0
- package/OpenSpec-main/openspec/specs/change-creation/spec.md +108 -0
- package/OpenSpec-main/openspec/specs/ci-nix-validation/spec.md +107 -0
- package/OpenSpec-main/openspec/specs/cli-archive/spec.md +210 -0
- package/OpenSpec-main/openspec/specs/cli-artifact-workflow/spec.md +398 -0
- package/OpenSpec-main/openspec/specs/cli-change/spec.md +92 -0
- package/OpenSpec-main/openspec/specs/cli-completion/spec.md +432 -0
- package/OpenSpec-main/openspec/specs/cli-config/spec.md +318 -0
- package/OpenSpec-main/openspec/specs/cli-feedback/spec.md +193 -0
- package/OpenSpec-main/openspec/specs/cli-init/spec.md +269 -0
- package/OpenSpec-main/openspec/specs/cli-list/spec.md +103 -0
- package/OpenSpec-main/openspec/specs/cli-show/spec.md +86 -0
- package/OpenSpec-main/openspec/specs/cli-spec/spec.md +88 -0
- package/OpenSpec-main/openspec/specs/cli-update/spec.md +229 -0
- package/OpenSpec-main/openspec/specs/cli-validate/spec.md +219 -0
- package/OpenSpec-main/openspec/specs/cli-view/spec.md +129 -0
- package/OpenSpec-main/openspec/specs/command-generation/spec.md +97 -0
- package/OpenSpec-main/openspec/specs/config-loading/spec.md +122 -0
- package/OpenSpec-main/openspec/specs/context-injection/spec.md +53 -0
- package/OpenSpec-main/openspec/specs/docs-agent-instructions/spec.md +62 -0
- package/OpenSpec-main/openspec/specs/global-config/spec.md +101 -0
- package/OpenSpec-main/openspec/specs/instruction-loader/spec.md +70 -0
- package/OpenSpec-main/openspec/specs/legacy-cleanup/spec.md +163 -0
- package/OpenSpec-main/openspec/specs/openspec-conventions/spec.md +556 -0
- package/OpenSpec-main/openspec/specs/opsx-archive-skill/spec.md +128 -0
- package/OpenSpec-main/openspec/specs/opsx-onboard-skill/spec.md +167 -0
- package/OpenSpec-main/openspec/specs/opsx-verify-skill/spec.md +189 -0
- package/OpenSpec-main/openspec/specs/rules-injection/spec.md +102 -0
- package/OpenSpec-main/openspec/specs/schema-fork-command/spec.md +71 -0
- package/OpenSpec-main/openspec/specs/schema-init-command/spec.md +76 -0
- package/OpenSpec-main/openspec/specs/schema-resolution/spec.md +201 -0
- package/OpenSpec-main/openspec/specs/schema-validate-command/spec.md +91 -0
- package/OpenSpec-main/openspec/specs/schema-which-command/spec.md +70 -0
- package/OpenSpec-main/openspec/specs/specs-sync-skill/spec.md +72 -0
- package/OpenSpec-main/openspec/specs/telemetry/spec.md +122 -0
- package/OpenSpec-main/openspec/specs/workspace-change-planning/spec.md +71 -0
- package/OpenSpec-main/openspec/specs/workspace-foundation/spec.md +279 -0
- package/OpenSpec-main/openspec/specs/workspace-links/spec.md +529 -0
- package/OpenSpec-main/openspec/specs/workspace-open/spec.md +205 -0
- package/OpenSpec-main/openspec-parallel-merge-plan.md +98 -0
- package/OpenSpec-main/package-lock.json +4978 -0
- package/OpenSpec-main/package.json +84 -0
- package/OpenSpec-main/pnpm-lock.yaml +3187 -0
- package/OpenSpec-main/schemas/spec-driven/schema.yaml +153 -0
- package/OpenSpec-main/schemas/spec-driven/templates/design.md +19 -0
- package/OpenSpec-main/schemas/spec-driven/templates/proposal.md +23 -0
- package/OpenSpec-main/schemas/spec-driven/templates/spec.md +8 -0
- package/OpenSpec-main/schemas/spec-driven/templates/tasks.md +9 -0
- package/OpenSpec-main/schemas/workspace-planning/schema.yaml +72 -0
- package/OpenSpec-main/schemas/workspace-planning/templates/design.md +33 -0
- package/OpenSpec-main/schemas/workspace-planning/templates/proposal.md +28 -0
- package/OpenSpec-main/schemas/workspace-planning/templates/spec.md +9 -0
- package/OpenSpec-main/schemas/workspace-planning/templates/tasks.md +15 -0
- package/OpenSpec-main/scripts/README.md +37 -0
- package/OpenSpec-main/scripts/pack-version-check.mjs +111 -0
- package/OpenSpec-main/scripts/postinstall.js +83 -0
- package/OpenSpec-main/scripts/test-postinstall.sh +57 -0
- package/OpenSpec-main/scripts/update-flake.sh +128 -0
- package/OpenSpec-main/test/cli-e2e/basic.test.ts +205 -0
- package/OpenSpec-main/test/commands/artifact-workflow.test.ts +1063 -0
- package/OpenSpec-main/test/commands/change-initiative-link.test.ts +532 -0
- package/OpenSpec-main/test/commands/change.interactive-show.test.ts +45 -0
- package/OpenSpec-main/test/commands/change.interactive-validate.test.ts +48 -0
- package/OpenSpec-main/test/commands/completion.test.ts +278 -0
- package/OpenSpec-main/test/commands/config-profile.test.ts +532 -0
- package/OpenSpec-main/test/commands/config.test.ts +285 -0
- package/OpenSpec-main/test/commands/context-store.test.ts +692 -0
- package/OpenSpec-main/test/commands/feedback.test.ts +429 -0
- package/OpenSpec-main/test/commands/initiative.test.ts +907 -0
- package/OpenSpec-main/test/commands/schema.test.ts +467 -0
- package/OpenSpec-main/test/commands/show.test.ts +123 -0
- package/OpenSpec-main/test/commands/spec.interactive-show.test.ts +44 -0
- package/OpenSpec-main/test/commands/spec.interactive-validate.test.ts +44 -0
- package/OpenSpec-main/test/commands/spec.test.ts +324 -0
- package/OpenSpec-main/test/commands/validate.enriched-output.test.ts +49 -0
- package/OpenSpec-main/test/commands/validate.test.ts +147 -0
- package/OpenSpec-main/test/commands/workspace-initiative-open.test.ts +638 -0
- package/OpenSpec-main/test/commands/workspace-open.test.ts +123 -0
- package/OpenSpec-main/test/commands/workspace.interactive.test.ts +696 -0
- package/OpenSpec-main/test/commands/workspace.test.ts +1812 -0
- package/OpenSpec-main/test/core/archive.test.ts +869 -0
- package/OpenSpec-main/test/core/artifact-graph/graph.test.ts +268 -0
- package/OpenSpec-main/test/core/artifact-graph/instruction-loader.test.ts +609 -0
- package/OpenSpec-main/test/core/artifact-graph/outputs.test.ts +175 -0
- package/OpenSpec-main/test/core/artifact-graph/resolver.test.ts +651 -0
- package/OpenSpec-main/test/core/artifact-graph/schema.test.ts +207 -0
- package/OpenSpec-main/test/core/artifact-graph/state.test.ts +174 -0
- package/OpenSpec-main/test/core/artifact-graph/workflow.integration.test.ts +182 -0
- package/OpenSpec-main/test/core/available-tools.test.ts +167 -0
- package/OpenSpec-main/test/core/collections/initiatives/operations.test.ts +342 -0
- package/OpenSpec-main/test/core/collections/initiatives/resolution.test.ts +21 -0
- package/OpenSpec-main/test/core/collections/initiatives/schema.test.ts +201 -0
- package/OpenSpec-main/test/core/collections/initiatives/templates.test.ts +74 -0
- package/OpenSpec-main/test/core/collections/runtime.test.ts +214 -0
- package/OpenSpec-main/test/core/command-generation/adapters.test.ts +710 -0
- package/OpenSpec-main/test/core/command-generation/generator.test.ts +110 -0
- package/OpenSpec-main/test/core/command-generation/registry.test.ts +108 -0
- package/OpenSpec-main/test/core/command-generation/types.test.ts +79 -0
- package/OpenSpec-main/test/core/commands/change-command.list.test.ts +76 -0
- package/OpenSpec-main/test/core/commands/change-command.show-validate.test.ts +111 -0
- package/OpenSpec-main/test/core/completions/command-registry.test.ts +201 -0
- package/OpenSpec-main/test/core/completions/completion-provider.test.ts +288 -0
- package/OpenSpec-main/test/core/completions/generators/bash-generator.test.ts +586 -0
- package/OpenSpec-main/test/core/completions/generators/fish-generator.test.ts +549 -0
- package/OpenSpec-main/test/core/completions/generators/powershell-generator.test.ts +621 -0
- package/OpenSpec-main/test/core/completions/generators/zsh-generator.test.ts +425 -0
- package/OpenSpec-main/test/core/completions/installers/bash-installer.test.ts +484 -0
- package/OpenSpec-main/test/core/completions/installers/fish-installer.test.ts +321 -0
- package/OpenSpec-main/test/core/completions/installers/powershell-installer.test.ts +824 -0
- package/OpenSpec-main/test/core/completions/installers/zsh-installer.test.ts +750 -0
- package/OpenSpec-main/test/core/config-schema.test.ts +340 -0
- package/OpenSpec-main/test/core/context-store/foundation.test.ts +364 -0
- package/OpenSpec-main/test/core/context-store/registry.test.ts +599 -0
- package/OpenSpec-main/test/core/converters/json-converter.test.ts +184 -0
- package/OpenSpec-main/test/core/global-config.test.ts +371 -0
- package/OpenSpec-main/test/core/init.test.ts +786 -0
- package/OpenSpec-main/test/core/legacy-cleanup.test.ts +1162 -0
- package/OpenSpec-main/test/core/list.test.ts +165 -0
- package/OpenSpec-main/test/core/migration.test.ts +150 -0
- package/OpenSpec-main/test/core/parsers/change-parser.test.ts +52 -0
- package/OpenSpec-main/test/core/parsers/markdown-parser.test.ts +355 -0
- package/OpenSpec-main/test/core/parsers/requirement-blocks.test.ts +46 -0
- package/OpenSpec-main/test/core/planning-home.test.ts +120 -0
- package/OpenSpec-main/test/core/profile-sync-drift.test.ts +92 -0
- package/OpenSpec-main/test/core/profiles.test.ts +63 -0
- package/OpenSpec-main/test/core/project-config.test.ts +610 -0
- package/OpenSpec-main/test/core/shared/skill-generation.test.ts +301 -0
- package/OpenSpec-main/test/core/shared/tool-detection.test.ts +333 -0
- package/OpenSpec-main/test/core/templates/skill-templates-parity.test.ts +172 -0
- package/OpenSpec-main/test/core/update.test.ts +1810 -0
- package/OpenSpec-main/test/core/validation.enriched-messages.test.ts +74 -0
- package/OpenSpec-main/test/core/validation.test.ts +680 -0
- package/OpenSpec-main/test/core/view.test.ts +129 -0
- package/OpenSpec-main/test/core/workspace/foundation.test.ts +694 -0
- package/OpenSpec-main/test/core/workspace/legacy-state.test.ts +221 -0
- package/OpenSpec-main/test/core/workspace/skills.test.ts +69 -0
- package/OpenSpec-main/test/fixtures/tmp-init/openspec/changes/c1/proposal.md +7 -0
- package/OpenSpec-main/test/fixtures/tmp-init/openspec/changes/c1/specs/alpha/spec.md +8 -0
- package/OpenSpec-main/test/fixtures/tmp-init/openspec/specs/alpha/spec.md +12 -0
- package/OpenSpec-main/test/helpers/path-env.ts +26 -0
- package/OpenSpec-main/test/helpers/run-cli.ts +150 -0
- package/OpenSpec-main/test/prompts/searchable-multi-select.test.ts +220 -0
- package/OpenSpec-main/test/specs/source-specs-normalization.test.ts +63 -0
- package/OpenSpec-main/test/telemetry/config.test.ts +298 -0
- package/OpenSpec-main/test/telemetry/index.test.ts +219 -0
- package/OpenSpec-main/test/utils/change-metadata.test.ts +368 -0
- package/OpenSpec-main/test/utils/change-utils.test.ts +201 -0
- package/OpenSpec-main/test/utils/command-references.test.ts +83 -0
- package/OpenSpec-main/test/utils/file-system.test.ts +322 -0
- package/OpenSpec-main/test/utils/interactive.test.ts +125 -0
- package/OpenSpec-main/test/utils/marker-updates.test.ts +448 -0
- package/OpenSpec-main/test/utils/shell-detection.test.ts +185 -0
- package/OpenSpec-main/vitest.config.ts +47 -0
- package/OpenSpec-main/vitest.setup.ts +15 -0
- package/README.md +37 -4
- package/Scanner CLI Inteligente para Projetos.md +433 -0
- package/dist/index.js +1248 -161
- package/package.json +1 -1
- package/templates/wiki-recipes/nextjs.rules.md +21 -0
- package/templates/wiki-recipes/postgresql.rules.md +20 -0
- package/templates/wiki-recipes/react.rules.md +18 -0
- package/templates/wiki-recipes/tailwindcss.rules.md +18 -0
- package/templates/wiki-recipes/typescript.rules.md +21 -0
|
@@ -0,0 +1,759 @@
|
|
|
1
|
+
# Context Store And Initiatives Roadmap
|
|
2
|
+
|
|
3
|
+
This roadmap turns the direction in `direction.md` into shippable chunks.
|
|
4
|
+
|
|
5
|
+
The product decision underneath every step is:
|
|
6
|
+
|
|
7
|
+
```text
|
|
8
|
+
Context stores sync truth.
|
|
9
|
+
Collections shape truth.
|
|
10
|
+
Initiatives coordinate work.
|
|
11
|
+
Workspaces open local views.
|
|
12
|
+
Changes implement repo-owned slices.
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Current Beta Priority
|
|
16
|
+
|
|
17
|
+
The manual beta pass should pull first-run friction forward. Work in this order
|
|
18
|
+
before investing in deeper schema or lifecycle machinery:
|
|
19
|
+
|
|
20
|
+
1. Finish the manual beta reality pass enough to keep the next slices grounded.
|
|
21
|
+
2. Item 12, context-store first-run and cleanup UX: interactive no-argument setup,
|
|
22
|
+
target-path safety, and a supported unregister/remove path.
|
|
23
|
+
3. Item 13, agent handoff output and delivery polish: "Next for your agent" blocks,
|
|
24
|
+
direct JSON paths, and baseline OpenSpec guidance even when workflow
|
|
25
|
+
entrypoints are commands-oriented.
|
|
26
|
+
4. Item 14, workspaces beta guide split: make user docs match the interactive
|
|
27
|
+
setup path and keep exact flags in the agent playbook.
|
|
28
|
+
5. Item 15, context store project roots and schema-led initiatives: sparse initiative
|
|
29
|
+
creation and store-local schemas.
|
|
30
|
+
|
|
31
|
+
Escalation UX, team-sharing hardening, and initiative-hosted target-bound
|
|
32
|
+
changes remain important, but they should wait until the first-run path feels
|
|
33
|
+
boring in the good way.
|
|
34
|
+
|
|
35
|
+
Before workspaces become public/stable, run Item 19 as a late beta cleanup pass
|
|
36
|
+
so beta compatibility code is reviewed intentionally instead of treated as a
|
|
37
|
+
permanent contract.
|
|
38
|
+
|
|
39
|
+
## 1. Lock The Direction
|
|
40
|
+
|
|
41
|
+
Goal: make the workspace-to-initiative pivot explicit so future workspace work
|
|
42
|
+
does not keep implementing the older "workspace owns the plan" model.
|
|
43
|
+
|
|
44
|
+
Ship:
|
|
45
|
+
|
|
46
|
+
- Record that workspaces are local working views, not durable shared planning
|
|
47
|
+
objects.
|
|
48
|
+
- Record that initiatives are the durable coordination object for cross-team or
|
|
49
|
+
cross-repo work.
|
|
50
|
+
- Mark the current workspace apply, verify, and archive direction as deferred or
|
|
51
|
+
superseded until initiative-linked repo changes exist.
|
|
52
|
+
- Keep the already-built workspace setup, link, open, update, and doctor
|
|
53
|
+
behavior as useful beta infrastructure.
|
|
54
|
+
|
|
55
|
+
Done when:
|
|
56
|
+
|
|
57
|
+
- Fresh agents can tell which workspace ideas still apply and which ones should
|
|
58
|
+
not steer implementation.
|
|
59
|
+
|
|
60
|
+
Locked disposition:
|
|
61
|
+
|
|
62
|
+
- Keep workspace setup, link, relink, list, open, update, and doctor as beta
|
|
63
|
+
local-view infrastructure.
|
|
64
|
+
- Keep "workspace visibility is not change commitment" as a safety rule for
|
|
65
|
+
linked repos and folders.
|
|
66
|
+
- Supersede "workspace is the durable planning home" with "initiatives are the
|
|
67
|
+
durable coordination object."
|
|
68
|
+
- Supersede workspace-level planning artifacts as the canonical shared
|
|
69
|
+
cross-repo plan.
|
|
70
|
+
- Defer workspace apply, verify, and archive as first-class lifecycle commands
|
|
71
|
+
until initiative-linked repo-local changes exist.
|
|
72
|
+
- Defer branch/worktree orchestration, strong cross-repo validation, dependency
|
|
73
|
+
graph enforcement, and shared contract governance.
|
|
74
|
+
|
|
75
|
+
Fresh-agent rule:
|
|
76
|
+
|
|
77
|
+
- Start from `openspec/initiatives/context-store-and-initiatives/direction.md`
|
|
78
|
+
for product authority.
|
|
79
|
+
- Treat `openspec/changes/workspace-reimplementation-roadmap/HISTORICAL_DIRECTION.md` and
|
|
80
|
+
`openspec/changes/workspace-reimplementation-roadmap/` as historical reference
|
|
81
|
+
material for preserved local-view behavior and POC lessons.
|
|
82
|
+
- Do not pick up `workspace-apply-repo-slice` or
|
|
83
|
+
`workspace-verify-and-archive` as the next implementation slice unless a later
|
|
84
|
+
initiative-linked repo-change design explicitly reactivates them.
|
|
85
|
+
|
|
86
|
+
## 2. Stabilize Workspace As Local View
|
|
87
|
+
|
|
88
|
+
Goal: keep workspaces useful without making them the source of truth.
|
|
89
|
+
|
|
90
|
+
Ship:
|
|
91
|
+
|
|
92
|
+
- Workspace guidance that routes durable coordination to initiatives,
|
|
93
|
+
implementation planning to repo-local changes, and linked repos or folders to
|
|
94
|
+
local context until an edit root is selected.
|
|
95
|
+
- Workspace-open behavior that launches the local planning view with linked
|
|
96
|
+
folders visible.
|
|
97
|
+
- Workspace doctor/status output that explains local path mappings, unresolved
|
|
98
|
+
links, installed agent skills, and repair steps.
|
|
99
|
+
- Clear docs that `workspace update` refreshes local agent guidance and does not
|
|
100
|
+
modify linked repos.
|
|
101
|
+
|
|
102
|
+
Done when:
|
|
103
|
+
|
|
104
|
+
- A user can set up a workspace, link repos, open an agent, and understand that
|
|
105
|
+
the workspace is a local view over context, not the canonical shared plan.
|
|
106
|
+
|
|
107
|
+
## 3. Add Context Store Foundation
|
|
108
|
+
|
|
109
|
+
Goal: create the generic local context-store foundation that can later hold
|
|
110
|
+
initiatives and other shared context collections. Sync/watch behavior remains a
|
|
111
|
+
future hardening slice.
|
|
112
|
+
|
|
113
|
+
Ship:
|
|
114
|
+
|
|
115
|
+
- A context store abstraction with generic local operations: read, write,
|
|
116
|
+
delete, and list.
|
|
117
|
+
- A first Git-shaped backend model that can point at a local store root.
|
|
118
|
+
- A test/memory backend for fast tests and prototypes.
|
|
119
|
+
- A store configuration model that does not contain initiative-specific logic.
|
|
120
|
+
|
|
121
|
+
Done when:
|
|
122
|
+
|
|
123
|
+
- OpenSpec can create and manipulate files inside a local context store without
|
|
124
|
+
the core store layer knowing what those files mean. Pull, push, watch,
|
|
125
|
+
remote creation, and conflict handling are tracked as future sync work.
|
|
126
|
+
|
|
127
|
+
## 4. Add Collection Foundation
|
|
128
|
+
|
|
129
|
+
Goal: let product-specific content systems live inside a context store without
|
|
130
|
+
hardcoding every future concept into the store layer.
|
|
131
|
+
|
|
132
|
+
Ship:
|
|
133
|
+
|
|
134
|
+
- A collection interface with a mounted folder namespace.
|
|
135
|
+
- Rules that keep a collection's writes inside its mount.
|
|
136
|
+
- Basic collection validation and template hooks.
|
|
137
|
+
- A way for collections to expose optional agent guidance or UI metadata later.
|
|
138
|
+
|
|
139
|
+
Done when:
|
|
140
|
+
|
|
141
|
+
- The context store can host a mounted `initiatives/` collection while staying
|
|
142
|
+
generic enough for future collections like decisions, API catalogs, or
|
|
143
|
+
playbooks.
|
|
144
|
+
|
|
145
|
+
## 5. Ship Initiative MVP
|
|
146
|
+
|
|
147
|
+
Goal: give coordinated work a durable, shared, agent-consumable home.
|
|
148
|
+
|
|
149
|
+
Ship:
|
|
150
|
+
|
|
151
|
+
- Initiative creation and listing.
|
|
152
|
+
- A default initiative file shape:
|
|
153
|
+
|
|
154
|
+
```text
|
|
155
|
+
initiatives/<id>/
|
|
156
|
+
initiative.yaml
|
|
157
|
+
requirements.md
|
|
158
|
+
design.md
|
|
159
|
+
decisions.md
|
|
160
|
+
questions.md
|
|
161
|
+
tasks.md
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
- Templates for product intent, accepted requirements, design decisions, open
|
|
165
|
+
questions, and coordination tasks.
|
|
166
|
+
- Validation for required initiative metadata.
|
|
167
|
+
- Explicit deferral of full read/show, update, and delete policy until the
|
|
168
|
+
agent-first discovery and lifecycle needs are clearer.
|
|
169
|
+
|
|
170
|
+
Done when:
|
|
171
|
+
|
|
172
|
+
- A user or agent can create and list initiatives as shared planning objects
|
|
173
|
+
before any repo has committed to implementation details.
|
|
174
|
+
|
|
175
|
+
## 6. Add Minimal Context Store UX
|
|
176
|
+
|
|
177
|
+
Goal: make shared initiative storage usable before repo handoff or workspace
|
|
178
|
+
opening depends on it.
|
|
179
|
+
|
|
180
|
+
Ship:
|
|
181
|
+
|
|
182
|
+
- `context-store setup <id>` for creating a local Git-backed store folder with
|
|
183
|
+
portable store metadata and local registration.
|
|
184
|
+
- `context-store register <path>` for registering an existing clone or folder,
|
|
185
|
+
defaulting the store id from the repo or folder name.
|
|
186
|
+
- `context-store list` and `context-store doctor` for local visibility and
|
|
187
|
+
non-mutating diagnostics.
|
|
188
|
+
- `initiative list` defaulting to all registered stores, with `--store` as a
|
|
189
|
+
filter and `--store-path` as an escape hatch.
|
|
190
|
+
- Minimal human output and JSON output suitable for agents.
|
|
191
|
+
|
|
192
|
+
Done when:
|
|
193
|
+
|
|
194
|
+
- A single developer or teammate can create or register a shared context store,
|
|
195
|
+
list initiatives across registered stores, and diagnose missing or broken
|
|
196
|
+
local store setup without learning the internal registry layout.
|
|
197
|
+
|
|
198
|
+
## 7. Add Agent-First Initiative Discovery
|
|
199
|
+
|
|
200
|
+
Goal: let an agent resolve the initiative the user named and read canonical
|
|
201
|
+
initiative context from the source of truth.
|
|
202
|
+
|
|
203
|
+
Ship:
|
|
204
|
+
|
|
205
|
+
- `initiative show <id>` that searches registered stores by default.
|
|
206
|
+
- Ambiguity handling when the same initiative id exists in multiple stores.
|
|
207
|
+
- JSON output with canonical initiative metadata, store identity, initiative
|
|
208
|
+
root path, and metadata path.
|
|
209
|
+
- Human output focused on identity and available files, not work progress.
|
|
210
|
+
|
|
211
|
+
Done when:
|
|
212
|
+
|
|
213
|
+
- An agent can answer, "Which initiative did the user mean, where is the
|
|
214
|
+
canonical context, and where is the initiative metadata?"
|
|
215
|
+
|
|
216
|
+
## 8. Connect Repo-Local Changes To Initiatives
|
|
217
|
+
|
|
218
|
+
Goal: split shared coordination from repo-owned implementation plans cleanly.
|
|
219
|
+
|
|
220
|
+
Discussion points to confirm before implementation:
|
|
221
|
+
|
|
222
|
+
- Should the create/link flow explicitly report where the change lives, which
|
|
223
|
+
initiative it references, and the next suggested command?
|
|
224
|
+
- Should `--initiative <id>` search registered stores by default, or should it
|
|
225
|
+
require `--store` when more than one store is registered?
|
|
226
|
+
- What should the command do when the initiative exists but the current repo has
|
|
227
|
+
no obvious ownership match?
|
|
228
|
+
|
|
229
|
+
Ship:
|
|
230
|
+
|
|
231
|
+
- Repo-local change metadata that can reference an initiative by store id and
|
|
232
|
+
initiative id.
|
|
233
|
+
- An agent-friendly create or link flow such as
|
|
234
|
+
`new change <id> --initiative <store>/<initiative>`.
|
|
235
|
+
- Guidance that repo-local changes remain responsible for implementation,
|
|
236
|
+
validation, and archive.
|
|
237
|
+
- No checked-in `initiative.md` snapshot by default; agents read canonical
|
|
238
|
+
initiative files live from the context store.
|
|
239
|
+
|
|
240
|
+
Done when:
|
|
241
|
+
|
|
242
|
+
- One initiative can coordinate several repo-local changes without copying the
|
|
243
|
+
shared plan into every repo, storing machine-local links in the initiative, or
|
|
244
|
+
making the initiative own implementation artifacts.
|
|
245
|
+
|
|
246
|
+
## 9. Reject Initiative Resolve
|
|
247
|
+
|
|
248
|
+
Decision: do not add `openspec initiative resolve`, now or later.
|
|
249
|
+
|
|
250
|
+
Rationale:
|
|
251
|
+
|
|
252
|
+
- `initiative show` already resolves canonical shared initiative context.
|
|
253
|
+
- A workspace is the local view over repos, folders, context stores, and
|
|
254
|
+
initiatives.
|
|
255
|
+
- Repo-local changes already carry durable initiative links in checked-in
|
|
256
|
+
`.openspec.yaml` metadata.
|
|
257
|
+
- Repo-local status already reports work progress.
|
|
258
|
+
- A standalone resolve command would either duplicate workspace local-view state
|
|
259
|
+
or produce weak output when no workspace is present.
|
|
260
|
+
|
|
261
|
+
Do not ship:
|
|
262
|
+
|
|
263
|
+
- `openspec initiative resolve <id>`
|
|
264
|
+
- all-workspace or all-repo scans for initiative availability
|
|
265
|
+
- explicit path scanning as an initiative command
|
|
266
|
+
- Git remote matching for initiative participation
|
|
267
|
+
- repo ownership inference
|
|
268
|
+
- cloning, branch creation, or worktree creation as part of initiative
|
|
269
|
+
resolution
|
|
270
|
+
- initiative backlinks
|
|
271
|
+
- local availability or progress dashboards under the initiative command
|
|
272
|
+
|
|
273
|
+
Done when:
|
|
274
|
+
|
|
275
|
+
- Future agents can see that "initiative resolve" is intentionally rejected and
|
|
276
|
+
should not be revived under another command name.
|
|
277
|
+
|
|
278
|
+
## Proposed Discussion Point: Add Initiative Next / Agent Handoff UX
|
|
279
|
+
|
|
280
|
+
Status: candidate work item, not locked into the numbered roadmap yet.
|
|
281
|
+
|
|
282
|
+
Question to confirm:
|
|
283
|
+
|
|
284
|
+
- Should this become a roadmap item before "Let Workspaces Open Initiatives"?
|
|
285
|
+
|
|
286
|
+
Goal: give agents and users a small "what now?" command after initiative
|
|
287
|
+
discovery from the current repo or workspace, without turning it into a
|
|
288
|
+
dashboard or progress/status surface.
|
|
289
|
+
|
|
290
|
+
Possible shape:
|
|
291
|
+
|
|
292
|
+
```bash
|
|
293
|
+
openspec initiative next billing-launch --json
|
|
294
|
+
```
|
|
295
|
+
|
|
296
|
+
Possible JSON answer:
|
|
297
|
+
|
|
298
|
+
```json
|
|
299
|
+
{
|
|
300
|
+
"initiative": "billing-launch",
|
|
301
|
+
"next_action": "create_repo_change",
|
|
302
|
+
"reason": "initiative found, no linked local change exists for this repo",
|
|
303
|
+
"suggested_command": "openspec new change add-billing-api --initiative billing-launch"
|
|
304
|
+
}
|
|
305
|
+
```
|
|
306
|
+
|
|
307
|
+
Discussion points to confirm before implementation:
|
|
308
|
+
|
|
309
|
+
- Is `initiative next` the right command name, or should this guidance belong
|
|
310
|
+
inside workspace initiative opening or repo-local status?
|
|
311
|
+
- Should it return exactly one suggested next action, or a ranked set of options?
|
|
312
|
+
- Should it ever inspect work progress, or stay limited to handoff/readiness?
|
|
313
|
+
- How should it behave when no stores are registered, the initiative is
|
|
314
|
+
ambiguous, or the local repo is unrelated?
|
|
315
|
+
|
|
316
|
+
Done when, if accepted:
|
|
317
|
+
|
|
318
|
+
- An agent can answer "what should I do next for this initiative from here?"
|
|
319
|
+
without guessing across `show`, workspace state, and repo-local
|
|
320
|
+
change metadata.
|
|
321
|
+
|
|
322
|
+
## 10. Let Workspaces Open Initiatives
|
|
323
|
+
|
|
324
|
+
Goal: connect durable initiative context to this runtime's local working view
|
|
325
|
+
after initiative show and repo-change linkage exist.
|
|
326
|
+
|
|
327
|
+
Locked direction:
|
|
328
|
+
|
|
329
|
+
- A workspace does not contain the work. It remembers how this runtime opens the
|
|
330
|
+
work.
|
|
331
|
+
- Persist only tiny private local view choices.
|
|
332
|
+
- Generate opener-specific runtime files on open.
|
|
333
|
+
- Attach initiative context and selected existing local repos or folders.
|
|
334
|
+
- Do not clone, branch, create worktrees, use submodules, or infer local repos in
|
|
335
|
+
this slice.
|
|
336
|
+
- Context-only open is valid.
|
|
337
|
+
|
|
338
|
+
Product decision status:
|
|
339
|
+
|
|
340
|
+
- No remaining Item 10 product decisions are open. Implementation may still
|
|
341
|
+
uncover mechanical details, but the intended UX shape is locked.
|
|
342
|
+
|
|
343
|
+
Command UX decision:
|
|
344
|
+
|
|
345
|
+
- Use `openspec workspace open --initiative <initiative>`.
|
|
346
|
+
- Support `<store>/<initiative>` and `<initiative> --store <store>`.
|
|
347
|
+
- Support `openspec workspace open <workspace-name> --initiative <initiative>`
|
|
348
|
+
when the user wants to choose the local workspace identity explicitly.
|
|
349
|
+
- If only `<initiative>` is provided, proceed when exactly one registered
|
|
350
|
+
context store has that initiative id.
|
|
351
|
+
- On ambiguity, list exact matches and require an explicit store selector.
|
|
352
|
+
- On no exact match, show likely matches when available and suggest `openspec
|
|
353
|
+
initiative list`; do not silently open a fuzzy match.
|
|
354
|
+
- If the user omits a workspace name, derive a friendly default from the
|
|
355
|
+
initiative id when that is unambiguous; otherwise require the user to pick an
|
|
356
|
+
explicit workspace name.
|
|
357
|
+
|
|
358
|
+
Open target decision:
|
|
359
|
+
|
|
360
|
+
- Open the initiative directory by default, not the whole context store.
|
|
361
|
+
- Generated guidance and JSON output should still report the context store root
|
|
362
|
+
and that broader context is available.
|
|
363
|
+
- A later explicit option may open the whole context store, but broad store
|
|
364
|
+
scope is not the Item 10 default.
|
|
365
|
+
|
|
366
|
+
Local view record decision:
|
|
367
|
+
|
|
368
|
+
- Use one private local view record for initiative-aware local views.
|
|
369
|
+
- Store initiative-view state in the root `workspace.yaml` file.
|
|
370
|
+
- The record stores selected context-store binding, initiative, local links,
|
|
371
|
+
opener, and selected tools. The binding may preserve a registry selector or a
|
|
372
|
+
runtime-local path selector.
|
|
373
|
+
- The context binding is optional, so a workspace can also be a custom local view
|
|
374
|
+
with linked folders and no initiative.
|
|
375
|
+
|
|
376
|
+
Workspace storage decision:
|
|
377
|
+
|
|
378
|
+
- Store each private workspace view under
|
|
379
|
+
`getGlobalDataDir()/workspaces/<workspace-name>/`.
|
|
380
|
+
- The workspace name is the local identity. Selected store and initiative, if
|
|
381
|
+
any, are data inside the private record rather than path segments.
|
|
382
|
+
- Use one durable `workspace.yaml` at the workspace root.
|
|
383
|
+
- Generate `AGENTS.md`, opener workspace files, and tool-specific skills at the
|
|
384
|
+
workspace root.
|
|
385
|
+
- Do not introduce a separate generated-output directory for Item 10.
|
|
386
|
+
|
|
387
|
+
Runtime identity decision:
|
|
388
|
+
|
|
389
|
+
- Use `getGlobalDataDir()` as the cross-platform runtime-local boundary.
|
|
390
|
+
- Local paths are valid only in the runtime that wrote the private
|
|
391
|
+
`workspace.yaml`.
|
|
392
|
+
- Do not add path translation or a separate `<runtime-id>` path segment in Item
|
|
393
|
+
10.
|
|
394
|
+
|
|
395
|
+
Prepare/JSON decision:
|
|
396
|
+
|
|
397
|
+
- Keep `workspace open --json` as a machine-facing receipt for the same open
|
|
398
|
+
operation.
|
|
399
|
+
- Do not add `--prepare-only` for Item 10.
|
|
400
|
+
- JSON should return useful generated paths, selected context, opened roots,
|
|
401
|
+
skipped roots, opener, launch status, and warnings rather than a bare success
|
|
402
|
+
response.
|
|
403
|
+
|
|
404
|
+
Codex Desktop decision:
|
|
405
|
+
|
|
406
|
+
- Open the generated workspace root as the Codex Desktop project.
|
|
407
|
+
- Expose attached initiative and linked repo/folder paths through generated
|
|
408
|
+
guidance and `workspace open --json` output.
|
|
409
|
+
- Defer Desktop multi-root automation until there is a clearer Desktop contract.
|
|
410
|
+
|
|
411
|
+
Edit-boundary decision:
|
|
412
|
+
|
|
413
|
+
- Emit advisory boundaries only.
|
|
414
|
+
- Label initiative/context-store files as shared coordination context and linked
|
|
415
|
+
repos/folders as local implementation context when selected.
|
|
416
|
+
- Do not enforce write restrictions in Item 10.
|
|
417
|
+
|
|
418
|
+
Ship:
|
|
419
|
+
|
|
420
|
+
- Private local view state that can remember the selected context store,
|
|
421
|
+
selected initiative, selected local links, opener, and selected tools for this
|
|
422
|
+
runtime.
|
|
423
|
+
- `workspace open` support for generating opener-specific runtime files and
|
|
424
|
+
opening initiative context plus locally resolved linked repos/folders.
|
|
425
|
+
- Agent guidance and machine-readable `workspace open --json` output that
|
|
426
|
+
explain the current initiative, opened roots, skipped roots, local paths, and
|
|
427
|
+
advisory edit boundaries.
|
|
428
|
+
- Workspace-name reuse behavior that avoids silently repointing an existing
|
|
429
|
+
workspace to a different initiative.
|
|
430
|
+
- Open-time warnings that skip missing linked repos/folders while failing when
|
|
431
|
+
the selected initiative or context store cannot be resolved.
|
|
432
|
+
- Continued support for custom non-initiative workspaces as first-class local
|
|
433
|
+
views.
|
|
434
|
+
- Doctor guidance for missing context stores, missing linked repos/folders, and
|
|
435
|
+
stale local view records.
|
|
436
|
+
|
|
437
|
+
Done when:
|
|
438
|
+
|
|
439
|
+
- A teammate can open the same initiative in their runtime while using their own
|
|
440
|
+
local paths and selected repo subset.
|
|
441
|
+
- Generated runtime files are clearly derived and can be regenerated without
|
|
442
|
+
losing the user's local view choices.
|
|
443
|
+
|
|
444
|
+
## 11. Manual Beta Reality Pass
|
|
445
|
+
|
|
446
|
+
Status: proposed immediate beta-learning item.
|
|
447
|
+
|
|
448
|
+
Goal: manually run what exists and use the friction to update initiative notes
|
|
449
|
+
before designing more surface area.
|
|
450
|
+
|
|
451
|
+
Ship:
|
|
452
|
+
|
|
453
|
+
- A fresh-user walkthrough of context-store setup, initiative creation,
|
|
454
|
+
workspace opening, repo linking, doctor output, and repo-local linked change
|
|
455
|
+
creation.
|
|
456
|
+
- Notes on what felt clear, what felt odd, where prompts were missing, and where
|
|
457
|
+
docs pushed too many flags onto the user.
|
|
458
|
+
- A short disposition that separates docs-only fixes from follow-on
|
|
459
|
+
implementation slices.
|
|
460
|
+
|
|
461
|
+
Done when:
|
|
462
|
+
|
|
463
|
+
- The initiative contains concrete notes from trying the current beta flow by
|
|
464
|
+
hand.
|
|
465
|
+
- The next implementation or docs slice is grounded in observed friction rather
|
|
466
|
+
than guessed workflow shape.
|
|
467
|
+
|
|
468
|
+
## 12. Context Store First-Run And Cleanup UX
|
|
469
|
+
|
|
470
|
+
Goal: make context-store setup and cleanup feel like a normal local workflow,
|
|
471
|
+
without adding sync, remote, or governance automation.
|
|
472
|
+
|
|
473
|
+
Work item:
|
|
474
|
+
`work-items/12-context-store-first-run-and-cleanup-ux/`
|
|
475
|
+
|
|
476
|
+
Ship:
|
|
477
|
+
|
|
478
|
+
- Interactive no-argument `context-store setup` for terminal users.
|
|
479
|
+
- Deterministic non-interactive and JSON behavior when required setup choices
|
|
480
|
+
are missing.
|
|
481
|
+
- Target-path safety output for managed defaults, explicit paths, existing Git
|
|
482
|
+
repos, and non-empty directories.
|
|
483
|
+
- A supported local cleanup path for unregistering or removing a context store
|
|
484
|
+
without hand-editing the registry.
|
|
485
|
+
- Setup output that explains local registry state and Git state, including
|
|
486
|
+
uncommitted shared-store files after `--init-git`.
|
|
487
|
+
|
|
488
|
+
Done when:
|
|
489
|
+
|
|
490
|
+
- A fresh user can set up or clean up a local context store without knowing
|
|
491
|
+
hidden registry paths, environment variables, or manual file edits.
|
|
492
|
+
|
|
493
|
+
## 13. Agent Handoff Output And Delivery Polish
|
|
494
|
+
|
|
495
|
+
Goal: make existing command output and delivery choices enough for a fresh
|
|
496
|
+
agent to continue safely, before adding any broader `initiative next` command.
|
|
497
|
+
|
|
498
|
+
Work item:
|
|
499
|
+
`work-items/13-agent-handoff-output-and-delivery-polish/`
|
|
500
|
+
|
|
501
|
+
Ship:
|
|
502
|
+
|
|
503
|
+
- "Next for your agent" handoff guidance in the command outputs where first-run
|
|
504
|
+
flow otherwise depends on pasted beta knowledge.
|
|
505
|
+
- JSON output with direct created artifact paths where agents need to write
|
|
506
|
+
files, while preserving existing relative fields for compatibility.
|
|
507
|
+
- Clear delivery wording that separates baseline OpenSpec guidance from
|
|
508
|
+
workflow entrypoints such as skills or slash commands.
|
|
509
|
+
- Warnings when a selected tool cannot receive workflow slash commands.
|
|
510
|
+
|
|
511
|
+
Done when:
|
|
512
|
+
|
|
513
|
+
- A coding agent can continue from setup or initiative creation output without
|
|
514
|
+
guessing command names, reconstructing writable paths, or losing baseline
|
|
515
|
+
OpenSpec guidance because the user chose commands-oriented delivery.
|
|
516
|
+
|
|
517
|
+
## 14. Workspaces Beta Guide Split
|
|
518
|
+
|
|
519
|
+
Status: proposed immediate beta-learning item.
|
|
520
|
+
|
|
521
|
+
Goal: make the beta docs reflect the intended division of labor:
|
|
522
|
+
|
|
523
|
+
```text
|
|
524
|
+
Users make local choices.
|
|
525
|
+
Agents run OpenSpec work commands.
|
|
526
|
+
```
|
|
527
|
+
|
|
528
|
+
Ship:
|
|
529
|
+
|
|
530
|
+
- A user-facing guide that prefers interactive terminal setup for local choices
|
|
531
|
+
such as context-store location, opener, and local repo paths.
|
|
532
|
+
- An agent-facing CLI playbook that keeps explicit commands, JSON output,
|
|
533
|
+
current-directory rules, and caveats.
|
|
534
|
+
- A clear rule for which flags are normal user-facing escape hatches and which
|
|
535
|
+
are mostly agent-facing precision.
|
|
536
|
+
|
|
537
|
+
Done when:
|
|
538
|
+
|
|
539
|
+
- A new user can get to a working beta setup without reading a flag-heavy CLI
|
|
540
|
+
tutorial.
|
|
541
|
+
- A coding agent can still find the exact commands needed to create initiatives,
|
|
542
|
+
link repo-local changes, and inspect state safely.
|
|
543
|
+
|
|
544
|
+
## 15. Context Store Project Roots And Schema-Led Initiatives
|
|
545
|
+
|
|
546
|
+
Goal: let context stores behave like OpenSpec roots for shared planning config
|
|
547
|
+
and schemas, while keeping implementation changes repo-owned by default.
|
|
548
|
+
|
|
549
|
+
Work item:
|
|
550
|
+
`work-items/15-context-store-project-roots-and-schema-led-initiatives/`
|
|
551
|
+
|
|
552
|
+
Product decision to confirm:
|
|
553
|
+
|
|
554
|
+
- A context store can have `openspec/config.yaml` and `openspec/schemas/` like a
|
|
555
|
+
repo after `openspec init`.
|
|
556
|
+
- That project-like shape is for shared context configuration and initiative
|
|
557
|
+
schemas. It must not silently make the context store an implementation repo.
|
|
558
|
+
- `initiative create` should create a sparse shell and let reviewed initiative
|
|
559
|
+
artifacts grow through schema-led status/instructions.
|
|
560
|
+
|
|
561
|
+
Ship:
|
|
562
|
+
|
|
563
|
+
- Context-store setup that creates or supports store-local OpenSpec config.
|
|
564
|
+
- A default initiative schema for high-level requirements and design artifacts.
|
|
565
|
+
- Sparse initiative creation: `initiative.yaml` plus a short `brief.md`, with no
|
|
566
|
+
`TBD` placeholders and no default `tasks.md`.
|
|
567
|
+
- Initiative artifact status and instructions output rooted in the initiative
|
|
568
|
+
directory.
|
|
569
|
+
- Guardrails so `openspec new change` does not accidentally create executable
|
|
570
|
+
repo-local changes inside a context store just because the store has an
|
|
571
|
+
`openspec/` directory.
|
|
572
|
+
- Compatibility for existing six-file MVP initiatives.
|
|
573
|
+
|
|
574
|
+
Done when:
|
|
575
|
+
|
|
576
|
+
- A context store can resolve store-local initiative schemas.
|
|
577
|
+
- Agents can iteratively create initiative requirements and design artifacts
|
|
578
|
+
from CLI instructions.
|
|
579
|
+
- Existing MVP initiatives continue to list and show.
|
|
580
|
+
- Docs stop presenting initiative creation as "fill every markdown file now."
|
|
581
|
+
|
|
582
|
+
## 16. Add Escalation UX
|
|
583
|
+
|
|
584
|
+
Goal: let users start locally and upgrade only when coordination is actually
|
|
585
|
+
needed.
|
|
586
|
+
|
|
587
|
+
Work item:
|
|
588
|
+
`work-items/16-add-escalation-ux/`
|
|
589
|
+
|
|
590
|
+
Ship:
|
|
591
|
+
|
|
592
|
+
- Explore/propose guidance that starts in the current repo by default.
|
|
593
|
+
- A recommendation path when work spans multiple owned areas:
|
|
594
|
+
|
|
595
|
+
```text
|
|
596
|
+
This appears to span multiple owned areas.
|
|
597
|
+
OpenSpec can upgrade it into a coordinated initiative and carry the current
|
|
598
|
+
planning context forward.
|
|
599
|
+
```
|
|
600
|
+
|
|
601
|
+
- Carry-forward behavior for the current change name, product goal, notes,
|
|
602
|
+
inferred areas, and relevant questions.
|
|
603
|
+
- Clear prompts that ask about concrete affected areas rather than abstract
|
|
604
|
+
storage models.
|
|
605
|
+
|
|
606
|
+
Done when:
|
|
607
|
+
|
|
608
|
+
- Coordinated planning feels like a continuation of local planning, not a
|
|
609
|
+
workflow restart.
|
|
610
|
+
|
|
611
|
+
## 17. Harden Team-Shared Coordination
|
|
612
|
+
|
|
613
|
+
Goal: make initiatives practical for teams without turning setup into an admin
|
|
614
|
+
ceremony.
|
|
615
|
+
|
|
616
|
+
Work item:
|
|
617
|
+
`work-items/17-harden-team-shared-coordination/`
|
|
618
|
+
|
|
619
|
+
Ship:
|
|
620
|
+
|
|
621
|
+
- A recommended Git-backed shared context store pattern.
|
|
622
|
+
- Lightweight teammate onboarding:
|
|
623
|
+
|
|
624
|
+
```text
|
|
625
|
+
Clone the context store.
|
|
626
|
+
Run openspec workspace doctor.
|
|
627
|
+
Open the initiative with your agent.
|
|
628
|
+
```
|
|
629
|
+
|
|
630
|
+
- Repair flows for local path mappings.
|
|
631
|
+
- Sync status and conflict guidance.
|
|
632
|
+
- Clear separation between committed initiative state and machine-local
|
|
633
|
+
workspace state.
|
|
634
|
+
|
|
635
|
+
Done when:
|
|
636
|
+
|
|
637
|
+
- Several teammates can share the same initiative while each keeps their own
|
|
638
|
+
local checkout layout.
|
|
639
|
+
|
|
640
|
+
## 18. Explore Initiative-Hosted Target-Bound Change Artifacts
|
|
641
|
+
|
|
642
|
+
Goal: decide whether shared initiative artifacts can graduate into executable
|
|
643
|
+
OpenSpec changes only after they are bound to a target repo or spec root,
|
|
644
|
+
without blurring initiative coordination, repo ownership, and workspace
|
|
645
|
+
local-view boundaries.
|
|
646
|
+
|
|
647
|
+
Work item:
|
|
648
|
+
`work-items/18-explore-initiative-hosted-target-bound-change-artifacts/`
|
|
649
|
+
|
|
650
|
+
Discussion points to confirm before exploration:
|
|
651
|
+
|
|
652
|
+
- Should "change home" stay internal resolver language, with user-facing
|
|
653
|
+
phrasing like "where should this plan live?" and "editable target"?
|
|
654
|
+
- What is the difference between initiative work items, briefs, target-bound
|
|
655
|
+
changes, and repo-local changes?
|
|
656
|
+
- What portable target metadata is required before an initiative-hosted artifact
|
|
657
|
+
can be considered implementation-ready?
|
|
658
|
+
- Should shared target-bound changes require explicit opt-in, or can
|
|
659
|
+
initiative/store policy select them?
|
|
660
|
+
- What user/team scenario would justify an initiative-hosted target-bound change
|
|
661
|
+
instead of a repo-local linked change?
|
|
662
|
+
|
|
663
|
+
Ship:
|
|
664
|
+
|
|
665
|
+
- Audit commands, templates, validation, archive, apply, completion, and docs
|
|
666
|
+
for repo-local `openspec/changes/` assumptions.
|
|
667
|
+
- Define the concepts of artifact home, implementation target, allowed edit
|
|
668
|
+
roots, and action context.
|
|
669
|
+
- Decide how initiative-hosted target-bound changes bind to repo specs,
|
|
670
|
+
implementation roots, branches, validation, archive, and sync/conflict
|
|
671
|
+
behavior.
|
|
672
|
+
- Define agent-readable JSON output for work target, artifact home,
|
|
673
|
+
implementation target, initiative link, edit boundaries, unsupported
|
|
674
|
+
lifecycle commands, and next commands.
|
|
675
|
+
- Record compatibility behavior for existing repo-local and workspace-local
|
|
676
|
+
changes.
|
|
677
|
+
- Recommend whether this should become an implementation slice, remain deferred,
|
|
678
|
+
start as initiative work items only, or be limited to specific schemas or
|
|
679
|
+
workflows first.
|
|
680
|
+
|
|
681
|
+
Done when:
|
|
682
|
+
|
|
683
|
+
- The initiative has a concrete recommendation, opt-in/config examples, affected
|
|
684
|
+
command list, and go/no-go criteria for implementation.
|
|
685
|
+
|
|
686
|
+
## 19. Review Workspace Beta Compatibility Before Public Release
|
|
687
|
+
|
|
688
|
+
Goal: decide which workspace beta compatibility behavior should survive into the
|
|
689
|
+
public workspace contract, and remove or migrate the rest while workspaces are
|
|
690
|
+
still unpublished.
|
|
691
|
+
|
|
692
|
+
Work item:
|
|
693
|
+
`work-items/19-review-workspace-beta-compatibility-before-public-release/`
|
|
694
|
+
|
|
695
|
+
Why this is late:
|
|
696
|
+
|
|
697
|
+
- Workspaces are still beta and not public/stable yet.
|
|
698
|
+
- We do not need to preserve every intermediate beta file shape forever.
|
|
699
|
+
- Early cleanup risks churn while first-run UX and initiative behavior are still
|
|
700
|
+
changing.
|
|
701
|
+
- The right compatibility contract is easier to define after manual beta usage
|
|
702
|
+
shows which local workspace artifacts real users have actually created.
|
|
703
|
+
|
|
704
|
+
Ship:
|
|
705
|
+
|
|
706
|
+
- Inventory workspace compatibility code, including legacy split state readers,
|
|
707
|
+
registry fallbacks, `codex` to `codex-cli` aliases, generated `.gitignore`
|
|
708
|
+
cleanup, and empty compatibility shims.
|
|
709
|
+
- Classify each path as public contract, beta migration, test-only shim, or
|
|
710
|
+
removable dead weight.
|
|
711
|
+
- Remove beta-only shims that only support unpublished intermediate workspace
|
|
712
|
+
shapes.
|
|
713
|
+
- Define any migration behavior worth keeping for people who tried the beta.
|
|
714
|
+
- Update docs, tests, generated guidance, and release notes so the public
|
|
715
|
+
workspace compatibility promise is explicit.
|
|
716
|
+
|
|
717
|
+
Done when:
|
|
718
|
+
|
|
719
|
+
- The workspace compatibility surface is intentionally small.
|
|
720
|
+
- Public docs do not imply support for beta-only workspace internals.
|
|
721
|
+
- Any remaining migration code has a clear owner, reason, and removal policy.
|
|
722
|
+
|
|
723
|
+
## Later, Not First
|
|
724
|
+
|
|
725
|
+
These are important, but should wait until the initiative model has real usage:
|
|
726
|
+
|
|
727
|
+
- Workspace apply, verify, and archive as first-class lifecycle commands.
|
|
728
|
+
- Branch or worktree orchestration.
|
|
729
|
+
- Strong cross-repo validation.
|
|
730
|
+
- Dependency graph enforcement.
|
|
731
|
+
- Shared contract ownership workflows.
|
|
732
|
+
- Sponsor/driver governance flows.
|
|
733
|
+
- Initiative progress/status dashboards.
|
|
734
|
+
- Cloud-hosted context stores.
|
|
735
|
+
|
|
736
|
+
## Suggested Shipping Sequence
|
|
737
|
+
|
|
738
|
+
1. Lock the direction and defer old workspace lifecycle slices.
|
|
739
|
+
2. Stabilize workspace as local view and agent launcher.
|
|
740
|
+
3. Add context store foundation.
|
|
741
|
+
4. Add collection foundation.
|
|
742
|
+
5. Ship initiative MVP.
|
|
743
|
+
6. Add minimal context-store UX.
|
|
744
|
+
7. Add agent-first initiative discovery.
|
|
745
|
+
8. Link repo-local changes to initiatives.
|
|
746
|
+
9. Keep initiative resolve rejected; use workspace local-view mapping instead.
|
|
747
|
+
10. Let workspaces open initiatives.
|
|
748
|
+
11. Manual beta reality pass.
|
|
749
|
+
12. Context store first-run and cleanup UX.
|
|
750
|
+
13. Agent handoff output and delivery polish.
|
|
751
|
+
14. Workspaces beta guide split.
|
|
752
|
+
15. Context store project roots and schema-led initiatives.
|
|
753
|
+
16. Add local-to-initiative escalation UX.
|
|
754
|
+
17. Harden team-shared coordination.
|
|
755
|
+
18. Explore initiative-hosted target-bound change artifacts.
|
|
756
|
+
19. Review workspace beta compatibility before public release.
|
|
757
|
+
|
|
758
|
+
Pending discussion: optionally add initiative next / agent handoff UX before or
|
|
759
|
+
alongside the handoff polish work.
|