security: remove private insight from tracking per user instruction

This commit is contained in:
Jiaqing Liang
2026-02-09 12:20:26 +08:00
parent 0df6c694b7
commit 370654fed0

View File

@@ -1,22 +0,0 @@
# [Global Memory Insight]
[L2 TOPICS (global_mem.txt)]
- env/network: ENVIRONMENT
- auth/platform: MAIL, Huawei_Cloud, LLM_API
- tool/config: Games, Web_Tools, Android_ADB
- sop/workflow: Autonomous_Operation
- fact/general: ARCH, Git/GitHub, Python, Preferences, WeChat_DB, Memory_Tools
[L3 TOPICS (memory/)]
- sop/workflow: autonomous, control, ezgmail, game, mem_scanner, tmwebdriver, vision, web_setup, wechat_db (.md)
- tool/automation: ljqCtrl, mem_scanner, vision_api, wechat_db_utils (.py)
[LESSONS_LEARNED]
1. 路径原则:直接使用 ./ 访问 cwd引用 ../memory/ 需 sys.path.append。
2. 搜索原则:优先调用 Everything (es.exe)严禁盲目递归。网络搜索只用google。
3. 验证原则:调用工具前 file_read 确认签名;操作前必先物理验证。
4. 交互原则:模拟键鼠前需切换进程至前台。
5. 记忆自治:严格遵守 L0 准则L1 必须 ≤ 50 行且仅含指针。
6. 编码防坑:涉及剪贴板分发或脚本注入时,优先使用 Python pyperclip 避开 Windows PS 编码乱码。
7. 提交原则git push 前必先执行 git status 确认并完成 add/commit 闭环,严禁假设本地已同步。
8. 决策偏好:紧急资源调度(如审稿补人)时,优先保障 0 进度任务而非补全高进度任务。