Files
Pine 9cbf4b4a8b feat(memory): 新增项目记忆库技能(.claude/skills/memory + .claude/memory)
- 主 skill SKILL.md:简明,指向 总约束/长期/短期/当前计划 与各端口记忆;定义强制工作流(读记忆→校验基线→改动→校验→提交→更新记忆)与 path:line 行号锚点规范。
- 总约束 MASTER.md:全局规则、仓库纪律、git 约定、进程铁律、记忆纪律。
- 计划三层:LONG-TERM(阶段0-5)/SHORT-TERM(当前迭代)/CURRENT(进行中)。
- 各端口记忆 ports/*.md:root/server-core/agent-desktop/park-desktop/compute-engine/training/web-official/admin-portal 的进度/已实现/已知问题/锚点。
- 各项目约束 projects/*.md(子skill):仓库/强制流程/关键路径/行号规范。
- CLAUDE.md 增补第 11 条:每次开发/改动必须调用 /memory 并提交+更新记忆。
- .gitignore 排除 .claude/settings.local.json。
2026-08-24 13:03:04 +08:00

56 lines
1.2 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/
.coverage
**/node_modules/
*/node_modules/
# Virtual environments
.venv
# Taro / SWC 编译缓存
**/.swc/
# Runtime data: JSON "database" files are generated on first boot from
# data/seed/. They behave like a local database and should not be committed.
# The seed files under data/seed/ ARE committed.
data/users.json
data/tokens.json
data/*.json.tmp
# 培训前端运行时产物(后端已并入 server-core,见其自身 .gitignore
code/training/miniprogram/dist/
code/training/website/dist/
# 独立代码仓库(各含 .git,不在根仓库跟踪;保留文件夹,代码各自独立提交)
code/agent-desktop/
code/server-core/
code/web-official/
code/park-desktop/
code/training/
code/compute-engine/
reference/PinePixel/
reference/cloud-opc/
# new-api 已迁至 code/compute-engine/,旧 reference/new-api/ 待人工删除
reference/new-api/
# 凭据 / 本地配置(勿提交)
.env
.env.*
*.local
# 园区原始数据资料(PDF / 定稿压缩包 / 表格等,体积大,不入库)
materials/园区数据资料/
# IDE / OS
.idea/
.vscode/
.DS_Store
# Claude 本地配置(误提交会暴露机器设置)
.claude/settings.local.json