Skip to content

Commit fb2ebb3

Browse files
committed
fix(tests): update version checks to 4.10.0 and start skill token to --quick
1 parent 11ed89f commit fb2ebb3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

tests/codex-platform.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ for skill, tokens in expected.items():
279279

280280
assert_python '
281281
pairs = {
282-
"start": ["quick mode", "granularity", ".current-epic", "awaitingApproval"],
282+
"start": ["--quick", "granularity", ".current-epic", "awaitingApproval"],
283283
"triage": ["specs/_epics", ".current-epic", ".epic-state.json", "dependencies"],
284284
"research": ["brainstorming", "research.md", "verification tooling"],
285285
"requirements": ["brainstorming", "requirements.md", "awaitingApproval"],

tests/interview-framework.bats

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ GOAL_INTERVIEW="plugins/ralph-specum/references/goal-interview.md"
6161
grep -q "skills/interview-framework/SKILL.md" "$GOAL_INTERVIEW"
6262
}
6363

64-
@test "plugin.json version is 4.9.1" {
65-
grep -q '"version": "4.9.1"' "plugins/ralph-specum/.claude-plugin/plugin.json"
64+
@test "plugin.json version is 4.10.0" {
65+
grep -q '"version": "4.10.0"' "plugins/ralph-specum/.claude-plugin/plugin.json"
6666
}
6767

68-
@test "marketplace.json ralph-specum version is 4.9.1" {
68+
@test "marketplace.json ralph-specum version is 4.10.0" {
6969
version=$(jq -r '.plugins[] | select(.name == "ralph-specum") | .version' ".claude-plugin/marketplace.json")
70-
[ "$version" = "4.9.1" ]
70+
[ "$version" = "4.10.0" ]
7171
}

0 commit comments

Comments
 (0)