@lugom.io/hefesto 0.3.0 → 1.0.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.
Files changed (73) hide show
  1. package/agents/hefesto-argos.md +51 -237
  2. package/agents/hefesto-athena.md +59 -339
  3. package/agents/hefesto-hermes.md +39 -71
  4. package/bin/install.js +105 -69
  5. package/hooks/hefesto-check-update.cjs +32 -11
  6. package/hooks/hefesto-statusline.cjs +8 -17
  7. package/hooks/hefesto-workflow.cjs +68 -0
  8. package/package.json +12 -2
  9. package/skills/hefesto-context/SKILL.md +59 -26
  10. package/skills/hefesto-debug/SKILL.md +54 -0
  11. package/skills/hefesto-design/SKILL.md +133 -143
  12. package/skills/hefesto-execute/SKILL.md +133 -0
  13. package/skills/hefesto-init/SKILL.md +94 -59
  14. package/skills/hefesto-init/references/api.md +116 -0
  15. package/skills/hefesto-init/references/cli.md +91 -0
  16. package/skills/hefesto-init/references/mobile.md +69 -0
  17. package/skills/hefesto-init/references/web.md +246 -0
  18. package/skills/hefesto-new-feature/SKILL.md +75 -41
  19. package/skills/hefesto-security/SKILL.md +89 -0
  20. package/skills/hefesto-security/references/boundaries-and-bypasses.md +152 -0
  21. package/skills/hefesto-security/references/secrets-detection.md +121 -0
  22. package/skills/hefesto-security/references/severity-and-judgment.md +176 -0
  23. package/skills/hefesto-simplify/SKILL.md +82 -0
  24. package/templates/TPL-CLAUDE.md +54 -0
  25. package/templates/TPL-CONFIG.json +19 -0
  26. package/templates/TPL-DESIGN.md +305 -0
  27. package/templates/{FEATURE.md → TPL-FEATURE.md} +13 -6
  28. package/templates/TPL-PROJECT.md +50 -0
  29. package/templates/{RECON.md → TPL-RECON.md} +10 -4
  30. package/templates/{RESEARCH.md → TPL-RESEARCH.md} +15 -15
  31. package/templates/TPL-SECURITY.md +42 -0
  32. package/templates/TPL-SIMPLIFY.md +40 -0
  33. package/templates/{STATE.md → TPL-STATE.md} +0 -6
  34. package/templates/TPL-VERDICT.md +34 -0
  35. package/skills/hefesto-design/data/animations.csv +0 -21
  36. package/skills/hefesto-design/data/anti-patterns.csv +0 -41
  37. package/skills/hefesto-design/data/charts.csv +0 -26
  38. package/skills/hefesto-design/data/colors.csv +0 -108
  39. package/skills/hefesto-design/data/components.csv +0 -31
  40. package/skills/hefesto-design/data/google-fonts.csv +0 -56
  41. package/skills/hefesto-design/data/icons.csv +0 -23
  42. package/skills/hefesto-design/data/landing-pages.csv +0 -28
  43. package/skills/hefesto-design/data/products.csv +0 -46
  44. package/skills/hefesto-design/data/spacing.csv +0 -16
  45. package/skills/hefesto-design/data/styles.csv +0 -53
  46. package/skills/hefesto-design/data/typography.csv +0 -41
  47. package/skills/hefesto-design/data/ux-rules.csv +0 -61
  48. package/skills/hefesto-design/references/accessibility.md +0 -335
  49. package/skills/hefesto-design/references/aesthetics.md +0 -343
  50. package/skills/hefesto-design/references/anti-patterns.md +0 -107
  51. package/skills/hefesto-design/references/checklist.md +0 -66
  52. package/skills/hefesto-design/references/color-psychology.md +0 -203
  53. package/skills/hefesto-design/references/component-specs.md +0 -318
  54. package/skills/hefesto-design/references/polish.md +0 -339
  55. package/skills/hefesto-design/references/token-architecture.md +0 -394
  56. package/skills/hefesto-design/references/ux-rules.md +0 -349
  57. package/skills/hefesto-design/scripts/__pycache__/audit.cpython-314.pyc +0 -0
  58. package/skills/hefesto-design/scripts/__pycache__/contrast.cpython-314.pyc +0 -0
  59. package/skills/hefesto-design/scripts/__pycache__/core.cpython-314.pyc +0 -0
  60. package/skills/hefesto-design/scripts/__pycache__/design_system.cpython-314.pyc +0 -0
  61. package/skills/hefesto-design/scripts/__pycache__/search.cpython-314.pyc +0 -0
  62. package/skills/hefesto-design/scripts/__pycache__/validate_tokens.cpython-314.pyc +0 -0
  63. package/skills/hefesto-design/scripts/audit.py +0 -450
  64. package/skills/hefesto-design/scripts/contrast.py +0 -195
  65. package/skills/hefesto-design/scripts/core.py +0 -155
  66. package/skills/hefesto-design/scripts/design_system.py +0 -311
  67. package/skills/hefesto-design/scripts/search.py +0 -235
  68. package/skills/hefesto-design/scripts/validate_tokens.py +0 -274
  69. package/skills/hefesto-update/SKILL.md +0 -34
  70. package/templates/DESIGN.md +0 -137
  71. package/templates/PROJECT.md +0 -28
  72. package/templates/ROADMAP.md +0 -23
  73. package/templates/VERDICT.md +0 -52
