文档: 迁移记忆存储路径并更新成员资料
- 删除 .claude/memory/ 下的记忆文件 - 更新 CLAUDE.md 中的记忆文件引用指向 ~/.claude-memory/ - 添加 .member/ 成员目录 - 修正工程 README 中的 Star 标注
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
# iPass 自动记忆
|
||||
|
||||
> 最后更新: 2026-04-08
|
||||
|
||||
> **注意**: 项目核心信息已在 [.claude/CLAUDE.md](../.claude/CLAUDE.md) 中定义,此文件仅用于 Claude 自动学习的内容。
|
||||
|
||||
## 用户偏好
|
||||
|
||||
- [用户偏好](./user_preferences.md) — 文档层级管理、上下文管理
|
||||
|
||||
---
|
||||
*此文件由 Claude 自动记忆功能维护,记录会话中发现的有价值的模式、偏好和解决方案。*
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
name: 用户偏好
|
||||
description: 文档管理、上下文管理等用户偏好设置
|
||||
type: user
|
||||
---
|
||||
|
||||
# 用户偏好
|
||||
|
||||
## 文档层级管理
|
||||
|
||||
- `.claude/CLAUDE.md` 是项目主指南,所有开发实践以此为基准
|
||||
- `.claude/memory/MEMORY.md` 记录跨会话偏好和经验
|
||||
- `CLAUDE.md` (根目录) 由 `/speckit.specify` 自动生成,仅作为简洁入口
|
||||
|
||||
## 上下文管理
|
||||
|
||||
- 当前使用 GLM-5 模型(200K 上下文),当上下文使用达到 150K 时,执行 `/compact` 命令进行压缩
|
||||
12
.member/arno.chat.md
Normal file
12
.member/arno.chat.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# arno 的对话记录
|
||||
|
||||
|
||||
## 2026-04-09 14:22:02
|
||||
|
||||
在 Claude Code CLI 中 `auto-memory folder` 应该如何设置?
|
||||
|
||||
|
||||
## 2026-04-09 14:22:56
|
||||
|
||||
config
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
| 文档 | 用途 |
|
||||
|------|------|
|
||||
| [`.claude/CLAUDE.md`](./.claude/CLAUDE.md) | **主项目指南** - 技术栈、编码规范、模块说明 |
|
||||
| [`.claude/memory/MEMORY.md`](./.claude/memory/MEMORY.md) | **自动记忆** - 用户偏好、会话学习内容 |
|
||||
| [`~/.claude-memory/MEMORY.md`](~/.claude-memory/MEMORY.md) | **自动记忆** - 用户偏好、会话学习内容,由于安全限制,仅允许 `~/` 开头的路径 |
|
||||
|
||||
## 当前功能
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
### Claude Code / AI Agent
|
||||
|
||||
- [Claw Code](https://github.com/ultraworkers/claw-code) ⭐ 179k Star - Claw Code is the public Rust implementation of the claw CLI agent harness.
|
||||
- [Claw Code](https://github.com/ultraworkers/claw-code) ⭐ 179k - Claw Code is the public Rust implementation of the claw CLI agent harness.
|
||||
- [Superpowers](https://github.com/obra/superpowers) ⭐100k - Claude Code 超能力插件
|
||||
- [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) ⭐89k - Claude Code 资源大全
|
||||
- [Claude Code](https://github.com/anthropics/claude-code) ⭐80.3k - Anthropic 官方 Claude Code CLI 工具
|
||||
|
||||
Reference in New Issue
Block a user