feat(core): initial implementation of syncing

This commit is contained in:
James Long
2026-03-19 14:34:35 -04:00
parent a03a2b6eab
commit d54ecaf64f
23 changed files with 2177 additions and 260 deletions
@@ -50,6 +50,7 @@ Instructions here.
directory: tmp.path,
fn: async () => {
const skills = await Skill.all()
console.log(skills)
expect(skills.length).toBe(1)
const testSkill = skills.find((s) => s.name === "test-skill")
expect(testSkill).toBeDefined()