Commit Graph

18 Commits

Author SHA1 Message Date
root
08a66d7659 refactor: restructure project layout and add install.mjs
- 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
2026-03-10 14:39:24 +00:00
00ffef0d8e Merge pull request 'feat: add filesystem resource layout and docs query tool; replace NEW_FEAT with FEAT' (#2) from feat/filesystem-layout-and-doc-query into main
Reviewed-on: #2
2026-03-10 13:59:23 +00:00
b7a0211fb5 feat: add filesystem resource layout and docs query tool; replace NEW_FEAT with FEAT 2026-03-07 16:31:53 +00:00
nav
8590c1ff31 Merge doc query requirement into NEW_FEAT 2026-03-07 16:25:04 +00:00
nav
c42c081061 Add doc query tool requirement 2026-03-07 15:52:03 +00:00
nav
f2ef1fc253 Add NEW_FEAT for filesystem resources 2026-03-07 15:46:13 +00:00
nav
ed2344ed0e Add lessons/workflows folders 2026-03-07 15:44:40 +00:00
nav
285d4b9435 Use openclaw dir path notation 2026-03-07 15:42:41 +00:00
nav
a5ba912dec Clarify yonexus data folder under ~/.openclaw 2026-03-07 15:41:04 +00:00
nav
5f9a140fdc Plan: add createOrganization and filesystem resources 2026-03-07 15:39:23 +00:00
40d19ee811 Merge pull request 'feat: Yonexus MVP core foundation' (#1) from feat/mvp-core-foundation into main
Reviewed-on: #1
2026-03-07 07:35:12 +00:00
34e75694c7 docs: add bilingual README with top language navigation 2026-03-07 07:34:41 +00:00
76d6a31d25 feat: optimize query path and add smoke test/demo assets 2026-03-07 07:00:51 +00:00
0ede080e85 feat: add v1 management APIs, audit logs, and import/export 2026-03-07 05:35:40 +00:00
1436d63a8c feat: scaffold yonexus MVP core with storage, auth, query, and scope memory 2026-03-07 05:21:25 +00:00
nav
e7f4aeae1a Add agent task breakdown 2026-03-07 05:06:34 +00:00
nav
f8bdfacb73 Update plan and add install script 2026-03-07 05:05:17 +00:00
root
a5ed1ef614 Add Yonexus project plan 2026-03-07 04:53:53 +00:00