Added protection headers to 9 critical files: JSON Files (x-immutable-notice field): - .dss/schema/api.schema.json - .dss/schema/tokens.schema.json - .dss/schema/components.schema.json - .dss/schema/workflows.schema.json - .dss/schema/guardrails.schema.json - dss-claude-plugin/.mcp.json YAML File (comment header): - .dss-boundaries.yaml Markdown File (HTML comment): - API_SPECIFICATION_IMMUTABLE.md Python File (docstring header): - dss-mvp1/dss/validators/schema.py Each header includes: - Protection notice - Reason for immutability - Last modified date - Bypass instructions (DSS_IMMUTABLE_BYPASS=1) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
23 lines
865 B
JSON
23 lines
865 B
JSON
{
|
|
"x-immutable-notice": {
|
|
"protected": true,
|
|
"reason": "MCP server configuration - maintains Claude Code integration stability",
|
|
"lastModified": "2025-12-09",
|
|
"bypassMethod": "Use 'DSS_IMMUTABLE_BYPASS=1 git commit' or commit message '[IMMUTABLE-UPDATE] reason'"
|
|
},
|
|
"mcpServers": {
|
|
"dss": {
|
|
"command": "python3",
|
|
"args": ["${CLAUDE_PLUGIN_ROOT}/servers/dss-mcp-server.py"],
|
|
"env": {
|
|
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}/../dss-mvp1:${CLAUDE_PLUGIN_ROOT}",
|
|
"DSS_HOME": "${CLAUDE_PLUGIN_ROOT}/../.dss",
|
|
"DSS_DATABASE": "${CLAUDE_PLUGIN_ROOT}/../.dss/dss.db",
|
|
"DSS_CACHE": "${CLAUDE_PLUGIN_ROOT}/../.dss/cache",
|
|
"DSS_BASE_PATH": "${CLAUDE_PLUGIN_ROOT}/.."
|
|
},
|
|
"description": "Design System Server MCP server providing design token and component analysis tools"
|
|
}
|
|
}
|
|
}
|