包含: - 核心配置文件(AGENTS.md, SOUL.md, USER.md等) - 记忆系统(memory/文件夹) - 技能库(skills/文件夹) - 小说内容(novel/文件夹) - .gitignore配置
27 lines
645 B
Markdown
27 lines
645 B
Markdown
## Summary
|
|
<!-- 1-3 bullet points: what changed and why -->
|
|
|
|
-
|
|
|
|
## Motivation (optional)
|
|
<!-- Why this change is needed. Link issues if applicable. -->
|
|
|
|
## Changes
|
|
<!-- File-level change list: what each file does -->
|
|
|
|
| File | Change |
|
|
|------|--------|
|
|
| | |
|
|
|
|
## Usage (optional)
|
|
<!-- Code snippets, CLI examples, or config samples showing how to use the new feature -->
|
|
|
|
## Test plan
|
|
|
|
- [ ] `pnpm typecheck` passes
|
|
- [ ] `pnpm test` passes (all existing + new tests)
|
|
- [ ] Manual verification: <!-- describe manual test steps -->
|
|
|
|
## Breaking changes (optional)
|
|
<!-- List any breaking changes to public API, CLI flags, config format, etc. -->
|