Skip to content

Add CodeBoarding architecture analysis#1

Merged
ivanmilevtues merged 2 commits into
mainfrom
codeboarding/setup-action
Jul 14, 2026
Merged

Add CodeBoarding architecture analysis#1
ivanmilevtues merged 2 commits into
mainfrom
codeboarding/setup-action

Conversation

@ivanmilevtues

Copy link
Copy Markdown
Member

This PR adds the CodeBoarding GitHub Action via two workflows:

  • codeboarding-sync.yml — on every push to your default branch, commits
    .codeboarding/analysis.json (your architecture baseline + readable docs). This is
    what the CodeBoarding viewer opens.
  • codeboarding.yml — on every pull request, posts an architecture-diff comment and
    uploads that PR’s analysis as a build artifact for the viewer’s PR diff.

Both are needed: sync produces the baseline; review diffs against it.

Works out of the box

Just merge it — the Action runs on the free tier, with no extra setup. The
id-token: write permission lets it identify your repo to CodeBoarding’s hosted LLM,
metered per account against a weekly limit.

Want more, or unmetered, usage?

The workflows already wire two repository secrets — just add whichever you have under
Settings → Secrets and variables → Actions and the next run picks it up (no YAML edit):

  • OPENROUTER_API_KEY — your own OpenRouter key (BYO key).
  • CODEBOARDING_LICENSE — a CodeBoarding paid plan (unmetered).

For a non-OpenRouter provider (Anthropic, OpenAI, Google, AWS Bedrock, …) see the
provider list. Both are
optional — leave them unset and the free tier runs with nothing configured.

— opened for you by CodeBoarding

@github-actions

Copy link
Copy Markdown

Architecture review · analyzing…

⏳ CodeBoarding is analyzing the architecture changes in this PR. This usually takes a few minutes.

codeboarding-action · run 29347746331

@ivanmilevtues ivanmilevtues merged commit 8e6379b into main Jul 14, 2026
42 of 43 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