opencode-branch-memory-manager 0.1.1 → 0.1.2
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.md +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -476,8 +476,11 @@ Make sure you're logged in to npm: `npm whoami`
|
|
|
476
476
|
|
|
477
477
|
## 📝 Notes
|
|
478
478
|
|
|
479
|
-
- Package name: `opencode-branch-memory-manager` (unscoped
|
|
480
|
-
-
|
|
479
|
+
- Package name: `opencode-branch-memory-manager` (unscoped)
|
|
480
|
+
- Scoped packages (`@davidcreador/...`) may require OTP for publishing
|
|
481
|
+
- If prompted for OTP, provide the one-time password
|
|
482
|
+
- For testing purposes, unscoped name avoids OTP requirement
|
|
483
|
+
- After successful publish with unscoped name, you can switch to scoped name if needed
|
|
481
484
|
- Update README and package.json accordingly
|
|
482
485
|
|
|
483
486
|
1. Update version in `package.json`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-branch-memory-manager",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Automatically manages branch-specific context for OpenCode with auto-save, auto-load, and git workflow integration",
|
|
5
5
|
"author": "Davidcreador",
|
|
6
6
|
"license": "MIT",
|