Skip to content

fix: update Core dependency to 0.13.1#54

Merged
ivanmilevtues merged 2 commits into
mainfrom
test/core-412-tree-sitter
Jul 14, 2026
Merged

fix: update Core dependency to 0.13.1#54
ivanmilevtues merged 2 commits into
mainfrom
test/core-412-tree-sitter

Conversation

@ivanmilevtues

@ivanmilevtues ivanmilevtues commented Jul 14, 2026

Copy link
Copy Markdown
Member

Summary

  • update the action's default CodeBoarding engine from 0.13.0 to 0.13.1
  • update the documented input default and local installation command
  • rely exclusively on Core 0.13.1 for the compatible Tree-sitter runtime and grammar pins; the action carries no duplicate Tree-sitter constraints

Why

Core 0.13.1 includes the dependency fix from CodeBoarding Core PR #412. Updating the action's normal engine dependency gives every action run the fixed dependency set while keeping dependency ownership in Core.

Verification

  • Installed codeboarding==0.13.1 from PyPI on Python 3.12
  • Confirmed tree-sitter==0.25.2 and all eight grammar packages resolve to Core's exact pinned versions
  • Ran a SourceInspector.find_call_sites Tree-sitter parser smoke test
  • python3 -m unittest discover -s tests (176 passed)
  • pre-commit run --all-files
  • actionlint
  • Confirm the CodeBoarding dogfood workflow succeeds using the action's new default engine

Dogfood evidence: released-package run passed using the action's 0.13.1 default. The first attempt occurred during PyPI CDN propagation and could only see versions through 0.13.0; the subsequent run installed 0.13.1 and completed successfully.

@codeboarding-review

codeboarding-review Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Architecture review · no architectural changes

graph LR
    n_Orchestration_Engine["Orchestration Engine"]
    n_Structural_Analysis_Visualization["Structural Analysis #38; Visualization"]
    n_Developer_Experience_Telemetry["Developer Experience #38; Telemetry"]
    n_Orchestration_Engine -- "Orchestrates analysis lifecycle and document re…" --> n_Structural_Analysis_Visualization
    n_Orchestration_Engine -- "Manages execution context and quota state for U…" --> n_Developer_Experience_Telemetry
    n_Structural_Analysis_Visualization -- "Provides structural metadata for interactive el…" --> n_Developer_Experience_Telemetry
    n_Developer_Experience_Telemetry -- "Reports health metrics and user feedback" --> n_Orchestration_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 29332147443

@ivanmilevtues ivanmilevtues changed the title test: exercise action against Core tree-sitter fix fix: update Core dependency to 0.13.1 Jul 14, 2026
@ivanmilevtues

Copy link
Copy Markdown
Member Author

/codeboarding

@codeboarding-review

codeboarding-review Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Architecture review · failed

The architecture diff couldn't be generated for this run. See the workflow logs for details.

codeboarding-action · run 29332933165

@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: 72926bc02d

ℹ️ 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 action.yml
description: 'CodeBoarding PyPI package version used as the analysis engine. Pin for reproducibility; set to a newer released version to opt into newer engine releases.'
required: false
default: '0.13.0'
default: '0.13.1'

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 Use a release-triggering type for the engine bump

For this default engine bump to reach users of CodeBoarding/CodeBoarding-action@v1, it needs to create an action release: the release workflow only moves the major tag after release-please creates a release, and AGENT.md says only feat:/fix: commits or PR titles trigger that. With this change currently committed as test: ..., merging it by that title leaves the v1 tag on the old action, so default users will keep installing the previous engine unless some later release-triggering change happens.

Useful? React with 👍 / 👎.

@ivanmilevtues

Copy link
Copy Markdown
Member Author

/codeboarding

@codeboarding-review

codeboarding-review Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Architecture review · no architectural changes

graph LR
    n_Analysis_Orchestrator["Analysis Orchestrator"]
    n_Structural_Diff_Visualization_Engine["Structural Diff #38; Visualization Engine"]
    n_Developer_Experience_DX_Bridge["Developer Experience #40;DX#41; Bridge"]
    n_Telemetry_Insights_Collector["Telemetry #38; Insights Collector"]
    n_Analysis_Orchestrator -- "Triggers artifact rendering and documentation g…" --> n_Structural_Diff_Visualization_Engine
    n_Analysis_Orchestrator -- "Provides execution context and analysis results" --> n_Telemetry_Insights_Collector
    n_Structural_Diff_Visualization_Engine -- "Supplies visual content for IDE/UI integration" --> n_Developer_Experience_DX_Bridge
    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 29333387512

@ivanmilevtues ivanmilevtues merged commit e651a9a into main Jul 14, 2026
2 checks passed
@Svilen-Stefanov Svilen-Stefanov deleted the test/core-412-tree-sitter branch July 14, 2026 13:12
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