shark-ai 0.0.2 → 0.2.1
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.
- package/CHANGELOG.md +63 -63
- package/LICENSE +21 -21
- package/README.en.md +349 -349
- package/README.md +349 -349
- package/dist/bin/shark.js +60 -93
- package/dist/bin/shark.js.map +1 -1
- package/dist/{chunk-B7PNFPUX.js → chunk-R3MIUNVD.js} +402 -220
- package/dist/chunk-R3MIUNVD.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +83 -85
- package/dist/chunk-B7PNFPUX.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
Todas as mudanças notáveis neste projeto serão documentadas neste arquivo.
|
|
4
|
-
|
|
5
|
-
O formato é baseado em [Keep a Changelog](https://keepachangelog.com/pt-BR/1.0.0/),
|
|
6
|
-
e este projeto adere ao [Semantic Versioning](https://semver.org/lang/pt-BR/).
|
|
7
|
-
|
|
8
|
-
## [Unreleased]
|
|
9
|
-
|
|
10
|
-
### Planejado
|
|
11
|
-
- Plugin para VS Code
|
|
12
|
-
- Integração com CI/CD
|
|
13
|
-
- Suporte para Vue.js e Svelte
|
|
14
|
-
- Interface web para visualizar workflows
|
|
15
|
-
- Analytics dashboard
|
|
16
|
-
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
## [0.0.1] - 2026-01-12
|
|
20
|
-
|
|
21
|
-
### Adicionado
|
|
22
|
-
- 🎉 Release inicial do Shark AI
|
|
23
|
-
- Autenticação OAuth 2.0 com StackSpot AI
|
|
24
|
-
- Comando `shark login` para autenticação
|
|
25
|
-
- Comando `shark init` para inicialização de workflows
|
|
26
|
-
- Comando `shark config` para gerenciamento de configurações
|
|
27
|
-
- Comando `shark ba` (Business Analyst Agent)
|
|
28
|
-
- Comando `shark spec` (Specification Agent)
|
|
29
|
-
- Comando `shark dev` (Developer Agent)
|
|
30
|
-
- Comando `shark qa` (QA Agent)
|
|
31
|
-
- Comando `shark scan` para análise de projetos
|
|
32
|
-
- Orquestração multi-agente (Business Analyst → Specification → Architect → Developer)
|
|
33
|
-
- Persistência de estado via `shark-workflow.json`
|
|
34
|
-
- Auto-healing com até 5 tentativas de correção automática
|
|
35
|
-
- Integração nativa com StackSpot AI Knowledge Sources
|
|
36
|
-
- Interface TUI rica com cores, spinners e feedback visual
|
|
37
|
-
- Suporte para React, Next.js e Angular
|
|
38
|
-
- Armazenamento seguro de tokens usando keychain do SO
|
|
39
|
-
- Detecção de modo offline
|
|
40
|
-
- Crash recovery com logging automático
|
|
41
|
-
- README em português e inglês
|
|
42
|
-
- Documentação completa de comandos e casos de uso
|
|
43
|
-
|
|
44
|
-
### Segurança
|
|
45
|
-
- Tokens armazenados de forma segura no keychain do OS
|
|
46
|
-
- .gitignore configurado para prevenir commit de secrets
|
|
47
|
-
- Comunicação restrita à API StackSpot (SOC2 compliant)
|
|
48
|
-
|
|
49
|
-
---
|
|
50
|
-
|
|
51
|
-
## Tipos de Mudanças
|
|
52
|
-
|
|
53
|
-
- `Adicionado` para novas funcionalidades
|
|
54
|
-
- `Modificado` para mudanças em funcionalidades existentes
|
|
55
|
-
- `Descontinuado` para funcionalidades que serão removidas
|
|
56
|
-
- `Removido` para funcionalidades removidas
|
|
57
|
-
- `Corrigido` para correções de bugs
|
|
58
|
-
- `Segurança` para vulnerabilidades corrigidas
|
|
59
|
-
|
|
60
|
-
---
|
|
61
|
-
|
|
62
|
-
[Unreleased]: https://github.com/miguelarcjr/shark-ai/compare/v0.0.1...HEAD
|
|
63
|
-
[0.0.1]: https://github.com/miguelarcjr/shark-ai/releases/tag/v0.0.1
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
Todas as mudanças notáveis neste projeto serão documentadas neste arquivo.
|
|
4
|
+
|
|
5
|
+
O formato é baseado em [Keep a Changelog](https://keepachangelog.com/pt-BR/1.0.0/),
|
|
6
|
+
e este projeto adere ao [Semantic Versioning](https://semver.org/lang/pt-BR/).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
### Planejado
|
|
11
|
+
- Plugin para VS Code
|
|
12
|
+
- Integração com CI/CD
|
|
13
|
+
- Suporte para Vue.js e Svelte
|
|
14
|
+
- Interface web para visualizar workflows
|
|
15
|
+
- Analytics dashboard
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## [0.0.1] - 2026-01-12
|
|
20
|
+
|
|
21
|
+
### Adicionado
|
|
22
|
+
- 🎉 Release inicial do Shark AI
|
|
23
|
+
- Autenticação OAuth 2.0 com StackSpot AI
|
|
24
|
+
- Comando `shark login` para autenticação
|
|
25
|
+
- Comando `shark init` para inicialização de workflows
|
|
26
|
+
- Comando `shark config` para gerenciamento de configurações
|
|
27
|
+
- Comando `shark ba` (Business Analyst Agent)
|
|
28
|
+
- Comando `shark spec` (Specification Agent)
|
|
29
|
+
- Comando `shark dev` (Developer Agent)
|
|
30
|
+
- Comando `shark qa` (QA Agent)
|
|
31
|
+
- Comando `shark scan` para análise de projetos
|
|
32
|
+
- Orquestração multi-agente (Business Analyst → Specification → Architect → Developer)
|
|
33
|
+
- Persistência de estado via `shark-workflow.json`
|
|
34
|
+
- Auto-healing com até 5 tentativas de correção automática
|
|
35
|
+
- Integração nativa com StackSpot AI Knowledge Sources
|
|
36
|
+
- Interface TUI rica com cores, spinners e feedback visual
|
|
37
|
+
- Suporte para React, Next.js e Angular
|
|
38
|
+
- Armazenamento seguro de tokens usando keychain do SO
|
|
39
|
+
- Detecção de modo offline
|
|
40
|
+
- Crash recovery com logging automático
|
|
41
|
+
- README em português e inglês
|
|
42
|
+
- Documentação completa de comandos e casos de uso
|
|
43
|
+
|
|
44
|
+
### Segurança
|
|
45
|
+
- Tokens armazenados de forma segura no keychain do OS
|
|
46
|
+
- .gitignore configurado para prevenir commit de secrets
|
|
47
|
+
- Comunicação restrita à API StackSpot (SOC2 compliant)
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## Tipos de Mudanças
|
|
52
|
+
|
|
53
|
+
- `Adicionado` para novas funcionalidades
|
|
54
|
+
- `Modificado` para mudanças em funcionalidades existentes
|
|
55
|
+
- `Descontinuado` para funcionalidades que serão removidas
|
|
56
|
+
- `Removido` para funcionalidades removidas
|
|
57
|
+
- `Corrigido` para correções de bugs
|
|
58
|
+
- `Segurança` para vulnerabilidades corrigidas
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
[Unreleased]: https://github.com/miguelarcjr/shark-ai/compare/v0.0.1...HEAD
|
|
63
|
+
[0.0.1]: https://github.com/miguelarcjr/shark-ai/releases/tag/v0.0.1
|
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 Miguel Arcangelo
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Miguel Arcangelo
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|