Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: automazeio/ccpm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: johnproblems/formaltask
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: enhancements
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 139 files changed
  • 3 contributors

Commits on Oct 4, 2025

  1. feat: Add CCPM enhancements

    - 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)
    johnproblems committed Oct 4, 2025
    Configuration menu
    Copy the full SHA
    51fc8b8 View commit details
    Browse the repository at this point in the history
  2. 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]>
    johnproblems and claude committed Oct 4, 2025
    Configuration menu
    Copy the full SHA
    829a0b9 View commit details
    Browse the repository at this point in the history
  3. 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]>
    johnproblems and claude committed Oct 4, 2025
    Configuration menu
    Copy the full SHA
    7eb0edb View commit details
    Browse the repository at this point in the history
  4. 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]>
    johnproblems and claude committed Oct 4, 2025
    Configuration menu
    Copy the full SHA
    d76a974 View commit details
    Browse the repository at this point in the history
  5. 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]>
    johnproblems and claude committed Oct 4, 2025
    Configuration menu
    Copy the full SHA
    aaa14b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. 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]>
    web-flow and claude committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    beb176e View commit details
    Browse the repository at this point in the history
  2. 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
    web-flow committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    5ed2a41 View commit details
    Browse the repository at this point in the history
Loading