Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
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: kenryu42/claude-code-plan-export
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 511cf61
Choose a base ref
...
head repository: kenryu42/claude-code-plan-export
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 88277f5
Choose a head ref
  • 7 commits
  • 15 files changed
  • 3 contributors

Commits on Dec 16, 2025

  1. chore: format changelog.md

    kenryu42 committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    db453bc View commit details
    Browse the repository at this point in the history
  2. test: replace custom test runner with unittest discover

    Remove custom colorized test runner in favor of standard unittest discover command. Update CI workflow and project documentation to use the new test command.
    
    Changes:
    - Remove tests/run_tests.py and tests/runner.py
    - Add scripts/__init__.py to make scripts a proper package
    - Update all test imports to use relative imports
    - Update .github/workflows/release-please.yml to use unittest discover
    - Clean up sys.path manipulation in test files
    kenryu42 committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    9d66b56 View commit details
    Browse the repository at this point in the history
  3. fix: change timestamp format from HH:MM:SS to HHMMSS

    Update timestamp format in export_project_plans_with_timestamp.py to use
    HHMMSS instead of HH:MM:SS to avoid colon characters in filenames.
    kenryu42 committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    4907ba3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6f96c2 View commit details
    Browse the repository at this point in the history
  5. chore: marketplace.json

    kenryu42 committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    8ca8ca0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a9a423 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6 from kenryu42/release-please--branches--main

    chore(main): release 0.1.4
    kenryu42 authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    88277f5 View commit details
    Browse the repository at this point in the history
Loading