Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
|
👍 |
There was a problem hiding this comment.
Pull request overview
Adds a new CLAUDE.md at the repository root to document the project’s purpose, tech stack, common build/test commands, repository layout, cross-repo dependencies, conventions, and mirroring context.
Changes:
- Introduces
CLAUDE.mdwith build/run/test quickstart and repo layout notes. - Documents cross-repo relationships (packages, live-build fork, smoketest harness).
- Captures contribution conventions and mirroring guidance.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## Conventions | ||
| - Commit/PR title: `component: T12345: description`. Phorge IDs at https://vyos.dev. Enforced by `check-pr-message.yml` reusable. | ||
| - Linting: ruff, darker, unused-imports, J2 lint (note: workflow file is named `linit-j2.yml` in this repo — known cosmetic typo). All inherited from `vyos/.github@current`. |
| ## Conventions | ||
| - Commit/PR title: `component: T12345: description`. Phorge IDs at https://vyos.dev. Enforced by `check-pr-message.yml` reusable. | ||
| - Linting: ruff, darker, unused-imports, J2 lint (note: workflow file is named `linit-j2.yml` in this repo — known cosmetic typo). All inherited from `vyos/.github@current`. | ||
| - Mergify config (`mergify.yml`) present: single rule that adds `conflicts` label. |
| - Mergify config (`mergify.yml`) present: single rule that adds `conflicts` label. | ||
|
|
||
| ## Mirror relationship | ||
| **Live consumer** of the gen-1 PR mirror pipeline (`pr-mirror-repo-sync.yml`). Mirror twin: `VyOS-Networks/vyos-build`. Edit canonical side only. |
|
@copilot review |
…sections Agent-Logs-Url: https://github.com/vyos/vyos-build/sessions/d2b898d2-4bf7-448f-b7d5-6ff83eb7871a Co-authored-by: andamasov <12631358+andamasov@users.noreply.github.com>
Addressed all three review issues in be0dbd8:
|
|
@copilot review |
…rence in CLAUDE.md Agent-Logs-Url: https://github.com/vyos/vyos-build/sessions/3222a8a4-0530-4121-9e6e-00429605619e Co-authored-by: andamasov <12631358+andamasov@users.noreply.github.com>
Re-applied the two outstanding fixes in affd7d0 (they were reverted by fe44acb):
The third issue (contradictory edit instructions) is already resolved — the conflicting Confluence footer was intentionally dropped in fe44acb, so "Edit canonical side only" is now the only instruction and there is no contradiction. |
Summary
CLAUDE.mdat repo root with project purpose, tech stack, build/test/run, repository layout, cross-repo context, conventions, mirror relationship, notes.Test plan
🤖 Generated by robots