feat(framework): P3 — extract Constitution (L0) + gut AGENTS dispatcher #575
@@ -13,7 +13,12 @@ import { join } from 'node:path';
|
|||||||
* This list must match the explicit seed loop in
|
* This list must match the explicit seed loop in
|
||||||
* packages/mosaic/framework/install.sh.
|
* packages/mosaic/framework/install.sh.
|
||||||
*/
|
*/
|
||||||
export const DEFAULT_SEED_FILES = ['CONSTITUTION.md', 'AGENTS.md', 'STANDARDS.md', 'TOOLS.md'] as const;
|
export const DEFAULT_SEED_FILES = [
|
||||||
|
'CONSTITUTION.md',
|
||||||
|
'AGENTS.md',
|
||||||
|
'STANDARDS.md',
|
||||||
|
'TOOLS.md',
|
||||||
|
] as const;
|
||||||
import type { ConfigService, ConfigSection, ResolvedConfig } from './config-service.js';
|
import type { ConfigService, ConfigSection, ResolvedConfig } from './config-service.js';
|
||||||
import type { SoulConfig, UserConfig, ToolsConfig, InstallAction } from '../types.js';
|
import type { SoulConfig, UserConfig, ToolsConfig, InstallAction } from '../types.js';
|
||||||
import { soulSchema, userSchema, toolsSchema } from './schemas.js';
|
import { soulSchema, userSchema, toolsSchema } from './schemas.js';
|
||||||
|
|||||||
Reference in New Issue
Block a user