# Conflicts:
#	electron/coding-runtime/pi/extensions/makelore-runtime.ts
This commit is contained in:
2026-08-31 15:06:37 +08:00
128 changed files with 8282 additions and 3026 deletions

View File

@@ -5,7 +5,7 @@ import {
DATA_SERVICE_PLUGIN_ID,
} from '../../shared/coding-plugins';
export const PROJECT_PLUGIN_SELECTION_PATH = '.niancode/plugins.json';
export const PROJECT_PLUGIN_SELECTION_PATH = '.makelore/plugins.json';
export const PROJECT_PLUGIN_SELECTION_SCHEMA_VERSION = 1 as const;
const PLUGIN_ID_PATTERN = /^[a-z][a-z0-9.-]{0,127}$/u;