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
Generated
+1 -1
View File
@@ -55,7 +55,7 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "click", specifier = ">=8.0.0" },
{ name = "click", specifier = ">=8.3.2" },
{ name = "rich", specifier = ">=13.0.0" },
]