-
Notifications
You must be signed in to change notification settings - Fork 551
Comparing changes
Open a pull request
base repository: automazeio/ccpm
base: main
head repository: johnproblems/formaltask
compare: enhancements
- 7 commits
- 139 files changed
- 3 contributors
Commits on Oct 4, 2025
-
- Add /pm:task-add command for dynamic task addition - Add /pm:issue-complete with auto-label management - Enhance /pm:issue-sync with auto-completion at 100% - Enhance /pm:epic-status with beautiful terminal UI - Add pending label system (auto-moving) - Add 8 automated GitHub labels - Rewrite epic-sync for reliability - Add comprehensive documentation - Add VSCode extension design - Add one-command installer Experimental: - Add /pm:issue-start-interactive (untested) Breaking changes: None (backward compatible)
Configuration menu - View commit details
-
Copy full SHA for 51fc8b8 - Browse repository at this point
Copy the full SHA 51fc8b8View commit details -
feat: Add vscode-extension epic with 64 tasks
- Created PRD for CCPM Monitor VSCode Extension - Generated epic with detailed technical approach - Decomposed into 64 granular tasks (1-3 days each) - Synced to GitHub issues #1-#65 - Updated .gitignore to allow epic/PRD migration Epic focuses on VSCode extension providing: - Visual task management tree view - Progress panel with markdown rendering - Command palette integration - Status bar and context menus - 90%+ test coverage requirement - Node.js 22+ requirement 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 829a0b9 - Browse repository at this point
Copy the full SHA 829a0b9View commit details -
docs: Update LICENSE with FormalHosting copyright
- Keep original copyright (c) 2025 Ran Aroussi (required by MIT) - Add copyright (c) 2025 FormalHosting for enhancements - Clarify ownership: Original CCPM vs Enhancements - Remains MIT licensed 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7eb0edb - Browse repository at this point
Copy the full SHA 7eb0edbView commit details -
refactor: Update GitHub URLs for repository rename
- Changed all URLs from johnproblems/ccpm to johnproblems/formaltask - Updated 130 occurrences across 66 files - Includes: epic.md, all task files (2-65.md), github-mapping.md - Preparation for repository rename to 'formaltask' 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d76a974 - Browse repository at this point
Copy the full SHA d76a974View commit details -
docs: Update README for formaltask repository rename
- Updated installation URLs: ccpm → formaltask - Updated Support/Issues links - Updated License section with dual copyright notice - Changed temp directory names: ccpm-enhanced → formaltask-enhanced All references now point to johnproblems/formaltask 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aaa14b5 - Browse repository at this point
Copy the full SHA aaa14b5View commit details
Commits on Oct 6, 2025
-
fix: ensure all .claude subdirectories exist before copying files
Fixed a bug where the install script would fail if .claude directory existed but subdirectories (commands/pm, scripts/pm) were missing. Changes: - Split directory existence check from directory creation - Always create required subdirectories with mkdir -p - Prevents "No such file or directory" errors during cp operations This ensures the installer works correctly whether .claude is brand new or was manually created without the full directory structure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for beb176e - Browse repository at this point
Copy the full SHA beb176eView commit details -
fix: Update install script to use formaltask repository
- Changed CCPM_REPO from ccpm.git to formaltask.git - Ensures install script clones from correct repository - Fixes issue where enhancements branch wasn't being installed
Configuration menu - View commit details
-
Copy full SHA for 5ed2a41 - Browse repository at this point
Copy the full SHA 5ed2a41View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...enhancements