feat(fleet): North Star scope — general-purpose system, personas & system profiles (workstream H) (#658)
Some checks failed
ci/woodpecker/push/publish Pipeline was canceled
ci/woodpecker/push/ci Pipeline was canceled

This commit was merged in pull request #658.
This commit is contained in:
2026-06-24 15:25:57 +00:00
parent f852250419
commit a094c86eea
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);