feat: add filesystem resource layout and docs query tool; replace NEW_FEAT with FEAT

This commit is contained in:
2026-03-07 16:31:53 +00:00
parent 8590c1ff31
commit b7a0211fb5
11 changed files with 295 additions and 94 deletions

View File

@@ -9,6 +9,7 @@ Yonexus is an OpenClaw plugin for organization hierarchy and agent identity mana
## Features
- Organization hierarchy: `Organization -> Department -> Team -> Agent`
- Filesystem-backed resource layout under `${openclaw dir}/yonexus`
- Agent registration and multi-identity assignment
- Supervisor relationship mapping (does **not** imply permissions)
- Role-based authorization
@@ -71,6 +72,7 @@ npm run demo
## Implemented APIs
Core:
- `createOrganization(actor, name)`
- `createDepartment(actor, name, orgId)`
- `createTeam(actor, name, deptId)`
- `registerAgent(actor, agentId, name, roles?)`
@@ -86,6 +88,9 @@ Management:
- `deleteDepartment(actor, deptId)`
- `deleteTeam(actor, teamId, deptId?)`
Docs:
- `getDocs(scope, topic, keyword)`
Data & audit:
- `exportData(actor)`
- `importData(actor, state)`