UNPKG

aios-core

Version:

Synkra AIOS: AI-Orchestrated System for Full Stack Development - Core Framework

19 lines (18 loc) 496 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "local-config.schema.json", "title": "AIOS Local Configuration (L4)", "description": "Machine-specific settings stored in .aios-core/local-config.yaml (gitignored)", "type": "object", "properties": { "ide": { "type": "object", "description": "IDE-specific overrides" }, "mcp": { "type": "object", "description": "MCP server local overrides" } }, "additionalProperties": true }