izanagi-ai 2.3.1 → 2.3.3
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 +29 -0
- package/core/skill-resolver.json +209 -210
- package/dist/scripts/verify-build.js +3 -2
- package/dist/scripts/verify-build.js.map +1 -1
- package/package.json +2 -3
- package/skills/INDEX.md +2 -3
- package/skills/tdd/SKILL.md +5 -1
- package/skills/tdd/references/writing-good-tests.md +198 -0
- package/skills/tdd/references.md +1 -1
- package/skills/webapp-testing/SKILL.md +12 -1
- package/skills/webapp-testing/examples/console_logging.py +36 -0
- package/skills/webapp-testing/examples/element_discovery.py +42 -0
- package/skills/webapp-testing/examples/static_html_automation.py +34 -0
- package/skills/webapp-testing/examples/with_server.py +106 -0
- package/skills/webapp-testing/references.md +1 -1
- package/.manifest +0 -529
- package/skills/privacy-engineer/SKILL.md +0 -83
- package/skills/privacy-engineer/references.md +0 -20
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,35 @@
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## [2.3.3] — 2026-08-03
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- **Skill Resolver**: alias `learning` apontava para `skills/continuous-learning-engine` (inexistente — skill consolidada em `continuous-improvement`). Agora aponta para `skills/continuous-improvement/SKILL`.
|
|
11
|
+
- **`verify-build`**: `npm run verify` quebrava com `TypeError: selectedPackIds is not iterable` porque `installToProject` era chamado sem o segundo argumento. Agora passa todos os pack IDs no teste de instalação em sandbox.
|
|
12
|
+
|
|
13
|
+
### Removed
|
|
14
|
+
- **`skills/privacy-engineer`**: duplicata morta de `skills/security-privacy` (mesmo escopo LGPD/GDPR, marcada `disabled` no `.manifest`, sem uso em nenhuma chain). Removida skill + alias `privacy-engineer` do resolver.
|
|
15
|
+
- **`.manifest`**: catálogo estático obsoleto (versão 2.2.1, 55 paths quebrados, sem leitura em nenhum código). Removido do pacote e do repositório.
|
|
16
|
+
|
|
17
|
+
## [2.3.2] — 2026-08-02
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
- Portado `skills/tdd/references/writing-good-tests.md` (técnicas de escrita de testes de alta qualidade).
|
|
21
|
+
- Portado `skills/webapp-testing/examples/*.py` (4 exemplos Playwright: sandbox server, discovery de elementos, console logging, automação HTML estático) com paths adaptados para `outputs/`.
|
|
22
|
+
|
|
23
|
+
## [2.3.1] — 2026-08-02
|
|
24
|
+
|
|
25
|
+
### Added
|
|
26
|
+
- Portado `skills/ui-ux-pro-max/references/quick-reference.md` + `pro-rules.md` (regras UX da Apple/HIG de alto impacto em texto).
|
|
27
|
+
|
|
28
|
+
### Fixed
|
|
29
|
+
- URL `http://highscalability.com` → `https://highscalability.com` (mixed content).
|
|
30
|
+
|
|
31
|
+
## [2.3.0] — 2026-08-02
|
|
32
|
+
|
|
33
|
+
### Added
|
|
34
|
+
- **Discovery Agent** (`/discovery`): pré-produção completa antes de codar — entrevista, pesquisa web, preview e prompt de implementação.
|
|
35
|
+
|
|
7
36
|
## [2.2.1] — 2026-07-31
|
|
8
37
|
|
|
9
38
|
### Fixed
|
package/core/skill-resolver.json
CHANGED
|
@@ -1,210 +1,209 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resolver": "Mapeia short IDs para caminhos reais de skills. Usado nos agentes para reduzir tokens.",
|
|
3
|
-
"aliases": {
|
|
4
|
-
"architect": "skills/software-architect",
|
|
5
|
-
"clean-arch": "architecture/clean-architecture",
|
|
6
|
-
"hexagonal": "architecture/hexagonal-architecture",
|
|
7
|
-
"cqrs": "architecture/cqrs-specialist",
|
|
8
|
-
"event-driven": "architecture/event-driven-architect",
|
|
9
|
-
"ddd": "architecture/ddd-specialist",
|
|
10
|
-
"microservices": "architecture/microservices-expert",
|
|
11
|
-
"monolith": "architecture/monolith-expert",
|
|
12
|
-
"repository": "architecture/repository-pattern",
|
|
13
|
-
"uow": "architecture/unit-of-work",
|
|
14
|
-
"backend": "coding/backend-engineer",
|
|
15
|
-
"frontend": "skills/frontend/SKILL",
|
|
16
|
-
"api": "coding/api-designer",
|
|
17
|
-
"laravel": "coding/laravel-specialist",
|
|
18
|
-
"php": "coding/php-specialist",
|
|
19
|
-
"js": "coding/javascript-specialist",
|
|
20
|
-
"ts": "coding/typescript-specialist",
|
|
21
|
-
"python": "coding/python-specialist",
|
|
22
|
-
"react": "coding/react-specialist",
|
|
23
|
-
"vue": "coding/vue-specialist",
|
|
24
|
-
"node": "coding/nodejs-specialist",
|
|
25
|
-
"java": "coding/java-specialist",
|
|
26
|
-
"csharp": "coding/csharp-specialist",
|
|
27
|
-
"security": "security/security-engineer",
|
|
28
|
-
"owasp": "security/owasp-auditor",
|
|
29
|
-
"pentest": "security/pentest-reviewer",
|
|
30
|
-
"reviewer": "skills/senior-code-reviewer",
|
|
31
|
-
"clean-code": "skills/clean-code-validator",
|
|
32
|
-
"solid": "skills/solid-validator",
|
|
33
|
-
"dry-kiss-yagni": "skills/dry-kiss-yagni-validator",
|
|
34
|
-
"complexity": "skills/complexity-analyzer",
|
|
35
|
-
"bug-prevention": "skills/bug-prevention/SKILL",
|
|
36
|
-
"patterns": "skills/design-pattern-advisor",
|
|
37
|
-
"refactor": "skills/refactoring-specialist",
|
|
38
|
-
"tech-debt": "skills/technical-debt-analyzer",
|
|
39
|
-
"breaking-change": "skills/breaking-change-detector",
|
|
40
|
-
"perf": "skills/performance-optimizer",
|
|
41
|
-
"scalability": "skills/scalability-expert",
|
|
42
|
-
"unit-test": "testing/unit-test-engineer",
|
|
43
|
-
"integration-test": "testing/integration-test-engineer",
|
|
44
|
-
"e2e-test": "testing/e2e-test-engineer",
|
|
45
|
-
"mock": "testing/mocking-specialist",
|
|
46
|
-
"db": "database/database-engineer",
|
|
47
|
-
"sql": "database/sql-optimizer",
|
|
48
|
-
"postgres": "database/postgresql-specialist",
|
|
49
|
-
"mysql": "database/mysql-specialist",
|
|
50
|
-
"sqlserver": "database/sqlserver-specialist",
|
|
51
|
-
"redis": "database/redis-specialist",
|
|
52
|
-
"devops": "devops/devops-engineer",
|
|
53
|
-
"docker": "devops/docker-expert",
|
|
54
|
-
"k8s": "devops/kubernetes-specialist",
|
|
55
|
-
"git": "devops/git-expert",
|
|
56
|
-
"gitflow": "devops/git-flow-specialist",
|
|
57
|
-
"cicd": "devops/ci-cd-specialist",
|
|
58
|
-
"linux": "devops/linux-specialist",
|
|
59
|
-
"windows": "devops/windows-specialist",
|
|
60
|
-
"debug": "skills/debug-specialist",
|
|
61
|
-
"bug": "skills/bug-hunter",
|
|
62
|
-
"root-cause": "skills/root-cause-analyzer",
|
|
63
|
-
"professor": "teaching/professor-mode",
|
|
64
|
-
"mentor": "teaching/mentor-mode",
|
|
65
|
-
"explainer": "teaching/code-explainer",
|
|
66
|
-
"interactive": "teaching/interactive-teaching",
|
|
67
|
-
"adaptive": "teaching/adaptive-teaching",
|
|
68
|
-
"tracker": "teaching/learning-tracker",
|
|
69
|
-
"memory": "memory/memory-manager",
|
|
70
|
-
"session-compress": "memory/session-compression",
|
|
71
|
-
"summarizer": "memory/conversation-summarizer",
|
|
72
|
-
"recovery": "memory/context-recovery",
|
|
73
|
-
"recall": "memory/smart-recall",
|
|
74
|
-
"project-memory": "memory/long-term-project-memory",
|
|
75
|
-
"token-reduce": "optimization/token-reducer",
|
|
76
|
-
"prompt": "optimization/prompt-optimizer",
|
|
77
|
-
"cost": "optimization/cost-optimizer",
|
|
78
|
-
"requirements": "skills/requirement-analyzer",
|
|
79
|
-
"risk": "skills/risk-analyzer",
|
|
80
|
-
"deps": "skills/dependency-analyzer",
|
|
81
|
-
"tradeoff": "skills/tradeoff-analyzer",
|
|
82
|
-
"alternatives": "skills/alternative-solution-generator",
|
|
83
|
-
"docs": "skills/documentation-writer",
|
|
84
|
-
"tech-writer": "skills/technical-writer",
|
|
85
|
-
"readme": "skills/readme-generator",
|
|
86
|
-
"uml": "skills/uml-generator",
|
|
87
|
-
"sequence": "skills/sequence-diagram-builder",
|
|
88
|
-
"er": "skills/er-diagram-builder",
|
|
89
|
-
"pm": "skills/project-manager",
|
|
90
|
-
"planner": "skills/task-planner",
|
|
91
|
-
"release": "skills/release-planner",
|
|
92
|
-
"ux": "skills/ux-reviewer",
|
|
93
|
-
"a11y": "skills/accessibility-reviewer",
|
|
94
|
-
"logging": "skills/logging-expert",
|
|
95
|
-
"observability": "skills/observability-expert",
|
|
96
|
-
"monitoring": "skills/monitoring-specialist",
|
|
97
|
-
"self-fix": "skills/self-correction",
|
|
98
|
-
"self-critique": "skills/self-critique/SKILL",
|
|
99
|
-
"improvement": "skills/continuous-improvement",
|
|
100
|
-
"hallucination": "skills/hallucination-detection",
|
|
101
|
-
"confidence": "skills/confidence-estimator",
|
|
102
|
-
"learning": "skills/continuous-
|
|
103
|
-
"principal": "skills/principal-engineer",
|
|
104
|
-
"staff": "skills/staff-engineer",
|
|
105
|
-
"techlead": "skills/tech-lead",
|
|
106
|
-
"cto": "skills/cto-advisor",
|
|
107
|
-
"quality-gates": "core/quality-gates",
|
|
108
|
-
"planning-engine": "core/planning-engine",
|
|
109
|
-
"context-engine": "core/context-engine",
|
|
110
|
-
"token-manager": "core/token-manager",
|
|
111
|
-
"compression-engine": "core/compression-engine",
|
|
112
|
-
"reflection-engine": "core/reflection-engine",
|
|
113
|
-
"evolution-engine": "core/evolution-engine",
|
|
114
|
-
"decision-engine": "core/decision-engine",
|
|
115
|
-
"ai-agent": "skills/ai-agent/SKILL",
|
|
116
|
-
"ai-agent-dev": "skills/ai-agent/SKILL",
|
|
117
|
-
"architecture-patterns": "skills/architecture-patterns/SKILL",
|
|
118
|
-
"chaos-engineering": "skills/chaos-engineering/SKILL",
|
|
119
|
-
"cloud-architect": "skills/cloud-infra/SKILL",
|
|
120
|
-
"cloud-infra": "skills/cloud-infra/SKILL",
|
|
121
|
-
"data-engineer": "skills/data-engineering/SKILL",
|
|
122
|
-
"data-engineering": "skills/data-engineering/SKILL",
|
|
123
|
-
"economia-tokens": "skills/economia-tokens/SKILL",
|
|
124
|
-
"feature-flags": "skills/feature-flags/SKILL",
|
|
125
|
-
"frontend-tokens": "skills/frontend/SKILL",
|
|
126
|
-
"frontend-dev": "skills/frontend/SKILL",
|
|
127
|
-
"graphql": "skills/graphql/SKILL",
|
|
128
|
-
"handoff-sessao": "skills/handoff-sessao/SKILL",
|
|
129
|
-
"i18n-l10n": "skills/i18n-l10n/SKILL",
|
|
130
|
-
"iac-terraform": "skills/iac-terraform/SKILL",
|
|
131
|
-
"legacy-migration": "skills/legacy-migration/SKILL",
|
|
132
|
-
"memoria-projeto": "skills/memoria-projeto/SKILL",
|
|
133
|
-
"mobile-dev": "skills/mobile-dev/SKILL",
|
|
134
|
-
"mobile-engineer": "skills/mobile-dev/SKILL",
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"qa-
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"web-perf-
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"continuous-
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"technical-
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"ux-
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"resolver": "Mapeia short IDs para caminhos reais de skills. Usado nos agentes para reduzir tokens.",
|
|
3
|
+
"aliases": {
|
|
4
|
+
"architect": "skills/software-architect",
|
|
5
|
+
"clean-arch": "architecture/clean-architecture",
|
|
6
|
+
"hexagonal": "architecture/hexagonal-architecture",
|
|
7
|
+
"cqrs": "architecture/cqrs-specialist",
|
|
8
|
+
"event-driven": "architecture/event-driven-architect",
|
|
9
|
+
"ddd": "architecture/ddd-specialist",
|
|
10
|
+
"microservices": "architecture/microservices-expert",
|
|
11
|
+
"monolith": "architecture/monolith-expert",
|
|
12
|
+
"repository": "architecture/repository-pattern",
|
|
13
|
+
"uow": "architecture/unit-of-work",
|
|
14
|
+
"backend": "coding/backend-engineer",
|
|
15
|
+
"frontend": "skills/frontend/SKILL",
|
|
16
|
+
"api": "coding/api-designer",
|
|
17
|
+
"laravel": "coding/laravel-specialist",
|
|
18
|
+
"php": "coding/php-specialist",
|
|
19
|
+
"js": "coding/javascript-specialist",
|
|
20
|
+
"ts": "coding/typescript-specialist",
|
|
21
|
+
"python": "coding/python-specialist",
|
|
22
|
+
"react": "coding/react-specialist",
|
|
23
|
+
"vue": "coding/vue-specialist",
|
|
24
|
+
"node": "coding/nodejs-specialist",
|
|
25
|
+
"java": "coding/java-specialist",
|
|
26
|
+
"csharp": "coding/csharp-specialist",
|
|
27
|
+
"security": "security/security-engineer",
|
|
28
|
+
"owasp": "security/owasp-auditor",
|
|
29
|
+
"pentest": "security/pentest-reviewer",
|
|
30
|
+
"reviewer": "skills/senior-code-reviewer",
|
|
31
|
+
"clean-code": "skills/clean-code-validator",
|
|
32
|
+
"solid": "skills/solid-validator",
|
|
33
|
+
"dry-kiss-yagni": "skills/dry-kiss-yagni-validator",
|
|
34
|
+
"complexity": "skills/complexity-analyzer",
|
|
35
|
+
"bug-prevention": "skills/bug-prevention/SKILL",
|
|
36
|
+
"patterns": "skills/design-pattern-advisor",
|
|
37
|
+
"refactor": "skills/refactoring-specialist",
|
|
38
|
+
"tech-debt": "skills/technical-debt-analyzer",
|
|
39
|
+
"breaking-change": "skills/breaking-change-detector",
|
|
40
|
+
"perf": "skills/performance-optimizer",
|
|
41
|
+
"scalability": "skills/scalability-expert",
|
|
42
|
+
"unit-test": "testing/unit-test-engineer",
|
|
43
|
+
"integration-test": "testing/integration-test-engineer",
|
|
44
|
+
"e2e-test": "testing/e2e-test-engineer",
|
|
45
|
+
"mock": "testing/mocking-specialist",
|
|
46
|
+
"db": "database/database-engineer",
|
|
47
|
+
"sql": "database/sql-optimizer",
|
|
48
|
+
"postgres": "database/postgresql-specialist",
|
|
49
|
+
"mysql": "database/mysql-specialist",
|
|
50
|
+
"sqlserver": "database/sqlserver-specialist",
|
|
51
|
+
"redis": "database/redis-specialist",
|
|
52
|
+
"devops": "devops/devops-engineer",
|
|
53
|
+
"docker": "devops/docker-expert",
|
|
54
|
+
"k8s": "devops/kubernetes-specialist",
|
|
55
|
+
"git": "devops/git-expert",
|
|
56
|
+
"gitflow": "devops/git-flow-specialist",
|
|
57
|
+
"cicd": "devops/ci-cd-specialist",
|
|
58
|
+
"linux": "devops/linux-specialist",
|
|
59
|
+
"windows": "devops/windows-specialist",
|
|
60
|
+
"debug": "skills/debug-specialist",
|
|
61
|
+
"bug": "skills/bug-hunter",
|
|
62
|
+
"root-cause": "skills/root-cause-analyzer",
|
|
63
|
+
"professor": "teaching/professor-mode",
|
|
64
|
+
"mentor": "teaching/mentor-mode",
|
|
65
|
+
"explainer": "teaching/code-explainer",
|
|
66
|
+
"interactive": "teaching/interactive-teaching",
|
|
67
|
+
"adaptive": "teaching/adaptive-teaching",
|
|
68
|
+
"tracker": "teaching/learning-tracker",
|
|
69
|
+
"memory": "memory/memory-manager",
|
|
70
|
+
"session-compress": "memory/session-compression",
|
|
71
|
+
"summarizer": "memory/conversation-summarizer",
|
|
72
|
+
"recovery": "memory/context-recovery",
|
|
73
|
+
"recall": "memory/smart-recall",
|
|
74
|
+
"project-memory": "memory/long-term-project-memory",
|
|
75
|
+
"token-reduce": "optimization/token-reducer",
|
|
76
|
+
"prompt": "optimization/prompt-optimizer",
|
|
77
|
+
"cost": "optimization/cost-optimizer",
|
|
78
|
+
"requirements": "skills/requirement-analyzer",
|
|
79
|
+
"risk": "skills/risk-analyzer",
|
|
80
|
+
"deps": "skills/dependency-analyzer",
|
|
81
|
+
"tradeoff": "skills/tradeoff-analyzer",
|
|
82
|
+
"alternatives": "skills/alternative-solution-generator",
|
|
83
|
+
"docs": "skills/documentation-writer",
|
|
84
|
+
"tech-writer": "skills/technical-writer",
|
|
85
|
+
"readme": "skills/readme-generator",
|
|
86
|
+
"uml": "skills/uml-generator",
|
|
87
|
+
"sequence": "skills/sequence-diagram-builder",
|
|
88
|
+
"er": "skills/er-diagram-builder",
|
|
89
|
+
"pm": "skills/project-manager",
|
|
90
|
+
"planner": "skills/task-planner",
|
|
91
|
+
"release": "skills/release-planner",
|
|
92
|
+
"ux": "skills/ux-reviewer",
|
|
93
|
+
"a11y": "skills/accessibility-reviewer",
|
|
94
|
+
"logging": "skills/logging-expert",
|
|
95
|
+
"observability": "skills/observability-expert",
|
|
96
|
+
"monitoring": "skills/monitoring-specialist",
|
|
97
|
+
"self-fix": "skills/self-correction",
|
|
98
|
+
"self-critique": "skills/self-critique/SKILL",
|
|
99
|
+
"improvement": "skills/continuous-improvement",
|
|
100
|
+
"hallucination": "skills/hallucination-detection",
|
|
101
|
+
"confidence": "skills/confidence-estimator",
|
|
102
|
+
"learning": "skills/continuous-improvement/SKILL",
|
|
103
|
+
"principal": "skills/principal-engineer",
|
|
104
|
+
"staff": "skills/staff-engineer",
|
|
105
|
+
"techlead": "skills/tech-lead",
|
|
106
|
+
"cto": "skills/cto-advisor",
|
|
107
|
+
"quality-gates": "core/quality-gates",
|
|
108
|
+
"planning-engine": "core/planning-engine",
|
|
109
|
+
"context-engine": "core/context-engine",
|
|
110
|
+
"token-manager": "core/token-manager",
|
|
111
|
+
"compression-engine": "core/compression-engine",
|
|
112
|
+
"reflection-engine": "core/reflection-engine",
|
|
113
|
+
"evolution-engine": "core/evolution-engine",
|
|
114
|
+
"decision-engine": "core/decision-engine",
|
|
115
|
+
"ai-agent": "skills/ai-agent/SKILL",
|
|
116
|
+
"ai-agent-dev": "skills/ai-agent/SKILL",
|
|
117
|
+
"architecture-patterns": "skills/architecture-patterns/SKILL",
|
|
118
|
+
"chaos-engineering": "skills/chaos-engineering/SKILL",
|
|
119
|
+
"cloud-architect": "skills/cloud-infra/SKILL",
|
|
120
|
+
"cloud-infra": "skills/cloud-infra/SKILL",
|
|
121
|
+
"data-engineer": "skills/data-engineering/SKILL",
|
|
122
|
+
"data-engineering": "skills/data-engineering/SKILL",
|
|
123
|
+
"economia-tokens": "skills/economia-tokens/SKILL",
|
|
124
|
+
"feature-flags": "skills/feature-flags/SKILL",
|
|
125
|
+
"frontend-tokens": "skills/frontend/SKILL",
|
|
126
|
+
"frontend-dev": "skills/frontend/SKILL",
|
|
127
|
+
"graphql": "skills/graphql/SKILL",
|
|
128
|
+
"handoff-sessao": "skills/handoff-sessao/SKILL",
|
|
129
|
+
"i18n-l10n": "skills/i18n-l10n/SKILL",
|
|
130
|
+
"iac-terraform": "skills/iac-terraform/SKILL",
|
|
131
|
+
"legacy-migration": "skills/legacy-migration/SKILL",
|
|
132
|
+
"memoria-projeto": "skills/memoria-projeto/SKILL",
|
|
133
|
+
"mobile-dev": "skills/mobile-dev/SKILL",
|
|
134
|
+
"mobile-engineer": "skills/mobile-dev/SKILL",
|
|
135
|
+
"professor-modo": "skills/professor-modo/SKILL",
|
|
136
|
+
"qa-checklist": "skills/qa/SKILL",
|
|
137
|
+
"qa-engineer": "skills/qa/SKILL",
|
|
138
|
+
"security-privacy": "skills/security-privacy/SKILL",
|
|
139
|
+
"serverless-edge": "skills/serverless-edge/SKILL",
|
|
140
|
+
"sre-reliability": "skills/sre-reliability/SKILL",
|
|
141
|
+
"wasm": "skills/wasm/SKILL",
|
|
142
|
+
"web-perf-engineer": "skills/web-perf-seo/SKILL",
|
|
143
|
+
"web-perf-seo": "skills/web-perf-seo/SKILL",
|
|
144
|
+
"websocket-realtime": "skills/websocket-realtime/SKILL",
|
|
145
|
+
"animation-web": "skills/animation-web/SKILL",
|
|
146
|
+
"webgl-3d": "skills/webgl-3d/SKILL",
|
|
147
|
+
"motion-design": "skills/motion-design/SKILL",
|
|
148
|
+
"agentic-coding": "skills/agentic-coding/SKILL",
|
|
149
|
+
"mcp": "skills/mcp-server-dev",
|
|
150
|
+
"prompt-eng": "skills/prompt-engineering",
|
|
151
|
+
"code-auditor": "skills/code-auditor/SKILL",
|
|
152
|
+
"accessibility-reviewer": "skills/accessibility-reviewer/SKILL",
|
|
153
|
+
"alternative-solution-generator": "skills/alternative-solution-generator/SKILL",
|
|
154
|
+
"breaking-change-detector": "skills/breaking-change-detector/SKILL",
|
|
155
|
+
"bug-hunter": "skills/bug-hunter/SKILL",
|
|
156
|
+
"clean-code-validator": "skills/clean-code-validator/SKILL",
|
|
157
|
+
"complexity-analyzer": "skills/complexity-analyzer/SKILL",
|
|
158
|
+
"confidence-estimator": "skills/confidence-estimator/SKILL",
|
|
159
|
+
"continuous-improvement": "skills/continuous-improvement/SKILL",
|
|
160
|
+
"continuous-learning-engine": "skills/continuous-improvement/SKILL",
|
|
161
|
+
"cto-advisor": "skills/cto-advisor/SKILL",
|
|
162
|
+
"debug-specialist": "skills/debug-specialist/SKILL",
|
|
163
|
+
"dependency-analyzer": "skills/dependency-analyzer/SKILL",
|
|
164
|
+
"design-pattern-advisor": "skills/design-pattern-advisor/SKILL",
|
|
165
|
+
"documentation-writer": "skills/documentation-writer/SKILL",
|
|
166
|
+
"dry-kiss-yagni-validator": "skills/dry-kiss-yagni-validator/SKILL",
|
|
167
|
+
"er-diagram-builder": "skills/er-diagram-builder/SKILL",
|
|
168
|
+
"hallucination-detection": "skills/hallucination-detection/SKILL",
|
|
169
|
+
"logging-expert": "skills/logging-expert/SKILL",
|
|
170
|
+
"mcp-server-dev": "skills/mcp-server-dev/SKILL",
|
|
171
|
+
"monitoring-specialist": "skills/monitoring-specialist/SKILL",
|
|
172
|
+
"observability-expert": "skills/observability-expert/SKILL",
|
|
173
|
+
"performance-optimizer": "skills/performance-optimizer/SKILL",
|
|
174
|
+
"principal-engineer": "skills/principal-engineer/SKILL",
|
|
175
|
+
"project-manager": "skills/project-manager/SKILL",
|
|
176
|
+
"prompt-engineering": "skills/prompt-engineering/SKILL",
|
|
177
|
+
"qa": "skills/qa/SKILL",
|
|
178
|
+
"readme-generator": "skills/readme-generator/SKILL",
|
|
179
|
+
"refactoring-specialist": "skills/refactoring-specialist/SKILL",
|
|
180
|
+
"release-planner": "skills/release-planner/SKILL",
|
|
181
|
+
"requirement-analyzer": "skills/requirement-analyzer/SKILL",
|
|
182
|
+
"risk-analyzer": "skills/risk-analyzer/SKILL",
|
|
183
|
+
"root-cause-analyzer": "skills/root-cause-analyzer/SKILL",
|
|
184
|
+
"scalability-expert": "skills/scalability-expert/SKILL",
|
|
185
|
+
"self-correction": "skills/self-correction/SKILL",
|
|
186
|
+
"senior-code-reviewer": "skills/senior-code-reviewer/SKILL",
|
|
187
|
+
"sequence-diagram-builder": "skills/sequence-diagram-builder/SKILL",
|
|
188
|
+
"software-architect": "skills/software-architect/SKILL",
|
|
189
|
+
"solid-validator": "skills/solid-validator/SKILL",
|
|
190
|
+
"staff-engineer": "skills/staff-engineer/SKILL",
|
|
191
|
+
"task-planner": "skills/task-planner/SKILL",
|
|
192
|
+
"tech-lead": "skills/tech-lead/SKILL",
|
|
193
|
+
"technical-debt-analyzer": "skills/technical-debt-analyzer/SKILL",
|
|
194
|
+
"technical-writer": "skills/technical-writer/SKILL",
|
|
195
|
+
"tradeoff-analyzer": "skills/tradeoff-analyzer/SKILL",
|
|
196
|
+
"uml-generator": "skills/uml-generator/SKILL",
|
|
197
|
+
"ux-reviewer": "skills/ux-reviewer/SKILL",
|
|
198
|
+
"ui-ux-pro-max": "skills/ui-ux-pro-max/SKILL",
|
|
199
|
+
"brainstorming": "skills/brainstorming/SKILL",
|
|
200
|
+
"deep-research": "skills/deep-research/SKILL",
|
|
201
|
+
"webapp-testing": "skills/webapp-testing/SKILL",
|
|
202
|
+
"tdd": "skills/tdd/SKILL",
|
|
203
|
+
"design-system": "skills/ui-ux-pro-max/SKILL",
|
|
204
|
+
"requirement-discovery": "skills/brainstorming/SKILL",
|
|
205
|
+
"research": "skills/deep-research/SKILL",
|
|
206
|
+
"e2e": "skills/webapp-testing/SKILL",
|
|
207
|
+
"test-first": "skills/tdd/SKILL"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
@@ -15,10 +15,11 @@ try {
|
|
|
15
15
|
fs.rmSync(sandboxDir, { recursive: true, force: true });
|
|
16
16
|
}
|
|
17
17
|
fs.mkdirSync(sandboxDir, { recursive: true });
|
|
18
|
-
// 3. Executar instalador simulando projeto de usuário
|
|
18
|
+
// 3. Executar instalador simulando projeto de usuário (instala todos os packs)
|
|
19
19
|
const installerPath = path.join(rootDir, 'dist', 'installer.js');
|
|
20
20
|
const installerUrl = pathToFileURL(installerPath).href;
|
|
21
|
-
const
|
|
21
|
+
const packIds = `['core','agents','skills','architecture','coding','database','devops','security','testing','memory','optimization','teaching']`;
|
|
22
|
+
const code = `import('${installerUrl}').then(m => m.installToProject('${sandboxDir.replace(/\\/g, '/')}', ${packIds}))`;
|
|
22
23
|
execSync(`node -e "${code}"`, { cwd: rootDir, stdio: 'inherit' });
|
|
23
24
|
// 4. Verificar se a pasta .agents foi gerada com sucesso
|
|
24
25
|
const agentsFolder = path.join(sandboxDir, '.agents');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verify-build.js","sourceRoot":"","sources":["../../src/scripts/verify-build.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,MAAM,IAAI,CAAC;AACpB,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,KAAK,CAAC;AAEnD,MAAM,UAAU,GAAG,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAClD,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;AAC3C,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;AAEpD,IAAI,CAAC;IACH,OAAO,CAAC,GAAG,CAAC,uEAAuE,CAAC,CAAC;IAErF,sCAAsC;IACtC,QAAQ,CAAC,eAAe,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;IAE9D,sCAAsC;IACtC,MAAM,UAAU,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAAC;IAC1D,IAAI,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE,CAAC;QAC9B,EAAE,CAAC,MAAM,CAAC,UAAU,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC;IAC1D,CAAC;IACD,EAAE,CAAC,SAAS,CAAC,UAAU,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;IAE9C
|
|
1
|
+
{"version":3,"file":"verify-build.js","sourceRoot":"","sources":["../../src/scripts/verify-build.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,MAAM,IAAI,CAAC;AACpB,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,KAAK,CAAC;AAEnD,MAAM,UAAU,GAAG,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAClD,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;AAC3C,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;AAEpD,IAAI,CAAC;IACH,OAAO,CAAC,GAAG,CAAC,uEAAuE,CAAC,CAAC;IAErF,sCAAsC;IACtC,QAAQ,CAAC,eAAe,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;IAE9D,sCAAsC;IACtC,MAAM,UAAU,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAAC;IAC1D,IAAI,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE,CAAC;QAC9B,EAAE,CAAC,MAAM,CAAC,UAAU,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC;IAC1D,CAAC;IACD,EAAE,CAAC,SAAS,CAAC,UAAU,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;IAE9C,+EAA+E;IAC/E,MAAM,aAAa,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,cAAc,CAAC,CAAC;IACjE,MAAM,YAAY,GAAG,aAAa,CAAC,aAAa,CAAC,CAAC,IAAI,CAAC;IACvD,MAAM,OAAO,GAAG,gIAAgI,CAAC;IACjJ,MAAM,IAAI,GAAG,WAAW,YAAY,oCAAoC,UAAU,CAAC,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC,MAAM,OAAO,IAAI,CAAC;IAExH,QAAQ,CAAC,YAAY,IAAI,GAAG,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;IAElE,yDAAyD;IACzD,MAAM,YAAY,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;IACtD,IAAI,EAAE,CAAC,UAAU,CAAC,YAAY,CAAC,EAAE,CAAC;QAChC,MAAM,KAAK,GAAG,EAAE,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC;QAC3C,OAAO,CAAC,GAAG,CAAC,2EAA2E,KAAK,CAAC,MAAM,gBAAgB,CAAC,CAAC;IACvH,CAAC;SAAM,CAAC;QACN,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;IACrD,CAAC;IAED,wBAAwB;IACxB,IAAI,CAAC;QACH,EAAE,CAAC,MAAM,CAAC,UAAU,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC;QACxD,OAAO,CAAC,GAAG,CAAC,oDAAoD,CAAC,CAAC;IACpE,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,CAAC,GAAG,CAAC,yDAAyD,CAAC,CAAC;IACzE,CAAC;AACH,CAAC;AAAC,OAAO,GAAQ,EAAE,CAAC;IAClB,OAAO,CAAC,KAAK,CAAC,kDAAkD,EAAE,GAAG,EAAE,OAAO,IAAI,GAAG,CAAC,CAAC;IACvF,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "izanagi-ai",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"description": "Izanagi AI - Modular Skill-Oriented AI Prompt & Agent Framework for Autonomous Software Engineering",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -32,8 +32,7 @@
|
|
|
32
32
|
"RULES.md",
|
|
33
33
|
"AGENTS.md",
|
|
34
34
|
"CHANGELOG.md",
|
|
35
|
-
"ROADMAP.md"
|
|
36
|
-
".manifest"
|
|
35
|
+
"ROADMAP.md"
|
|
37
36
|
],
|
|
38
37
|
"scripts": {
|
|
39
38
|
"build": "tsc",
|
package/skills/INDEX.md
CHANGED
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
| Continuous Improvement | ✅ v1.0.0 | `skills/continuous-improvement.md` |
|
|
239
239
|
| Hallucination Detection | ✅ v1.0.0 | `skills/hallucination-detection.md` |
|
|
240
240
|
| Confidence Estimator | ✅ v1.0.0 | `skills/confidence-estimator.md` |
|
|
241
|
-
| Continuous Learning Engine | ✅ v1.0.0 | `skills/continuous-
|
|
241
|
+
| Continuous Improvement (Learning Engine) | ✅ v1.0.0 | `skills/continuous-improvement/SKILL.md` |
|
|
242
242
|
|
|
243
243
|
|
|
244
244
|
---
|
|
@@ -313,11 +313,10 @@
|
|
|
313
313
|
|
|
314
314
|
---
|
|
315
315
|
|
|
316
|
-
## Privacy (
|
|
316
|
+
## Privacy (1)
|
|
317
317
|
|
|
318
318
|
| Skill | Status | File |
|
|
319
319
|
|-------|--------|------|
|
|
320
|
-
| Privacy Engineer | ? v1.0.0 | `skills/privacy-engineer/SKILL.md` |
|
|
321
320
|
| Security & Privacy | ? v1.0.0 | `skills/security-privacy/SKILL.md` |
|
|
322
321
|
|
|
323
322
|
---
|
package/skills/tdd/SKILL.md
CHANGED
|
@@ -72,7 +72,11 @@ Bug encontrado? Escreva teste falhando que reproduz o bug → siga o ciclo → o
|
|
|
72
72
|
|
|
73
73
|
Não marcou todos? Você pulou TDD. Recomece.
|
|
74
74
|
|
|
75
|
+
## Testes bons (referência local)
|
|
76
|
+
|
|
77
|
+
Antes de escrever ou mudar testes, leia `references/writing-good-tests.md` — regras de testes honestos: nomeie a quebra que o teste pega (bug, não decisão), derive expectativas à mão (nunca com o código sob teste), mock só o nível lento/externo, mocks espelham a estrutura real, e rode o **mutation check** antes de terminar.
|
|
78
|
+
|
|
75
79
|
## References
|
|
76
80
|
|
|
77
|
-
- Repo original: [obra/superpowers](https://github.com/obra/superpowers) — skill `skills/test-driven-development/SKILL.md` (+ `writing-good-tests.md`).
|
|
81
|
+
- Repo original: [obra/superpowers](https://github.com/obra/superpowers) — skill `skills/test-driven-development/SKILL.md` (+ `writing-good-tests.md`, portado localmente em `references/writing-good-tests.md`).
|
|
78
82
|
- Curadoria completa em `references.md`.
|