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: ambient-code/agentready
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.23.0
Choose a base ref
...
head repository: ambient-code/agentready
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.24.0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 23, 2025

  1. feat: Implement CodeSmellsAssessor stub (fixes #87) (#99)

    - Add CodeSmellsAssessor as Tier 4 stub assessor
    - Returns not_applicable with detailed explanation about requirements
    - Future implementation would analyze:
      - Long methods (>50 lines)
      - Large classes (>500 lines)
      - Long parameter lists (>5 params)
      - Duplicate code blocks
      - Magic numbers
      - Divergent change patterns
    - Recommends SonarQube, PMD, pylint for manual analysis
    - Remove duplicate code_smells stub from stub_assessors.py
    - Test: Correctly returns not_applicable for AgentReady
    jeremyeder authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    f06b2a8 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.24.0 [skip ci]

    # [1.24.0](v1.23.0...v1.24.0) (2025-11-23)
    
    ### Features
    
    * Implement CodeSmellsAssessor stub (fixes [#87](#87)) ([#99](#99)) ([f06b2a8](f06b2a8))
    semantic-release-bot committed Nov 23, 2025
    Configuration menu
    Copy the full SHA
    6600356 View commit details
    Browse the repository at this point in the history
Loading