Skip to content

Commit 50f4b83

Browse files
oalanicolasclaude
andcommitted
docs: update CHANGELOG for v3.10.0 and disable Windsurf IDE
## CHANGELOG v3.10.0 - Document Agent Foundation Refactor (Epics 1-3) - Document AIOS Dashboard integration - Document Workflow Runtime Engine - Document Squad Creator expansion pack - Document project reorganization - Document all fixes and security improvements ## IDE Configuration - Disable Windsurf in core-config.yaml and ide-sync defaults - Consolidating to 4 core IDEs: Claude Code, Cursor, GitHub Copilot, AntiGravity ## Documentation - Update README with installation guide links - Update PT/ES installation docs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d312a8d commit 50f4b83

File tree

6 files changed

+19
-17
lines changed

6 files changed

+19
-17
lines changed

.aios-core/core-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ ideSync:
466466
path: .cursor/rules/agents
467467
format: condensed-rules
468468
windsurf:
469-
enabled: true
469+
enabled: false # Disabled v3.10.0 - consolidating to core IDEs
470470
path: .windsurf/rules/agents
471471
format: xml-tagged-markdown
472472
antigravity:

.aios-core/infrastructure/scripts/ide-sync/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function loadConfig(projectRoot) {
6767
format: 'condensed-rules',
6868
},
6969
windsurf: {
70-
enabled: true,
70+
enabled: false, // Disabled - consolidating to core IDEs (v3.10.0)
7171
path: '.windsurf/rules/agents',
7272
format: 'xml-tagged-markdown',
7373
},

.aios-core/install-manifest.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - File types for categorization
99
#
1010
version: 3.10.0
11-
generated_at: "2026-02-02T02:33:14.373Z"
11+
generated_at: "2026-02-02T03:05:35.521Z"
1212
generator: scripts/generate-install-manifest.js
1313
file_count: 836
1414
files:
@@ -169,9 +169,9 @@ files:
169169
type: cli
170170
size: 5907
171171
- path: core-config.yaml
172-
hash: sha256:110b5b3c7bf8737044d393997ba7dcc39ce8d121d1d0aaa406f8fbdc700729bb
172+
hash: sha256:931f58371092ca2ab08b7272bbac84a0c6dfeae62c27ebc5c420a9d66326039e
173173
type: config
174-
size: 15889
174+
size: 15939
175175
- path: core/config/config-cache.js
176176
hash: sha256:527a788cbe650aa6b13d1101ebc16419489bfef20b2ee93042f6eb6a51e898e9
177177
type: core
@@ -2117,9 +2117,9 @@ files:
21172117
type: script
21182118
size: 8846
21192119
- path: infrastructure/scripts/ide-sync/index.js
2120-
hash: sha256:f6e067e802e1af03871f6b24830a070711ebb0123817408e78a96930f8972dc2
2120+
hash: sha256:42d6b1ebfcffdd4d31200682e8de1268bda51cd2729c57ac6081f4b3c19627ae
21212121
type: script
2122-
size: 13216
2122+
size: 13268
21232123
- path: infrastructure/scripts/ide-sync/README.md
21242124
hash: sha256:5f4dc76346bd650dfaad07223add0b765aeff53efdabd8ab97899047d4d9682c
21252125
type: script

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ Esta abordagem de duas fases elimina tanto a **inconsistência de planejamento**
5858
**Guias específicos por plataforma:**
5959

6060
- 📖 [Guia de Instalação para macOS](docs/installation/macos.md)
61-
- 📖 Guia de Instalação para Windows (suporte integrado)
62-
- 📖 Guia de Instalação para Linux (suporte integrado)
61+
- 📖 [Guia de Instalação para Windows](docs/installation/windows.md)
62+
- 📖 [Guia de Instalação para Linux](docs/installation/linux.md)
63+
64+
**Documentação multilíngue disponível:** [Português](docs/pt/installation/) | [Español](docs/es/installation/)
6365

6466
## Navegação Rápida
6567

docs/es/installation/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
Traducción: ES
3-
Original: /docs/en/installation/README.md
4-
Última sincronización: 2026-01-26
3+
Original: /docs/installation/README.md
4+
Última sincronización: 2026-02-01
55
-->
66

77
# Documentación de Instalación de Synkra AIOS
@@ -10,8 +10,8 @@
1010
1111
---
1212

13-
**Versión:** 2.1.0
14-
**Última Actualización:** 2025-01-24
13+
**Versión:** 2.1.1
14+
**Última Actualización:** 2026-02-01
1515

1616
---
1717

docs/pt/installation/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
Tradução: PT-BR
3-
Original: /docs/en/installation/README.md
4-
Última sincronização: 2026-01-26
3+
Original: /docs/installation/README.md
4+
Última sincronização: 2026-02-01
55
-->
66

77
# Documentação de Instalação do Synkra AIOS
@@ -10,8 +10,8 @@
1010
1111
---
1212

13-
**Versão:** 2.1.0
14-
**Última Atualização:** 2025-01-24
13+
**Versão:** 2.1.1
14+
**Última Atualização:** 2026-02-01
1515

1616
---
1717

0 commit comments

Comments
 (0)