Loading...
Loading...
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
npx skill4agent add pbh-btn/peerbanhelper openspec-sync-specsopenspec list --jsonspecs/openspec/changes/<name>/specs/*/spec.md## ADDED Requirements## MODIFIED Requirements## REMOVED Requirements## RENAMED Requirementsopenspec/changes/<name>/specs/<capability>/spec.mdopenspec/specs/<capability>/spec.mdopenspec/specs/<capability>/spec.md## ADDED Requirements
### Requirement: New Feature
The system SHALL do something new.
#### Scenario: Basic case
- **WHEN** user does X
- **THEN** system does Y
## MODIFIED Requirements
### Requirement: Existing Feature
#### Scenario: New scenario to add
- **WHEN** user does A
- **THEN** system does B
## REMOVED Requirements
### Requirement: Deprecated Feature
## RENAMED Requirements
- FROM: `### Requirement: Old Name`
- TO: `### Requirement: New Name`## Specs Synced: <change-name>
Updated main specs:
**<capability-1>**:
- Added requirement: "New Feature"
- Modified requirement: "Existing Feature" (added 1 scenario)
**<capability-2>**:
- Created new spec file
- Added requirement: "Another Feature"
Main specs are now updated. The change remains active - archive when implementation is complete.