Extract memind_adm admin server, add local dev tooling, and remove image-generation.
Split platform admin and ops APIs into standalone admin-server.mjs with network guards; simplify billing to RMB token pricing, refactor user auth, and add rsync deploy plus local-test scripts and docs. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -31,7 +31,6 @@ test('filterChatSkills shows generate-page when publish is allowed', () => {
|
||||
test('buildChatSkillPrompt includes skill name for platform skills', () => {
|
||||
assert.match(buildChatSkillPrompt('web', 'web'), /请使用 web 技能/);
|
||||
assert.match(buildChatSkillPrompt('generate-page'), /static-page-publish/);
|
||||
assert.match(buildChatSkillPrompt('generate-image', 'image-designer'), /image-designer/);
|
||||
});
|
||||
|
||||
test('prefillOnly is set for open-ended chat skills', () => {
|
||||
|
||||
Reference in New Issue
Block a user