Commit abd21d4
feat(installer): add language tech presets for multi-language onboarding (#496)
* feat(installer): add language tech presets and wizard improvements
Add tech presets for C#, Go, Java, PHP, and Rust to support
multi-language project onboarding. Update entity registry,
technical preferences, install manifest, and wizard questions
to integrate the new language options.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: add language identifiers to markdown code blocks and fix Portuguese diacritics
- Add `text` identifier to unlabeled fenced code blocks in csharp.md and go.md
(Project Structure, Test Pyramid, Coverage Goals sections)
- Fix Portuguese accents in technical-preferences.md:
microsservicos → microsserviços, dominios → domínios,
criticas → críticas, Servicos → Serviços, negocio → negócio
Addresses CodeRabbit review comments for markdownlint MD040 compliance.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: regenerate install manifest for CI validation
Updates manifest hashes to match current file states.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: add language identifiers to remaining preset markdown blocks
- java.md: Project Structure, Test Pyramid, Coverage Goals → text
- php.md: Project Structure, Test Pyramid, Coverage Goals → text
- rust.md: Project Structure, Test Pyramid, Coverage Goals → text
Resolves remaining CodeRabbit MD040 lint warnings.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent f5f9cee commit abd21d4
File tree
8 files changed
+2590
-102
lines changed- .aios-core
- data
- tech-presets
- packages/installer/src/wizard
8 files changed
+2590
-102
lines changedLarge diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
22 | | - | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
83 | | - | |
| 88 | + | |
0 commit comments