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: nikuscs/ts-code-scan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: nikuscs/ts-code-scan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 3 commits
  • 20 files changed
  • 2 contributors

Commits on Mar 3, 2026

  1. feat: add LLM-friendly files/folders modes with dot-notation; default…

    … excludes; docs + skill; tests to 100% coverage (#8)
    
    * feat: add LLM-friendly files/folders modes with dot-notation; default excludes; docs + skill; tests to 100% coverage
    
    * fix(ci): clippy lint (unused_mut), apply rustfmt
    
    * test: cover writer paths and errors; improve parse/walk coverage
    
    * ci: switch coverage to cargo-llvm-cov with 100% threshold + artifacts
    
    * test: split test modules and raise coverage with stricter CI checks
    
    * chore: include CI workflow and remove coverage artifact
    
    ---------
    
    Co-authored-by: codex-bot <codex@example.com>
    nikuscs and codex-bot authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    1a37499 View commit details
    Browse the repository at this point in the history
  2. ci: fix release tagging on protected main (#9)

    * feat: add LLM-friendly files/folders modes with dot-notation; default excludes; docs + skill; tests to 100% coverage
    
    * fix(ci): clippy lint (unused_mut), apply rustfmt
    
    * test: cover writer paths and errors; improve parse/walk coverage
    
    * ci: switch coverage to cargo-llvm-cov with 100% threshold + artifacts
    
    * test: split test modules and raise coverage with stricter CI checks
    
    * chore: include CI workflow and remove coverage artifact
    
    * ci: make release workflow tag-only to honor protected main
    
    * ci: derive release version from latest tag and guard existing tags
    
    ---------
    
    Co-authored-by: codex-bot <codex@example.com>
    nikuscs and codex-bot authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    dc3680b View commit details
    Browse the repository at this point in the history
  3. ci: configure git identity before creating release tag (#10)

    Co-authored-by: codex-bot <codex@example.com>
    nikuscs and codex-bot authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    4a266f4 View commit details
    Browse the repository at this point in the history
Loading