@bostonuniversity/buwp-local 0.5.3 → 0.6.1
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/ROADMAP.md +2 -1
- package/docs/ARCHITECTURE.md +838 -0
- package/docs/CHANGELOG.md +149 -0
- package/docs/COMMANDS.md +462 -0
- package/docs/CREDENTIALS.md +484 -0
- package/docs/GETTING_STARTED.md +234 -0
- package/docs/MIGRATION_FROM_VM.md +237 -0
- package/docs/MULTI_PROJECT.md +513 -0
- package/docs/ROADMAP.md +237 -0
- package/lib/commands/destroy.js +1 -1
- package/lib/commands/init.js +2 -1
- package/lib/commands/keychain.js +1 -1
- package/lib/commands/start.js +233 -8
- package/package.json +1 -1
- package/readme.md +26 -0
- /package/{IMPLEMENTATION_NOTES_V0.5.0_PHASE3.md → docs/archive/IMPLEMENTATION_NOTES_V0.5.0_PHASE3.md} +0 -0
- /package/{IMPLEMENTATION_SUMMARY.md → docs/archive/IMPLEMENTATION_SUMMARY.md} +0 -0
- /package/{KEYCHAIN_IMPLEMENTATION.md → docs/archive/KEYCHAIN_IMPLEMENTATION.md} +0 -0
- /package/{macos-keychain-notes.md → docs/archive/macos-keychain-notes.md} +0 -0
package/ROADMAP.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# buwp-local Development Roadmap
|
|
2
2
|
|
|
3
|
+
This is a historical document, see the current roadmap in the `docs/ROADMAP.md` file.
|
|
4
|
+
|
|
3
5
|
## ✅ Phase 1: Core Infrastructure (Complete)
|
|
4
6
|
|
|
5
7
|
**Status:** Shipped ✅
|
|
@@ -359,4 +361,3 @@ We've built a **solid foundation** for BU WordPress local development. The tool
|
|
|
359
361
|
3. Expand adoption gradually
|
|
360
362
|
4. Iterate and improve based on real usage
|
|
361
363
|
|
|
362
|
-
The path forward is clear, and the foundation is strong! 🚀
|