This commit was merged in pull request #846.
This commit is contained in:
@@ -304,6 +304,11 @@ describe('manifest completeness against shipped framework tree', () => {
|
||||
expect(misclassified).toEqual([]);
|
||||
});
|
||||
|
||||
it('shipped canonical skills are framework-owned while local skills are operator-owned', () => {
|
||||
expect(resolveOwnership(manifest, 'skills/mosaic-context-refresh/SKILL.md')).toBe('framework');
|
||||
expect(resolveOwnership(manifest, 'skills-local/custom/SKILL.md')).toBe('operator');
|
||||
});
|
||||
|
||||
it('the operator-owned surface from #791 resolves to operator', () => {
|
||||
const operatorPaths = [
|
||||
'agents/coder0.conf',
|
||||
@@ -313,6 +318,7 @@ describe('manifest completeness against shipped framework tree', () => {
|
||||
'SOUL.local.md',
|
||||
'USER.local.md',
|
||||
'STANDARDS.local.md',
|
||||
'skills-local/custom/SKILL.md',
|
||||
'tools/_lib/credentials.json',
|
||||
'fleet/roster.yaml',
|
||||
'fleet/roster.json',
|
||||
|
||||
Reference in New Issue
Block a user