Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openspec/changes/manifest-version-bump/design.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Design: Manifest version bump

## Status
proposed
pr-created

## Spec kind & sizing (ADR-032)

Expand Down
12 changes: 6 additions & 6 deletions openspec/changes/manifest-version-bump/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

## 1. Bump manifest version

- [ ] Edit `src/manifest.json`: change `"version": "0.3.0"` to
- [x] Edit `src/manifest.json`: change `"version": "0.3.0"` to
`"version": "0.4.0"`.
- [ ] Verify the diff is exactly one line, exactly one character.
- [x] Verify the diff is exactly one line, exactly one character.

## 2. Verification (mechanical)

- [ ] `jq '.version' src/manifest.json` returns `"0.4.0"`.
- [ ] `npm run check:manifest` exits 0 (schema validates).
- [ ] `git diff --stat origin/development...HEAD` shows
- [x] `jq '.version' src/manifest.json` returns `"0.4.0"`.
- [x] `npm run check:manifest` exits 0 (schema validates).
- [x] `git diff --stat origin/development...HEAD` shows
`src/manifest.json | 2 +-` (one line removed, one line added —
jq doesn't preserve formatting around the bump, but the net
change is one field).
Expand All @@ -25,7 +25,7 @@ No additional manual action expected from the implementer.

## Deduplication Check

- [ ] Confirmed: no duplication. This is a single-field metadata bump,
- [x] Confirmed: no duplication. This is a single-field metadata bump,
no abstractions involved.

---
Expand Down
Loading
Loading