@dsv77/aether-kit 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,3 +2,4 @@
2
2
  {"type":"learning_saved","id":"design_000001","category":"design","rule":"Aplicar a classe 'rounded-xl' em todos os botões para garantir bordas arredondadas.","timestamp":"2026-07-01T19:14:31.203Z"}
3
3
  {"type":"learning_saved","id":"wf_000001","category":"workflow","rule":"Sempre fazer commit e push para o GitHub usando o idioma português (pt-BR) e seguir o padrão de boas práticas Conventional Commits (ex: feat:, fix:, etc.).","timestamp":"2026-07-01T19:14:31.267Z"}
4
4
  {"type":"learning_saved","id":"wf_000002","category":"workflow","rule":"Antes de realizar qualquer 'commit' e 'push', o agente DEVE fazer uma varredura de segurança no código. Se vulnerabilidades forem encontradas, o agente deve interromper o processo, gerar um artefato (.md) detalhando os riscos e aguardar. O commit/push só prosseguirá se o usuário aprovar explicitamente para ignorar os avisos.","timestamp":"2026-07-01T19:24:57.197Z"}
5
+ {"type":"learning_saved","id":"wf_000002","category":"workflow","rule":"Sempre usar o MCP Server (save_learning) para salvar as preferências e configurações de aprendizado na memória, em vez de modificar os arquivos da memória manualmente.","timestamp":"2026-07-03T13:12:53.373Z"}
@@ -16,3 +16,20 @@ workflows:
16
16
  - conventions
17
17
  applies_to:
18
18
  - all
19
+ - id: wf_000002
20
+ category: workflow
21
+ scope: global
22
+ rule: >-
23
+ Sempre usar o MCP Server (save_learning) para salvar as preferências e configurações de aprendizado na memória, em
24
+ vez de modificar os arquivos da memória manualmente.
25
+ source: instrução do usuário
26
+ confidence: 1
27
+ status: active
28
+ created_at: "2026-07-03T13:12:53.174Z"
29
+ updated_at: "2026-07-03T13:12:53.174Z"
30
+ tags:
31
+ - memory
32
+ - mcp
33
+ - workflow
34
+ applies_to:
35
+ - all
@@ -32,7 +32,7 @@ Adaptar respostas, código, arquitetura, design e decisões técnicas às prefer
32
32
  ### Após correções do usuário
33
33
 
34
34
  7. Avaliar se a correção deve virar memória via `classify_instruction`.
35
- 8. Se `shouldSave === true`, salvar via `save_learning`.
35
+ 8. Se `shouldSave === true`, salvar a preferência EXCLUSIVAMENTE utilizando a ferramenta MCP (`save_learning`). NUNCA escreva ou altere os arquivos YAML de memória manualmente.
36
36
  9. Não salvar pedidos pontuais.
37
37
 
38
38
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsv77/aether-kit",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Aether Kit - Agentes, regras e memórias para a IDE Antigravity",
5
5
  "main": "bin/index.js",
6
6
  "bin": {