@liangxie/qf 0.0.1 → 0.0.2

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.
Files changed (54) hide show
  1. package/package.json +2 -1
  2. package/.claude/commands/opsx/apply.md +0 -155
  3. package/.claude/commands/opsx/archive.md +0 -160
  4. package/.claude/commands/opsx/explore.md +0 -174
  5. package/.claude/commands/opsx/propose.md +0 -109
  6. package/.claude/commands/opsx/sync.md +0 -143
  7. package/.claude/skills/openspec-apply-change/SKILL.md +0 -159
  8. package/.claude/skills/openspec-archive-change/SKILL.md +0 -117
  9. package/.claude/skills/openspec-explore/SKILL.md +0 -289
  10. package/.claude/skills/openspec-propose/SKILL.md +0 -113
  11. package/.claude/skills/openspec-sync-specs/SKILL.md +0 -147
  12. package/.codex/skills/openspec-apply-change/SKILL.md +0 -159
  13. package/.codex/skills/openspec-archive-change/SKILL.md +0 -117
  14. package/.codex/skills/openspec-explore/SKILL.md +0 -289
  15. package/.codex/skills/openspec-propose/SKILL.md +0 -113
  16. package/.codex/skills/openspec-sync-specs/SKILL.md +0 -147
  17. package/.cursor/commands/opsx-apply.md +0 -155
  18. package/.cursor/commands/opsx-archive.md +0 -160
  19. package/.cursor/commands/opsx-explore.md +0 -174
  20. package/.cursor/commands/opsx-propose.md +0 -109
  21. package/.cursor/commands/opsx-sync.md +0 -143
  22. package/.cursor/skills/openspec-apply-change/SKILL.md +0 -159
  23. package/.cursor/skills/openspec-archive-change/SKILL.md +0 -117
  24. package/.cursor/skills/openspec-explore/SKILL.md +0 -289
  25. package/.cursor/skills/openspec-propose/SKILL.md +0 -113
  26. package/.cursor/skills/openspec-sync-specs/SKILL.md +0 -147
  27. package/.github/prompts/opsx-apply.prompt.md +0 -152
  28. package/.github/prompts/opsx-archive.prompt.md +0 -157
  29. package/.github/prompts/opsx-explore.prompt.md +0 -171
  30. package/.github/prompts/opsx-propose.prompt.md +0 -106
  31. package/.github/prompts/opsx-sync.prompt.md +0 -140
  32. package/.github/skills/openspec-apply-change/SKILL.md +0 -159
  33. package/.github/skills/openspec-archive-change/SKILL.md +0 -117
  34. package/.github/skills/openspec-explore/SKILL.md +0 -289
  35. package/.github/skills/openspec-propose/SKILL.md +0 -113
  36. package/.github/skills/openspec-sync-specs/SKILL.md +0 -147
  37. package/.omo/run-continuation/ses_0d9f5cba6ffeW2r1NWuthiPI0F.json +0 -10
  38. package/.opencode/commands/opsx-apply.md +0 -152
  39. package/.opencode/commands/opsx-archive.md +0 -157
  40. package/.opencode/commands/opsx-explore.md +0 -171
  41. package/.opencode/commands/opsx-propose.md +0 -106
  42. package/.opencode/commands/opsx-sync.md +0 -140
  43. package/.opencode/skills/openspec-apply-change/SKILL.md +0 -159
  44. package/.opencode/skills/openspec-archive-change/SKILL.md +0 -117
  45. package/.opencode/skills/openspec-explore/SKILL.md +0 -289
  46. package/.opencode/skills/openspec-propose/SKILL.md +0 -113
  47. package/.opencode/skills/openspec-sync-specs/SKILL.md +0 -147
  48. package/openspec/changes/archive/2026-07-03-add-say-command/.openspec.yaml +0 -2
  49. package/openspec/changes/archive/2026-07-03-add-say-command/design.md +0 -73
  50. package/openspec/changes/archive/2026-07-03-add-say-command/proposal.md +0 -28
  51. package/openspec/changes/archive/2026-07-03-add-say-command/specs/cli-framework/spec.md +0 -22
  52. package/openspec/changes/archive/2026-07-03-add-say-command/specs/say-command/spec.md +0 -22
  53. package/openspec/changes/archive/2026-07-03-add-say-command/tasks.md +0 -17
  54. package/openspec/config.yaml +0 -20
@@ -1,22 +0,0 @@
1
- ## ADDED Requirements
2
-
3
- ### Requirement: Say command exists
4
- The system SHALL have a `say` command that can be invoked via `qf say`.
5
-
6
- #### Scenario: Say command is available
7
- - **WHEN** user runs `qf say`
8
- - **THEN** command executes without error
9
-
10
- ### Requirement: Say command outputs hello
11
- The system SHALL output "hello" when the `say` command is executed.
12
-
13
- #### Scenario: Say command outputs hello
14
- - **WHEN** user runs `qf say`
15
- - **THEN** system outputs "hello" to stdout
16
-
17
- ### Requirement: Say command has no arguments
18
- The system SHALL NOT accept any arguments for the `say` command.
19
-
20
- #### Scenario: Say command ignores arguments
21
- - **WHEN** user runs `qf say world`
22
- - **THEN** system still outputs "hello" (ignoring "world")
@@ -1,17 +0,0 @@
1
- ## 1. Setup
2
-
3
- - [x] 1.1 Create `index.js` file with shebang line
4
- - [x] 1.2 Add commander dependency to package.json
5
- - [x] 1.3 Add bin field to package.json
6
-
7
- ## 2. Core Implementation
8
-
9
- - [x] 2.1 Import commander in index.js
10
- - [x] 2.2 Define `say` command that outputs "hello"
11
- - [x] 2.3 Configure program name and version
12
-
13
- ## 3. Testing
14
-
15
- - [x] 3.1 Run `npm link` to test locally
16
- - [x] 3.2 Test `qf say` command outputs "hello"
17
- - [x] 3.3 Verify command works with arguments (should ignore them)
@@ -1,20 +0,0 @@
1
- schema: spec-driven
2
-
3
- # Project context (optional)
4
- # This is shown to AI when creating artifacts.
5
- # Add your tech stack, conventions, style guides, domain knowledge, etc.
6
- # Example:
7
- # context: |
8
- # Tech stack: TypeScript, React, Node.js
9
- # We use conventional commits
10
- # Domain: e-commerce platform
11
-
12
- # Per-artifact rules (optional)
13
- # Add custom rules for specific artifacts.
14
- # Example:
15
- # rules:
16
- # proposal:
17
- # - Keep proposals under 500 words
18
- # - Always include a "Non-goals" section
19
- # tasks:
20
- # - Break tasks into chunks of max 2 hours