feat: Yonexus MVP core foundation #1

Merged
hzhang merged 4 commits from feat/mvp-core-foundation into main 2026-03-07 07:35:12 +00:00
Collaborator

Summary

  • scaffolded TypeScript plugin project structure and build/install flow
  • implemented JSON persistence store and core models
  • added role-based authorize(action, actor, scope)
  • implemented MVP APIs: createDepartment/createTeam/registerAgent/assignIdentity/setSupervisor/whoami/queryAgents
  • added query DSL (eq/contains/regex) with queryable schema guard + pagination
  • added scoped memory adapter and updated task checklist

Validation

  • npm install
  • npm run build
  • bash scripts/install.sh
## Summary - scaffolded TypeScript plugin project structure and build/install flow - implemented JSON persistence store and core models - added role-based authorize(action, actor, scope) - implemented MVP APIs: createDepartment/createTeam/registerAgent/assignIdentity/setSupervisor/whoami/queryAgents - added query DSL (eq/contains/regex) with queryable schema guard + pagination - added scoped memory adapter and updated task checklist ## Validation - npm install - npm run build - bash scripts/install.sh
orion added 1 commit 2026-03-07 05:21:38 +00:00
orion added 1 commit 2026-03-07 05:35:42 +00:00
orion added 1 commit 2026-03-07 07:00:53 +00:00
orion added 1 commit 2026-03-07 07:34:43 +00:00
hzhang merged commit 40d19ee811 into main 2026-03-07 07:35:12 +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#1