feat(fleet): North Star — Mosaic as general-purpose system (personas + system profiles, workstream H)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Jarvis
2026-06-24 10:00:42 -05:00
parent f852250419
commit 7f4a0be0df
3 changed files with 82 additions and 26 deletions

View File

@@ -25,7 +25,8 @@ describe('NORTH_STAR.yaml', () => {
it('parses to a typed object with the required top-level keys', async () => {
const ns = await loadParsed();
expect(ns.version).toBeTypeOf('number');
expect(ns.mission).toContain('self-driving Mosaic delivery fleet');
expect(ns.mission).toContain('self-driving Mosaic system');
expect(ns.mission).toContain('Mosaic is general-purpose');
expect(ns.substrate.note).toBeTruthy();
expect(ns.standing_objectives.length).toBeGreaterThan(0);
expect(ns.success_criteria.length).toBeGreaterThan(0);