From f3a6d22da84ac0e219d50533296878e6accb6d21 Mon Sep 17 00:00:00 2001 From: zhouyonggao <1971162852@qq.com> Date: Wed, 11 Mar 2026 12:04:14 +0800 Subject: [PATCH] =?UTF-8?q?chore(memory):=20=E5=88=A0=E9=99=A4=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E8=AE=B0=E5=BF=86=E5=90=8C=E6=AD=A5=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 .qoder/memory-sync.md 文件 - 删除持久化存储项目记忆的实现 - 取消账号切换时记忆保持的相关机制 - 清理与记忆同步相关的文档内容 --- .qoder/memory-sync.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .qoder/memory-sync.md diff --git a/.qoder/memory-sync.md b/.qoder/memory-sync.md deleted file mode 100644 index 6f7addc..0000000 --- a/.qoder/memory-sync.md +++ /dev/null @@ -1,37 +0,0 @@ -# Qoder 项目记忆同步文件 - -> 持久化存储项目记忆,解决账号切换导致记忆丢失。由 AI 自动维护,请勿手动编辑。 - -**最后更新时间:** 2026-03-05 - ---- - -## 记忆列表(共 2 条) - -### 1. Qoder 指令同步规则 -**分类:** project_configuration | **作用域:** 📁 当前项目 - -指令存储: `.qoder/commands/*.md`,同步文件: `.qoder/commands-sync.md` -当前指令: code-inspect, create-pr, project-test, security-check, memory-sync, start-store, start-admin - -### 2. lhxd-admin / lhxd-store 打包命令 -**分类:** project_configuration | **作用域:** 📁 当前项目 - -**lhxd-admin** (`/Users/zhouyonggao/Desktop/wbxm/lhxd/lhxd-admin`): -- `yarn serve` → 开发(proxy → localhost:8090) -- `yarn build` → 生产(https://lhxd.ojcc168.com/index.php?s=/admin) -- `yarn build:staging` → 测试(https://test.lhxd.ojcc168.com/index.php?s=/admin) - -**lhxd-store** (`/Users/zhouyonggao/Desktop/wbxm/lhxd/lhxd-store`): -- `yarn serve` → 开发(proxy → localhost:8090) -- `yarn build` → 生产(https://lhxd.ojcc168.com/index.php?s=/store) -- `yarn build:staging` → 测试(https://test.lhxd.ojcc168.com/index.php?s=/store) - -baseURL 逻辑: `process.env.VUE_APP_API_BASE_URL || config.BASE_API` - ---- - -## 同步规则 - -- 记忆变更时自动同步到本文件,启动时反向同步缺失记忆 -- 代码规范等已转为规则文件,见 `.qoder/rules/` 目录