- Add primaryKey import from drizzle-orm/sqlite-core - Add skillGroups table with id, name, description, isBuiltin, timestamps - Add skillGroupMembers junction table with composite PK (groupId, skillId) - Add skillGroupInheritance table with composite PK (childGroupId, parentGroupId) - Add agentSkillGroups table with composite PK (agentId, groupId) - Add agentSkills table with composite PK (agentId, skillId) |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| CHANGELOG.md | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||