merge: integrate upstream main with local Makelore changes

This commit is contained in:
inman
2026-08-31 10:55:48 +08:00
128 changed files with 8278 additions and 3030 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;