docs: bilingual technical documentation#5
Conversation
New documentation/ folder with architecture (flow diagram), usage and rules schema, writing checks, and portability — each in English and Spanish with a language switcher. Linked from both READMEs.
📝 WalkthroughWalkthroughAdds a complete documentation set for becwright in English and Spanish. New files cover architecture and check flow, CLI usage and rules schema, writing custom checks, and BEC bundle portability. Root READMEs gain a Documentation section linking to the new ChangesDocumentation site
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (2)
documentation/writing-checks.es.md (1)
20-25: 📐 Maintainability & Code Quality | 🔵 TrivialMuestra el contexto de
rules:en ambos ejemplos YAML.Tal como están, ambos fragmentos no son ejemplos completos de
rules.yaml. Sin un wrapperrules:o una nota que diga que son entradas para pegar debajo derules:, alguien puede copiar YAML inválido.Also applies to: 57-62
🤖 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 `@documentation/writing-checks.es.md` around lines 20 - 25, The YAML examples are missing the surrounding rules context, so update the documentation snippets around the referenced rule entry and the other example to show them under a rules: wrapper or explicitly label them as content to paste below rules:. Make sure the examples remain valid and clearly indicate the parent key so readers can copy them into a correct rules.yaml structure.documentation/writing-checks.md (1)
20-25: 📐 Maintainability & Code Quality | 🔵 TrivialShow the enclosing
rules:context for both YAML examples.As written, both snippets are fragments, not standalone
rules.yamlexamples. Without an explicitrules:wrapper or a note that these are list items to paste underrules:, readers can copy invalid YAML.Also applies to: 57-62
🤖 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 `@documentation/writing-checks.md` around lines 20 - 25, The YAML examples are currently shown as bare list fragments, so update the `writing-checks.md` examples to include the enclosing `rules:` context around both snippets (or clearly label them as items to paste under `rules:`). Use the existing `no-debugger-js` rule example and the other YAML example in this section to make each snippet standalone and valid-looking when copied.
🤖 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.
Nitpick comments:
In `@documentation/writing-checks.es.md`:
- Around line 20-25: The YAML examples are missing the surrounding rules
context, so update the documentation snippets around the referenced rule entry
and the other example to show them under a rules: wrapper or explicitly label
them as content to paste below rules:. Make sure the examples remain valid and
clearly indicate the parent key so readers can copy them into a correct
rules.yaml structure.
In `@documentation/writing-checks.md`:
- Around line 20-25: The YAML examples are currently shown as bare list
fragments, so update the `writing-checks.md` examples to include the enclosing
`rules:` context around both snippets (or clearly label them as items to paste
under `rules:`). Use the existing `no-debugger-js` rule example and the other
YAML example in this section to make each snippet standalone and valid-looking
when copied.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 7e44976e-7df6-4155-bbe9-0054ba174e4b
📒 Files selected for processing (12)
README.es.mdREADME.mddocumentation/README.es.mddocumentation/README.mddocumentation/architecture.es.mddocumentation/architecture.mddocumentation/portability.es.mddocumentation/portability.mddocumentation/usage.es.mddocumentation/usage.mddocumentation/writing-checks.es.mddocumentation/writing-checks.md
Adds a
documentation/folder with technical docs in English and Spanish (language switcher on each page):Linked from README.md and README.es.md.
Summary by CodeRabbit