refactor: restructure project layout and add install.mjs #3

Merged
hzhang merged 1 commits from feat/restructure-and-install-script into main 2026-03-10 14:46:59 +00:00
Contributor
  • Move src/ → plugin/ with subdirectories:
    • plugin/core/ (business logic, models, store, permissions, utils, memory)
    • plugin/tools/ (query, resources)
    • plugin/commands/ (placeholder for slash commands)
    • plugin/hooks/ (placeholder for lifecycle hooks)
    • plugin/index.ts (wiring layer only, no business logic)
  • Add install.mjs with --install, --uninstall, --openclaw-profile-path
  • Add skills/ and docs/ root directories
  • Move planning docs (PLAN.md, FEAT.md, AGENT_TASKS.md) to docs/
  • Remove old scripts/install.sh
  • Update tsconfig rootDir: src → plugin
  • Update README.md and README.zh.md with new layout
  • Bump version to 0.2.0
  • All tests pass
- Move src/ → plugin/ with subdirectories: - plugin/core/ (business logic, models, store, permissions, utils, memory) - plugin/tools/ (query, resources) - plugin/commands/ (placeholder for slash commands) - plugin/hooks/ (placeholder for lifecycle hooks) - plugin/index.ts (wiring layer only, no business logic) - Add install.mjs with --install, --uninstall, --openclaw-profile-path - Add skills/ and docs/ root directories - Move planning docs (PLAN.md, FEAT.md, AGENT_TASKS.md) to docs/ - Remove old scripts/install.sh - Update tsconfig rootDir: src → plugin - Update README.md and README.zh.md with new layout - Bump version to 0.2.0 - All tests pass
hzhang added 1 commit 2026-03-10 14:46:33 +00:00
- Move src/ → plugin/ with subdirectories:
  - plugin/core/ (business logic, models, store, permissions, utils, memory)
  - plugin/tools/ (query, resources)
  - plugin/commands/ (placeholder for slash commands)
  - plugin/hooks/ (placeholder for lifecycle hooks)
  - plugin/index.ts (wiring layer only, no business logic)
- Add install.mjs with --install, --uninstall, --openclaw-profile-path
- Add skills/ and docs/ root directories
- Move planning docs (PLAN.md, FEAT.md, AGENT_TASKS.md) to docs/
- Remove old scripts/install.sh
- Update tsconfig rootDir: src → plugin
- Update README.md and README.zh.md with new layout
- Bump version to 0.2.0
- All tests pass
hzhang merged commit 3b26f3d083 into main 2026-03-10 14:46:59 +00:00
hzhang deleted branch feat/restructure-and-install-script 2026-03-10 14:46:59 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nav/Yonexus#3