Merge remote-tracking branch 'origin/main' into codex/20260831-pull-remote-merge-4a91c7e2-pull-remote-merge

# Conflicts:
#	electron/coding-runtime/pi/extensions/makelore-runtime.ts
This commit is contained in:
2026-08-31 14:45:21 +08:00
129 changed files with 8351 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;