novel-doomsday-resurgence/skills/inkos/.github/pull_request_template.md
唐天洛 cb9b16e5a8 初始提交:番茄小说创作工作区
包含:
- 核心配置文件(AGENTS.md, SOUL.md, USER.md等)
- 记忆系统(memory/文件夹)
- 技能库(skills/文件夹)
- 小说内容(novel/文件夹)
- .gitignore配置
2026-03-30 15:46:26 +08:00

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. -->