handoff-bridge 0.1.2 → 0.1.3

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/README.en.md CHANGED
@@ -54,15 +54,6 @@ If an I/O error or process interruption occurs after writing begins, automatic r
54
54
 
55
55
  See [Theory](docs/theory.en.md) for the design rationale and [SKILL.md](skills/handoff-bridge/SKILL.md) for the execution contract.
56
56
 
57
- ## Development and publishing
58
-
59
- ```bash
60
- npm test
61
- npm run check:package
62
- ```
63
-
64
- See [scripts/PUBLISHING.md](scripts/PUBLISHING.md) for the release procedure.
65
-
66
57
  ## License
67
58
 
68
59
  MIT
package/README.md CHANGED
@@ -56,15 +56,6 @@ handoff-bridgeで次のセッションへの引き継ぎを作って。
56
56
 
57
57
  詳しい考え方は [理論的背景](docs/theory.md) を参照してください。スキルを実行するときの規則は [SKILL.md](skills/handoff-bridge/SKILL.md) にあります。
58
58
 
59
- ## 開発と公開
60
-
61
- ```bash
62
- npm test
63
- npm run check:package
64
- ```
65
-
66
- 公開手順は [scripts/PUBLISHING.md](scripts/PUBLISHING.md) にあります。
67
-
68
59
  ## ライセンス
69
60
 
70
61
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "handoff-bridge",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Create compact, verifiable handoffs between coding-agent sessions.",
5
5
  "private": false,
6
6
  "type": "module",