Skip to content

docs: align README and docs with linting-and-guardrails positioning#408

Merged
rhuanbarreto merged 6 commits into
mainfrom
docs/positioning-update
Jun 11, 2026
Merged

docs: align README and docs with linting-and-guardrails positioning#408
rhuanbarreto merged 6 commits into
mainfrom
docs/positioning-update

Conversation

@rhuanbarreto

@rhuanbarreto rhuanbarreto commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Summary

Aligns all user-facing documentation with the new positioning adopted 2026-06-09: lead with linting and guardrails, not "governance" or "ADRs".

  • README.md -- new tagline ("Enterprise-grade linting and guardrails for AI work"), rewritten opening paragraph that leads with the linting/checks framing
  • docs landing page (index.mdx) -- updated hero tagline, meta description, card title ("AI Agent Integration" instead of "AI-Aware Governance"), and editor-plugin section language
  • docs site config (astro.config.mjs) -- updated global site description
  • Getting-started pages -- updated "set up governance" to "set up linting and guardrails", plugin link descriptions
  • Editor plugin guides (Claude Code, Cursor, VS Code, Copilot CLI, opencode) -- updated frontmatter descriptions, opening paragraphs, and workflow descriptions from "governance workflow" to "guardrails" / "built-in guardrails"
  • CI integration guide -- updated tip callout title

ADRs and governance remain in all explanatory and body-level content (How it Works sections, rule descriptions, domain docs, etc.) -- only the lead/headline language was updated.

Test plan

  • Verify docs site builds without errors (cd docs && bun run build)
  • Spot-check README rendering on GitHub
  • Confirm no broken links or frontmatter issues in updated .mdx files

Summary by CodeRabbit

  • Documentation
    • Updated product copy across the site and packaging to emphasize “enterprise-grade linting and guardrails for AI work.”
    • Replaced “governance” wording with “guardrails” across guides, editor/plugin docs, and localized pages.
    • Revised site metadata, SEO/Open Graph, and JSON‑LD descriptions to match new messaging.
    • Clarified install/quick-start and editor/plugin guidance (including that archgate init creates a .archgate directory) and references to archgate check.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 11, 2026

Copy link
Copy Markdown

Deploying archgate-cli with  Cloudflare Pages  Cloudflare Pages

Latest commit: d9700cd
Status: ✅  Deploy successful!
Preview URL: https://33961e20.archgate-cli.pages.dev
Branch Preview URL: https://docs-positioning-update.archgate-cli.pages.dev

View logs

@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: b9fe2601-f9c2-4c4e-b618-8d0b30dd290b

📥 Commits

Reviewing files that changed from the base of the PR and between 56dc384 and d9700cd.

📒 Files selected for processing (1)
  • docs/src/content/docs/pt-br/index.mdx

📝 Walkthrough

Walkthrough

This PR replaces "governance" wording with "guardrails" and updates marketing/site strings to emphasize "enterprise-grade linting and guardrails for AI work" across README, site config, homepage, getting-started guides, plugin docs, consolidated LLM context, CI callouts, and shim README files.

Changes

Guardrails Messaging Rebranding

