- New prompt: "Open project in VS Code after creation?"
- Opens project folder in VS Code using `code` command
- Shown in summary alongside other integrations
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
TickTick integration:
- Creates setup tasks in TickTick Inbox when selected
- Tasks: Set up dev env, Review brief, Write first test, Implement MVP
- Uses existing PA Python CLI integration
Obsidian integration:
- Creates project note in ~/Notes/Projects/
- Includes quick links, project brief, tech stack
- Auto-opens note in Obsidian after creation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- New prompt to enable/disable claude-mem per project
- Adds plugin configuration to .claude/settings.json
- Documents claude-mem status in generated CLAUDE.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
New `newproject` command with gum-powered terminal UI:
- Project name and description input
- Project type selection (Python, TypeScript, generic)
- MCP selection with multi-select
- Git init and Gitea repo creation options
- Spec-kit and Docker support options
- Generates customized CLAUDE.md, README, .gitignore
- Creates .claude/settings.json with MCP config
Run `newproject` from any terminal to launch wizard.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Document ~/.hosts file with IP variables and helper functions
- Document SSH aliases from ~/.ssh/config
- Show primary SSH key (~/.ssh/homelab)
- Create central reference files table
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Document ~/.secrets as the central credentials location
- Add usage examples for Gitea, Home Assistant, Syncthing, n8n
- List available credential variables
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>