Skip to content

Update CodeBoarding dependency to 0.13.5 - #70

Merged
ivanmilevtues merged 2 commits into
mainfrom
agent/update-codeboarding-0.13.5
Aug 4, 2026
Merged

Update CodeBoarding dependency to 0.13.5#70
ivanmilevtues merged 2 commits into
mainfrom
agent/update-codeboarding-0.13.5

Conversation

@ivanmilevtues

Copy link
Copy Markdown
Member

Summary

  • update the default CodeBoarding engine version to 0.13.5
  • refresh README references for the default/local install version

Validation

  • uv run --with pytest pytest

@ivanmilevtues
ivanmilevtues marked this pull request as ready for review August 3, 2026 23:18
@codeboarding-review

codeboarding-review Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Architecture review · no architectural changes

graph LR
    n_Analysis_Engine_Adapter["Analysis Engine Adapter"]
    n_Visual_Rendering_Engine["Visual Rendering Engine"]
    n_Structural_Diff_Engine["Structural Diff Engine"]
    n_Telemetry_Feedback_Handler["Telemetry #38; Feedback Handler"]
    n_Interaction_Orchestrator["Interaction Orchestrator"]
    n_Analysis_Engine_Adapter -- "Passes repository context for CTA generation" --> n_Interaction_Orchestrator
    n_Visual_Rendering_Engine -- "Queries for architectural changes" --> n_Structural_Diff_Engine
    n_Structural_Diff_Engine -- "Provides change-set data" --> n_Visual_Rendering_Engine
    n_Interaction_Orchestrator -- "Consumes issue counts for UI" --> n_Visual_Rendering_Engine
    classDef added fill:#1f883d,stroke:#0b5d23,color:#ffffff;
    classDef modified fill:#bf8700,stroke:#7d4e00,color:#ffffff;
    classDef deleted fill:#cf222e,stroke:#82071e,color:#ffffff,stroke-dasharray:5 3;
Loading

Colors indicate component changes compared to target branch main: 🟩 Added · 🟨 Modified · 🟥 Removed

Download the PR analysis artifacts from this workflow artifact.


⚠️ 1 architecture issue found — open CodeBoarding to explore them.

Explore this PR’s architecture in your browser or VS Code.

codeboarding-action · run 30861787259

@ivanmilevtues

Copy link
Copy Markdown
Member Author

/codeboarding

@codeboarding-review

codeboarding-review Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Architecture review · no architectural changes

graph LR
    n_Analysis_Engine_Adapter["Analysis Engine Adapter"]
    n_Visual_Rendering_Engine["Visual Rendering Engine"]
    n_Structural_Diff_Engine["Structural Diff Engine"]
    n_Telemetry_Feedback_Handler["Telemetry #38; Feedback Handler"]
    n_Interaction_Orchestrator["Interaction Orchestrator"]
    n_Analysis_Engine_Adapter -- "Passes repository context for CTA generation" --> n_Interaction_Orchestrator
    n_Visual_Rendering_Engine -- "Queries for architectural changes" --> n_Structural_Diff_Engine
    n_Structural_Diff_Engine -- "Provides change-set data" --> n_Visual_Rendering_Engine
    n_Interaction_Orchestrator -- "Consumes issue counts for UI" --> n_Visual_Rendering_Engine
    classDef added fill:#1f883d,stroke:#0b5d23,color:#ffffff;
    classDef modified fill:#bf8700,stroke:#7d4e00,color:#ffffff;
    classDef deleted fill:#cf222e,stroke:#82071e,color:#ffffff,stroke-dasharray:5 3;
Loading

Colors indicate component changes compared to target branch main: 🟩 Added · 🟨 Modified · 🟥 Removed

Download the PR analysis artifacts from this workflow artifact.


⚠️ 1 architecture issue found — open CodeBoarding to explore them.

Explore this PR’s architecture in your browser or VS Code.

codeboarding-action · run 30861924372

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b88bb82534

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/engine_adapter.py
from diagram_analysis import RunContext, RunPaths
from diagram_analysis.exceptions import IncrementalCacheMissingError
from diagram_analysis.io_utils import write_fingerprint
from logging_config import setup_logging

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep logging optional for compatible engine pins

When codeboarding_version selects an engine that still provides the required analysis APIs but lacks the new top-level logging_config module, this import fails inside the all-or-nothing block and clears every engine symbol, causing all analysis commands to reject an otherwise compatible package. validate-base can additionally pass _require_engine through its separately imported model and then crash by calling setup_logging = None; import the logging helper separately and treat its absence as a no-op.

Useful? React with 👍 / 👎.

@ivanmilevtues
ivanmilevtues merged commit 9bab8e9 into main Aug 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant