Merge remote-tracking branch 'origin/main' into garrytan/document-skill

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
Garry Tan
2026-03-16 12:28:19 -05:00
14 changed files with 98 additions and 57 deletions

View File

@@ -494,7 +494,7 @@ describe('v0.4.1 preamble features', () => {
test(`${skill} contains session awareness`, () => {
const content = fs.readFileSync(path.join(ROOT, skill), 'utf-8');
expect(content).toContain('_SESSIONS');
expect(content).toContain('ELI16');
expect(content).toContain('RECOMMENDATION');
});
}
});