feat: add filesystem resource layout and docs query tool; replace NEW_FEAT with FEAT
This commit is contained in:
@@ -10,7 +10,8 @@ const yx = new Yonexus({ dataFile, registrars: ['orion'] });
|
||||
yx.registerAgent({ agentId: 'orion' }, 'orion', 'Orion', ['org_admin', 'agent']);
|
||||
yx.registerAgent({ agentId: 'orion' }, 'hangman', 'Hangman', ['agent']);
|
||||
|
||||
const dept = yx.createDepartment({ agentId: 'orion' }, 'Platform', 'org:yonexus');
|
||||
const org = yx.createOrganization({ agentId: 'orion' }, 'Yonexus');
|
||||
const dept = yx.createDepartment({ agentId: 'orion' }, 'Platform', org.id);
|
||||
const team = yx.createTeam({ agentId: 'orion' }, 'Core', dept.id);
|
||||
|
||||
yx.assignIdentity({ agentId: 'orion' }, 'orion', dept.id, team.id, {
|
||||
|
||||
Reference in New Issue
Block a user