Layer / File(s) Summary
Core marketing messaging and site config
README.md, docs/astro.config.mjs, shims/*/README.md
README tagline, site JSON‑LD/SEO strings, and shim README banners updated to "enterprise-grade linting and guardrails for AI work" and the explanation of archgate check enforcement.
Getting started guides
docs/src/content/docs/getting-started/installation.mdx, docs/src/content/docs/getting-started/quick-start.mdx
Installation "Next steps" and Editor plugins tip reworded to "linting and guardrails"/"guardrails workflow"; Claude Code Plugin bullet updated to "architecture-aware guardrails with role-based skills".
Individual plugin integration guides
docs/src/content/docs/guides/claude-code-plugin.mdx, docs/src/content/docs/guides/copilot-cli-plugin.mdx, docs/src/content/docs/guides/cursor-integration.mdx, docs/src/content/docs/guides/opencode-integration.mdx, docs/src/content/docs/guides/vscode-plugin.mdx
All plugin guides reworded to describe guardrails workflows; Cursor guide adds install note and generated-agent doc entry; VS Code init wording updated to reference .archgate/ ADRs and lint rules.
Comprehensive LLM context document
docs/public/llms-full.txt
Consolidated LLM documentation updated to use "guardrails" consistently across editor/plugin entries, agent workflows, and "Next steps" sections.
Homepage rebranding and feature cards
docs/src/content/docs/index.mdx
Hero tagline and frontmatter description emphasize guardrails; "AI-Aware Governance" card renamed to "AI Agent Integration" and editor plugin copy updated to "guardrails workflow".
CI integration guide callout
docs/src/content/docs/guides/ci-integration.mdx
Tip callout header changed from "Add AI governance to your workflow" to "Add AI guardrails to your workflow".

🎯 1 (Trivial) | ⏱️ ~5 minutes

🐰 The marketing prose now shines bright,

"Guardrails" replace "governance" in sight,
ADRs read, rules checked before code takes flight,
Docs hopped through for clarity and light,
A little rabbit cheers—everything's right! 🥕✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title clearly and accurately describes the main change: documentation updates to adopt 'linting-and-guardrails' positioning across READMEs and docs, replacing 'governance' language.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/positioning-update

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai 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.

Actionable comments posted: 2

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (2)
docs/astro.config.mjs (1)

1-1: ⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Note: Pipeline formatting check failed.

The pipeline reports oxfmt formatting issues for this file. Run oxfmt --write . to apply fixes before merging.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/astro.config.mjs` at line 1, The file docs/astro.config.mjs failed the
oxfmt check; run the formatter to fix formatting (run `oxfmt --write .` as
instructed) and commit the updated docs/astro.config.mjs (the import line
referencing "`@astrojs/starlight`" will be reformatted). After applying the
formatter, re-run the pipeline or CI to ensure the oxfmt check passes.

Source: Pipeline failures

docs/src/content/docs/guides/vscode-plugin.mdx (1)

44-44: ⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Complete the rebranding: update "governance directory" to align with guardrails messaging.

This line still refers to the .archgate/ directory using "governance" terminology, which is inconsistent with the rebranding effort applied throughout this PR. The description, intro (line 6), and workflow section (line 109) all correctly use "guardrails" terminology.

📝 Suggested fix
-1. Creates the `.archgate/` governance directory (ADRs, lint rules)
+1. Creates the `.archgate/` directory with ADRs and lint rules

or

-1. Creates the `.archgate/` governance directory (ADRs, lint rules)
+1. Creates the `.archgate/` guardrails directory (ADRs, lint rules)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/src/content/docs/guides/vscode-plugin.mdx` at line 44, Replace the
phrase "governance directory (ADRs, lint rules)" and any direct reference to
".archgate/" in this line with the rebranded "guardrails directory (ADRs, lint
rules)" (or otherwise align the wording to use "guardrails") so the description
matches the rest of the doc; search for the string ".archgate/" and the term
"governance directory" in the VS Code plugin doc and update this occurrence to
use "guardrails" terminology.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/astro.config.mjs`:
- Around line 17-18: The structured data JSON-LD still uses the old phrase
"automated code governance" while the page-level description (the description
field) was updated to "Enterprise-grade linting and guardrails for AI work.";
update the JSON-LD blocks for WebSite and SoftwareApplication to use the same
messaging. Locate the JSON-LD objects named WebSite and SoftwareApplication in
this file and replace their description values (the properties currently
containing "automated code governance") with the new phrase "Enterprise-grade
linting and guardrails for AI work." so search-indexed metadata matches the page
description.

In `@docs/public/llms-full.txt`:
- Line 95: The generated docs/public/llms-full.txt is stale; regenerate it by
running the generation script and commit the updated file: run `bun run
docs/scripts/generate-llms-full.ts` (or the equivalent docs generator command in
your environment) to produce a fresh docs/public/llms-full.txt, verify the
output, stage and recommit the updated file so CI validation passes.

---

Outside diff comments:
In `@docs/astro.config.mjs`:
- Line 1: The file docs/astro.config.mjs failed the oxfmt check; run the
formatter to fix formatting (run `oxfmt --write .` as instructed) and commit the
updated docs/astro.config.mjs (the import line referencing "`@astrojs/starlight`"
will be reformatted). After applying the formatter, re-run the pipeline or CI to
ensure the oxfmt check passes.

In `@docs/src/content/docs/guides/vscode-plugin.mdx`:
- Line 44: Replace the phrase "governance directory (ADRs, lint rules)" and any
direct reference to ".archgate/" in this line with the rebranded "guardrails
directory (ADRs, lint rules)" (or otherwise align the wording to use
"guardrails") so the description matches the rest of the doc; search for the
string ".archgate/" and the term "governance directory" in the VS Code plugin
doc and update this occurrence to use "guardrails" terminology.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 3b87b433-c1cf-4201-8a6d-3d9b527096af

📥 Commits

Reviewing files that changed from the base of the PR and between cb8d3d6 and 3d8406b.

📒 Files selected for processing (12)
  • README.md
  • docs/astro.config.mjs
  • docs/public/llms-full.txt
  • docs/src/content/docs/getting-started/installation.mdx
  • docs/src/content/docs/getting-started/quick-start.mdx
  • docs/src/content/docs/guides/ci-integration.mdx
  • docs/src/content/docs/guides/claude-code-plugin.mdx
  • docs/src/content/docs/guides/copilot-cli-plugin.mdx
  • docs/src/content/docs/guides/cursor-integration.mdx
  • docs/src/content/docs/guides/opencode-integration.mdx
  • docs/src/content/docs/guides/vscode-plugin.mdx
  • docs/src/content/docs/index.mdx

Comment thread docs/astro.config.mjs Outdated
Comment thread docs/public/llms-full.txt
Update all user-facing documentation to lead with "linting and guardrails"
instead of "governance" or "ADRs as executable rules":

- README tagline and opening paragraph
- Docs site meta description, hero tagline, and card titles
- JSON-LD structured data descriptions
- OG image alt text and meta keywords
- Editor plugin guide intros (Claude Code, Cursor, VS Code, Copilot, OpenCode)
- Getting-started and CI integration pages

ADRs and governance remain in explanatory body content. Only headline and
intro language was updated.

Signed-off-by: Rhuan Barreto <rhuan@barreto.work>
@rhuanbarreto rhuanbarreto force-pushed the docs/positioning-update branch from 26cf4b3 to 56fa1ff Compare June 11, 2026 13:53
Signed-off-by: Rhuan Barreto <rhuan@barreto.work>

@coderabbitai coderabbitai 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.

♻️ Duplicate comments (1)
docs/public/llms-full.txt (1)

3-13: ⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Regenerate docs/public/llms-full.txt; it still contains pre-rebrand lead copy.

This generated file still starts with old “governance” positioning (Lines 3, 11-13), which is inconsistent with the PR’s guardrails-first objective and indicates the artifact is stale/partially regenerated.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/public/llms-full.txt` around lines 3 - 13, The top of
docs/public/llms-full.txt still uses pre-rebrand “governance” lead copy;
regenerate and replace the lead paragraph and any lines mentioning “governance”
with the PR’s guardrails-first messaging so the file reflects the new
positioning. Rerun the docs generator or the script that produces llms-full.txt,
update the opening sentence (the first paragraph describing Archgate and ADRs)
and the bullets that reference “AI governance”/“governance” to use
“guardrails-first” language and guardrail-focused phrasing, then save the
regenerated file so the content is consistent with the guardrails-first
objective.

Source: Pipeline failures

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Duplicate comments:
In `@docs/public/llms-full.txt`:
- Around line 3-13: The top of docs/public/llms-full.txt still uses pre-rebrand
“governance” lead copy; regenerate and replace the lead paragraph and any lines
mentioning “governance” with the PR’s guardrails-first messaging so the file
reflects the new positioning. Rerun the docs generator or the script that
produces llms-full.txt, update the opening sentence (the first paragraph
describing Archgate and ADRs) and the bullets that reference “AI
governance”/“governance” to use “guardrails-first” language and
guardrail-focused phrasing, then save the regenerated file so the content is
consistent with the guardrails-first objective.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 12e2332a-7bd9-427d-8094-b181751ab9ac

📥 Commits

Reviewing files that changed from the base of the PR and between 3d8406b and 56fa1ff.

📒 Files selected for processing (12)
  • README.md
  • docs/astro.config.mjs
  • docs/public/llms-full.txt
  • docs/src/content/docs/getting-started/installation.mdx
  • docs/src/content/docs/getting-started/quick-start.mdx
  • docs/src/content/docs/guides/ci-integration.mdx
  • docs/src/content/docs/guides/claude-code-plugin.mdx
  • docs/src/content/docs/guides/copilot-cli-plugin.mdx
  • docs/src/content/docs/guides/cursor-integration.mdx
  • docs/src/content/docs/guides/opencode-integration.mdx
  • docs/src/content/docs/guides/vscode-plugin.mdx
  • docs/src/content/docs/index.mdx

@coderabbitai coderabbitai 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.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
shims/go/README.md (1)

47-47: ⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Update Quick start comment to match rebranding.

The Quick start section comment still says "Initialize governance in your project," but the PR rebrand replaces "governance" with "linting and guardrails" throughout user-facing text. Consider updating to "Initialize linting and guardrails in your project" or similar phrasing to maintain consistency with the new positioning.

📝 Suggested fix
-# 1. Initialize governance in your project
+# 1. Initialize linting and guardrails in your project
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@shims/go/README.md` at line 47, Update the Quick start heading text to use
the rebranded phrasing: replace the heading string "# 1. Initialize governance
in your project" in shims/go/README.md with something like "# 1. Initialize
linting and guardrails in your project" (or equivalent wording) so the
user-facing text matches the new "linting and guardrails" positioning.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@shims/go/README.md`:
- Line 47: Update the Quick start heading text to use the rebranded phrasing:
replace the heading string "# 1. Initialize governance in your project" in
shims/go/README.md with something like "# 1. Initialize linting and guardrails
in your project" (or equivalent wording) so the user-facing text matches the new
"linting and guardrails" positioning.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: abe68d37-e4f3-43fe-9ebd-0f70e378b09e

📥 Commits

Reviewing files that changed from the base of the PR and between 56fa1ff and 781a393.

📒 Files selected for processing (5)
  • shims/go/README.md
  • shims/maven/README.md
  • shims/nuget/Archgate.Tool/README.md
  • shims/pypi/README.md
  • shims/rubygem/README.md

coderabbitai[bot]
coderabbitai Bot previously approved these changes Jun 11, 2026
Apply the same linting-and-guardrails positioning to all translated
docs pages: update descriptions, intros, card titles, and table entries
from "governance/styring" to "guardrails" in both pt-BR and Norwegian.

Signed-off-by: Rhuan Barreto <rhuan@barreto.work>

@coderabbitai coderabbitai 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/src/content/docs/pt-br/index.mdx`:
- Line 3: Standardize the terminology by replacing the English loanword
"enterprise" with the Portuguese term "empresarial" so both occurrences are
consistent; update the phrase "Linting e guardrails de nível enterprise" to
"Linting e guardrails de nível empresarial" and ensure the other instance
currently using "empresarial" stays unchanged, verifying no other occurrences in
the same file differ.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 5f4245e9-866d-4f6b-9b13-10775728d1fc

📥 Commits

Reviewing files that changed from the base of the PR and between 781a393 and a10f610.

📒 Files selected for processing (10)
  • docs/src/content/docs/nb/guides/copilot-cli-plugin.mdx
  • docs/src/content/docs/nb/guides/cursor-integration.mdx
  • docs/src/content/docs/nb/guides/opencode-integration.mdx
  • docs/src/content/docs/nb/guides/vscode-plugin.mdx
  • docs/src/content/docs/nb/index.mdx
  • docs/src/content/docs/pt-br/guides/copilot-cli-plugin.mdx
  • docs/src/content/docs/pt-br/guides/cursor-integration.mdx
  • docs/src/content/docs/pt-br/guides/opencode-integration.mdx
  • docs/src/content/docs/pt-br/guides/vscode-plugin.mdx
  • docs/src/content/docs/pt-br/index.mdx

Comment thread docs/src/content/docs/pt-br/index.mdx
Update getting-started and guide pages in pt-BR and Norwegian to match
the English positioning changes: installation, quick-start, ci-integration,
and claude-code-plugin pages now lead with guardrails instead of governance.

Signed-off-by: Rhuan Barreto <rhuan@barreto.work>
@github-actions

github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Code Coverage

Metric Value
Lines 90.2% (6798 / 7533)
Threshold 90% minimum — met
Platforms Linux + Windows

Full HTML report available in workflow artifacts.

Per-directory breakdown
Directory Coverage Lines
src/commands/ 88.1% 2078 / 2359
src/engine/ 93.1% 1384 / 1486
src/formats/ 100.0% 141 / 141
src/helpers/ 90.1% 3195 / 3547

@coderabbitai coderabbitai 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.

♻️ Duplicate comments (1)
docs/public/llms-full.txt (1)

1-1: ⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Regenerate and recommit this generated file to unblock CI.

The current pipeline still fails with git diff --exit-code docs/public/llms-full.txt, which means this artifact is not in sync with source docs. Re-run bun run docs/scripts/generate-llms-full.ts and commit the regenerated output.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/public/llms-full.txt` at line 1, Regenerate the out-of-sync artifact by
running the docs generation script and recommit the result: run the generator
(bun run docs/scripts/generate-llms-full.ts), verify docs/public/llms-full.txt
is updated (no changes reported by git diff --exit-code), and commit/push the
regenerated docs/public/llms-full.txt so the CI check passes.

Source: Pipeline failures

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Duplicate comments:
In `@docs/public/llms-full.txt`:
- Line 1: Regenerate the out-of-sync artifact by running the docs generation
script and recommit the result: run the generator (bun run
docs/scripts/generate-llms-full.ts), verify docs/public/llms-full.txt is updated
(no changes reported by git diff --exit-code), and commit/push the regenerated
docs/public/llms-full.txt so the CI check passes.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: c0ed509d-38b2-4705-bd79-6cc06ea92bd0

📥 Commits

Reviewing files that changed from the base of the PR and between a10f610 and 56dc384.

📒 Files selected for processing (9)
  • docs/public/llms-full.txt
  • docs/src/content/docs/nb/getting-started/installation.mdx
  • docs/src/content/docs/nb/getting-started/quick-start.mdx
  • docs/src/content/docs/nb/guides/ci-integration.mdx
  • docs/src/content/docs/nb/guides/claude-code-plugin.mdx
  • docs/src/content/docs/pt-br/getting-started/installation.mdx
  • docs/src/content/docs/pt-br/getting-started/quick-start.mdx
  • docs/src/content/docs/pt-br/guides/ci-integration.mdx
  • docs/src/content/docs/pt-br/guides/claude-code-plugin.mdx

@coderabbitai coderabbitai 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.

♻️ Duplicate comments (1)
docs/public/llms-full.txt (1)

1-1: ⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Regenerate and recommit docs/public/llms-full.txt to unblock CI.

Validation is still failing because the generated artifact is stale. Re-run the generator and commit the refreshed output.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/public/llms-full.txt` at line 1, The generated artifact
docs/public/llms-full.txt is stale; re-run the repository's documentation
generator that produces llms-full.txt to regenerate the file, verify the updated
output, stage and recommit the refreshed docs/public/llms-full.txt, and push the
commit so CI picks up the updated artifact.

Source: Pipeline failures

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Duplicate comments:
In `@docs/public/llms-full.txt`:
- Line 1: The generated artifact docs/public/llms-full.txt is stale; re-run the
repository's documentation generator that produces llms-full.txt to regenerate
the file, verify the updated output, stage and recommit the refreshed
docs/public/llms-full.txt, and push the commit so CI picks up the updated
artifact.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: ef5df1af-63b4-4b84-a585-6b5f108c7c60

📥 Commits

Reviewing files that changed from the base of the PR and between a10f610 and 56dc384.

📒 Files selected for processing (9)
  • docs/public/llms-full.txt
  • docs/src/content/docs/nb/getting-started/installation.mdx
  • docs/src/content/docs/nb/getting-started/quick-start.mdx
  • docs/src/content/docs/nb/guides/ci-integration.mdx
  • docs/src/content/docs/nb/guides/claude-code-plugin.mdx
  • docs/src/content/docs/pt-br/getting-started/installation.mdx
  • docs/src/content/docs/pt-br/getting-started/quick-start.mdx
  • docs/src/content/docs/pt-br/guides/ci-integration.mdx
  • docs/src/content/docs/pt-br/guides/claude-code-plugin.mdx

@rhuanbarreto rhuanbarreto enabled auto-merge (squash) June 11, 2026 15:02
Signed-off-by: Rhuan Barreto <rhuan@barreto.work>
@rhuanbarreto rhuanbarreto merged commit b881bcd into main Jun 11, 2026
25 checks passed
@rhuanbarreto rhuanbarreto deleted the docs/positioning-update branch June 11, 2026 15:09
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