chore(memory): 删除项目记忆同步文件

- 移除 .qoder/memory-sync.md 文件
- 删除持久化存储项目记忆的实现
- 取消账号切换时记忆保持的相关机制
- 清理与记忆同步相关的文档内容
This commit is contained in:
zhouyonggao 2026-03-11 12:04:14 +08:00
parent 21d12e1c95
commit f3a6d22da8
1 changed files with 0 additions and 37 deletions

View File

@ -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/` 目录