@@ -1,28 +0,0 @@
1
- # {{PROJECT_NAME}}
2
-
3
- ## O Que É
4
-
5
- {{PROJECT_DESCRIPTION}}
6
-
7
- ## Valor Central
8
-
9
- {{CORE_VALUE}}
10
-
11
- ## Contexto
12
-
13
- {{CONTEXT}}
14
-
15
- ## Restrições
16
-
17
- - **Stack**: {{STACK_CONSTRAINT}}
18
- - **Prazo**: {{DEADLINE_CONSTRAINT}}
19
-
20
- ## Decisões
21
-
22
- | Decisão | Justificativa | Resultado |
23
- | ------- | ------------- | --------- |
24
- | — | — | — |
25
-
26
- ---
27
-
28
- _Última atualização: {{DATE}}_
@@ -1,23 +0,0 @@
1
- # Roadmap
2
-
3
- ## Visão Geral
4
-
5
- {{PROJECT_NAME}} — {{PROJECT_DESCRIPTION}}
6
-
7
- ## Features
8
-
9
- | ID | Título | Status | Fases | Progresso |
10
- | --- | ------ | ------ | ----- | --------- |
11
- | — | — | — | — | — |
12
-
13
- ## Legenda
14
-
15
- - `draft` — Em definição
16
- - `ready` — Pronta para execução
17
- - `active` — Em andamento
18
- - `done` — Completa e verificada
19
- - `blocked` — Bloqueada
20
-
21
- ---
22
-
23
- _Atualizado automaticamente ao concluir features._
@@ -1,52 +0,0 @@
1
- ## Veredicto
2
-
3
- status: {{VERDICT_STATUS}}
4
- feature: {{FEATURE_ID}}
5
- fase: {{PHASE_NUMBER}}
6
-
7
- ## Requisitos
8
-
9
- | ID | Requisito | Status | Evidência |
10
- |--------|------------------------|-----------|---------------------|
11
- | {{REQ_ID}} | {{REQ_DESCRIPTION}} | {{REQ_STATUS}} | {{REQ_EVIDENCE}} |
12
-
13
- ## Testes Criados
14
-
15
- - `{{TEST_FILE_PATH}}` — {{TEST_COUNT}} testes, {{PASS_COUNT}} pass, {{FAIL_COUNT}} fail
16
-
17
- ## Edge Cases Encontrados
18
-
19
- - {{EDGE_CASE_DESCRIPTION}}
20
-
21
- ## Fora do Escopo (confirmado)
22
-
23
- - {{OUT_OF_SCOPE_ITEM}}
24
-
25
- ## Questões para o Implementador
26
-
27
- 1. {{IMPLEMENTER_QUESTION}}
28
-
29
- ## Auditoria Visual
30
-
31
- > Ativada quando `.hefesto/DESIGN.md` existe. Se não existir, omitir esta seção.
32
-
33
- design: {{DESIGN_REF}}
34
-
35
- ### Pilares
36
-
37
- | Pilar | Score /4 | Status | Evidência |
38
- |-------|----------|--------|-----------|
39
- | Copywriting | {{COPY_SCORE}} | {{COPY_STATUS}} | {{COPY_EVIDENCE}} |
40
- | Cores (60/30/10) | {{COLOR_SCORE}} | {{COLOR_STATUS}} | {{COLOR_EVIDENCE}} |
41
- | Tipografia (≤4 sizes, ≤2 weights) | {{TYPO_SCORE}} | {{TYPO_STATUS}} | {{TYPO_EVIDENCE}} |
42
- | Espaçamento (mult. 4) | {{SPACE_SCORE}} | {{SPACE_STATUS}} | {{SPACE_EVIDENCE}} |
43
- | Hierarquia visual | {{HIER_SCORE}} | {{HIER_STATUS}} | {{HIER_EVIDENCE}} |
44
- | Acessibilidade (AA) | {{A11Y_SCORE}} | {{A11Y_STATUS}} | {{A11Y_EVIDENCE}} |
45
-
46
- **Score:** {{VISUAL_TOTAL}}/24
47
-
48
- ### Top 3 Correções
49
-
50
- 1. {{VISUAL_FIX_1}}
51
- 2. {{VISUAL_FIX_2}}
52
- 3. {{VISUAL_FIX_3}}