feat(cli): merge chat into default behavior, default cwd to workspace/

- Remove standalone chat subcommand; chat becomes default behavior
- Default --cwd resolves to workspace/ instead of repo root
- Split CLAUDE.md: repo/ for CLI dev, workspace/ for daily workflow
- Add workspace/CLAUDE.md, workspace/.gitignore for tmp files
- Ignore MCP temp artifacts (.mcp.json, .playwright-mcp/)
- Clean up removed mail subcommand files
This commit is contained in:
Zhengshou Lai
2026-04-23 08:38:59 +08:00
parent 5a665e38bb
commit bebf7ba17a
14 changed files with 262 additions and 981 deletions
+9
View File
@@ -9,3 +9,12 @@ knowledge/
.claude/
.obsidian/
# MCP configs and temp artifacts
.mcp.json
.playwright-mcp/
# Playwright MCP default screenshots — always use workspace/tmp/ instead
/*.png
/*.jpg
/*.jpeg