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: ailinter/ailinter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: refactor/render-markdown
Choose a base ref
...
head repository: ailinter/ailinter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 29, 2026

  1. refactor: extract RenderMarkdown sections into helper methods

    Extracted 7 helper methods from RenderMarkdown (132 lines, CC=21). No behavior changes.
    
    Changes:
    - renderHeader, renderScoreBreakdown, renderDetectorResults
    - renderSecretScan, renderVulnScan, renderIssues, renderFooter
    - Fixed backslash escaping regression (\\n -> \\n)
    - CI: scan only changed files, pin AILINTER version, fix GITHUB_OUTPUT
    ailinter-dev authored Jul 29, 2026
    Configuration menu
    Copy the full SHA
    e1c9e68 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2026

  1. Configuration menu
    Copy the full SHA
    5c750dc View commit details
    Browse the repository at this point in the history
  2. docs(roadmap): comprehensive 12-month roadmap covering current state,…

    … short/mid/long-term goals and community milestones
    
    Replaces the minimal phase-checklist roadmap with a detailed
    document covering:
    - Current shipped capabilities (20 quality detectors, 269+ secret
      rules, 58 vulnerability patterns, 24 refactoring strategies, MCP
      server, VS Code extension, CI/CD integrations)
    - Short-term Q3 2026: Python support expansion, CI/CD depth,
      community outreach, platform polish
    - Mid-term Q4 2026: JS/TS and Rust support, JetBrains/Neovim plugins,
      parallel scanning, MCP v2
    - Long-term H1 2027: Custom rule engine, team collaboration,
      enterprise SAML/SSO, GitHub App, AI agent ecosystem
    - Community goals: 100+ stars, 10+ contributors, 5+ integrations
    ailinter-dev committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    538a01c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2026

  1. Configuration menu
    Copy the full SHA
    0a29fe2 View commit details
    Browse the repository at this point in the history
Loading