@khanhspring/forge-spec 1.2.0 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanhspring/forge-spec",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Forge spec repo skills for Claude Code — brainstorm, spec, tasks, contract, and more",
5
5
  "type": "module",
6
6
  "bin": {
@@ -125,6 +125,7 @@ Feature {feature-slug} fully implemented across all modules.
125
125
  ```
126
126
 
127
127
  Then remind:
128
- > "After committing and pushing, module repos should run:
128
+ > "After committing and pushing, module repos linked via git submodule should run:
129
129
  > `git submodule update --remote specs`
130
- > to sync the updated task status."
130
+ > to sync the updated task status. Repos linked via a local junction/symlink pick up
131
+ > the change automatically — no action needed there."