nexus-core-v3 3.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.
- package/LICENSE +21 -0
- package/README.md +134 -0
- package/agents/README.md +133 -0
- package/agents/_protocol.md +107 -0
- package/agents/analyst.md +138 -0
- package/agents/architect.md +146 -0
- package/agents/data-engineer.md +170 -0
- package/agents/dev.md +134 -0
- package/agents/devops.md +141 -0
- package/agents/nexus-master.md +147 -0
- package/agents/pm.md +133 -0
- package/agents/po.md +138 -0
- package/agents/qa.md +192 -0
- package/agents/sm.md +122 -0
- package/agents/squad-creator.md +121 -0
- package/agents/ux-design-expert.md +165 -0
- package/artifact-manifest.json +903 -0
- package/bin/nexus.mjs +37 -0
- package/checklists/README.md +49 -0
- package/checklists/architect-checklist.md +47 -0
- package/checklists/change-checklist.md +61 -0
- package/checklists/db-predeploy-checklist.md +57 -0
- package/checklists/design-quality-checklist.md +57 -0
- package/checklists/discovery-checklist.md +36 -0
- package/checklists/foundation-checklist.md +39 -0
- package/checklists/launch-checklist.md +39 -0
- package/checklists/pm-checklist.md +48 -0
- package/checklists/po-master-checklist.md +64 -0
- package/checklists/reality-check-checklist.md +49 -0
- package/checklists/story-dod-checklist.md +52 -0
- package/checklists/story-draft-checklist.md +36 -0
- package/dist/bin/dashboard.html +279 -0
- package/dist/bin/nexus.mjs +20008 -0
- package/dist/constitution.yaml +76 -0
- package/knowledge/README.md +57 -0
- package/knowledge/architecture/architectural-styles-map.md +182 -0
- package/knowledge/architecture/design-patterns-gof.md +192 -0
- package/knowledge/architecture/distributed-patterns-cheatsheet.md +201 -0
- package/knowledge/architecture/saas-subscription-blueprint.md +355 -0
- package/knowledge/architecture/system-design-tradeoffs.md +231 -0
- package/knowledge/architecture/t3-fullstack-typesafe-stack.md +273 -0
- package/knowledge/copy/landing-copy-that-converts.md +168 -0
- package/knowledge/data/postgres-indexing-and-tuning.md +263 -0
- package/knowledge/data/schema-modeling-decisions.md +273 -0
- package/knowledge/data/supabase-rls-patterns.md +316 -0
- package/knowledge/data/zero-downtime-migrations.md +308 -0
- package/knowledge/devops/cicd-pipeline-best-practices.md +318 -0
- package/knowledge/devops/production-dockerfile.md +283 -0
- package/knowledge/devops/twelve-factor-app.md +398 -0
- package/knowledge/engineering/clean-code-principles.md +429 -0
- package/knowledge/engineering/effective-code-review.md +204 -0
- package/knowledge/engineering/testing-strategy-beyond-unit.md +307 -0
- package/knowledge/governance/risk-matrix.md +56 -0
- package/knowledge/integration/mcp-server-selection-matrix.md +235 -0
- package/knowledge/marketing/copy-que-converte.md +43 -0
- package/knowledge/marketing/funil-e-jornada.md +36 -0
- package/knowledge/negocios/proposta-vencedora.md +38 -0
- package/knowledge/negocios/roi-e-unit-economics.md +46 -0
- package/knowledge/pipeline/1-descobrir.md +26 -0
- package/knowledge/pipeline/2-estrategizar.md +26 -0
- package/knowledge/pipeline/3-estruturar.md +27 -0
- package/knowledge/pipeline/4-construir.md +27 -0
- package/knowledge/pipeline/5-endurecer.md +28 -0
- package/knowledge/pipeline/6-lancar.md +27 -0
- package/knowledge/pipeline/7-operar.md +27 -0
- package/knowledge/security/lgpd-conformidade-basica.md +35 -0
- package/knowledge/security/owasp-secure-coding-gates.md +220 -0
- package/knowledge/security/owasp-top10-threat-assessment.md +287 -0
- package/knowledge/security/threat-modeling-stride.md +34 -0
- package/knowledge/web-craft/a11y-audit-checklist.md +251 -0
- package/knowledge/web-craft/accessible-component-patterns.md +383 -0
- package/knowledge/web-craft/anti-ai-look.md +114 -0
- package/knowledge/web-craft/design-system-from-code.md +195 -0
- package/knowledge/web-craft/intrinsic-css-layout.md +420 -0
- package/knowledge/web-craft/style-cloning.md +185 -0
- package/knowledge/web-craft/visual-polish-review.md +183 -0
- package/package.json +55 -0
- package/runbooks/campanha-de-conteudo.md +36 -0
- package/runbooks/feature-em-projeto-existente.md +37 -0
- package/runbooks/mvp-startup.md +38 -0
- package/runbooks/resposta-a-incidente.md +37 -0
- package/squads/exemplo-conteudo/agents/editor-chefe.md +48 -0
- package/squads/exemplo-conteudo/agents/pesquisador.md +44 -0
- package/squads/exemplo-conteudo/agents/redator.md +45 -0
- package/squads/exemplo-conteudo/knowledge/estilo-editorial.md +21 -0
- package/squads/exemplo-conteudo/squad.yaml +19 -0
- package/squads/exemplo-conteudo/tasks/pesquisar-fontes.md +26 -0
- package/squads/exemplo-conteudo/tasks/planejar-pauta.md +27 -0
- package/squads/exemplo-conteudo/tasks/redigir-artigo.md +26 -0
- package/squads/exemplo-conteudo/tasks/revisar-artigo.md +27 -0
- package/squads/marketing/agents/analista.md +56 -0
- package/squads/marketing/agents/chefe-marketing.md +65 -0
- package/squads/marketing/agents/conteudo.md +55 -0
- package/squads/marketing/agents/copy.md +55 -0
- package/squads/marketing/agents/growth.md +56 -0
- package/squads/marketing/agents/social.md +55 -0
- package/squads/marketing/squad.yaml +17 -0
- package/squads/marketing/tasks/aprovar-campanha.md +43 -0
- package/squads/negocios/agents/chefe-negocios.md +65 -0
- package/squads/negocios/agents/financas-roi.md +55 -0
- package/squads/negocios/agents/suporte.md +55 -0
- package/squads/negocios/agents/vendas-proposta.md +56 -0
- package/squads/negocios/squad.yaml +17 -0
- package/squads/negocios/tasks/aprovar-proposta.md +40 -0
- package/squads/security/agents/appsec-reviewer.md +59 -0
- package/squads/security/agents/chefe-seguranca.md +65 -0
- package/squads/security/agents/compliance-auditor.md +60 -0
- package/squads/security/agents/threat-modeler.md +60 -0
- package/squads/security/squad.yaml +20 -0
- package/squads/security/tasks/aprovar-gate-seguranca.md +42 -0
- package/squads/security/tasks/emitir-parecer-conformidade.md +42 -0
- package/tasks/README.md +72 -0
- package/tasks/accessibility-wcag-checklist.md +69 -0
- package/tasks/advanced-elicitation.md +42 -0
- package/tasks/analyze-performance.md +54 -0
- package/tasks/analyze-project-structure.md +59 -0
- package/tasks/apply-qa-fixes.md +57 -0
- package/tasks/architect-analyze-impact.md +62 -0
- package/tasks/archive-squad.md +52 -0
- package/tasks/audit-codebase.md +53 -0
- package/tasks/build-component.md +61 -0
- package/tasks/calculate-roi.md +63 -0
- package/tasks/ci-cd-configuration.md +51 -0
- package/tasks/collect-visual-evidence.md +62 -0
- package/tasks/compose-molecule.md +57 -0
- package/tasks/consolidate-patterns.md +54 -0
- package/tasks/create-brownfield-prd.md +54 -0
- package/tasks/create-competitor-analysis.md +42 -0
- package/tasks/create-deep-research-prompt.md +62 -0
- package/tasks/create-doc.md +62 -0
- package/tasks/create-epic.md +49 -0
- package/tasks/create-front-end-spec.md +56 -0
- package/tasks/create-migration-plan.md +57 -0
- package/tasks/create-next-story.md +66 -0
- package/tasks/create-prd.md +53 -0
- package/tasks/create-project-brief.md +47 -0
- package/tasks/create-rls-policies.md +59 -0
- package/tasks/create-schema.md +57 -0
- package/tasks/create-service.md +55 -0
- package/tasks/create-squad.md +100 -0
- package/tasks/create-suite.md +62 -0
- package/tasks/db-apply-migration.md +56 -0
- package/tasks/db-domain-modeling.md +57 -0
- package/tasks/db-dry-run.md +50 -0
- package/tasks/db-env-check.md +57 -0
- package/tasks/db-load-csv.md +54 -0
- package/tasks/db-policy-apply.md +58 -0
- package/tasks/db-rollback.md +51 -0
- package/tasks/db-run-sql.md +61 -0
- package/tasks/db-seed.md +52 -0
- package/tasks/db-smoke-test.md +51 -0
- package/tasks/db-snapshot.md +48 -0
- package/tasks/db-verify-order.md +49 -0
- package/tasks/deliberate.md +46 -0
- package/tasks/design-indexes.md +59 -0
- package/tasks/dev-develop-story.md +61 -0
- package/tasks/document-project.md +59 -0
- package/tasks/execute-checklist.md +57 -0
- package/tasks/execute-epic-plan.md +52 -0
- package/tasks/execute-subtask.md +51 -0
- package/tasks/extend-pattern.md +63 -0
- package/tasks/extend-squad.md +60 -0
- package/tasks/extract-patterns.md +64 -0
- package/tasks/extract-tokens.md +59 -0
- package/tasks/facilitate-brainstorming-session.md +42 -0
- package/tasks/generate-ai-frontend-prompt.md +57 -0
- package/tasks/generate-documentation.md +60 -0
- package/tasks/generate-migration-strategy.md +57 -0
- package/tasks/generate-shock-report.md +56 -0
- package/tasks/mcp-management.md +66 -0
- package/tasks/orchestrate.md +50 -0
- package/tasks/perform-market-research.md +42 -0
- package/tasks/plan-create-context.md +57 -0
- package/tasks/plan-create-implementation.md +58 -0
- package/tasks/po-close-story.md +60 -0
- package/tasks/po-manage-story-backlog.md +59 -0
- package/tasks/po-pull-story.md +60 -0
- package/tasks/po-sync-story.md +59 -0
- package/tasks/pr-automation.md +50 -0
- package/tasks/pre-push-quality-gate.md +54 -0
- package/tasks/push.md +53 -0
- package/tasks/qa-browser-console-check.md +52 -0
- package/tasks/qa-create-fix-request.md +58 -0
- package/tasks/qa-evidence-requirements.md +55 -0
- package/tasks/qa-false-positive-detection.md +55 -0
- package/tasks/qa-fix-issues.md +55 -0
- package/tasks/qa-gate.md +53 -0
- package/tasks/qa-migration-validation.md +58 -0
- package/tasks/qa-nfr-assess.md +45 -0
- package/tasks/qa-review-story.md +56 -0
- package/tasks/qa-risk-profile.md +45 -0
- package/tasks/qa-security-checklist.md +64 -0
- package/tasks/qa-test-design.md +47 -0
- package/tasks/qa-trace-requirements.md +48 -0
- package/tasks/release-management.md +53 -0
- package/tasks/repository-cleanup.md +61 -0
- package/tasks/route.md +44 -0
- package/tasks/run-tests.md +50 -0
- package/tasks/security-audit.md +54 -0
- package/tasks/setup-database.md +60 -0
- package/tasks/setup-design-system.md +60 -0
- package/tasks/shard-doc.md +60 -0
- package/tasks/spec-assess-complexity.md +55 -0
- package/tasks/spec-critique.md +64 -0
- package/tasks/spec-gather-requirements.md +48 -0
- package/tasks/spec-research-dependencies.md +42 -0
- package/tasks/spec-write-spec.md +50 -0
- package/tasks/test-as-user.md +52 -0
- package/tasks/ux-create-wireframe.md +54 -0
- package/tasks/ux-user-research.md +55 -0
- package/tasks/validate-next-story.md +61 -0
- package/tasks/validate-squad.md +55 -0
- package/tasks/verify-subtask.md +52 -0
- package/tasks/version-management.md +45 -0
- package/templates/README.md +47 -0
- package/templates/architecture-tmpl.md +115 -0
- package/templates/competitor-analysis-tmpl.md +87 -0
- package/templates/epic-tmpl.md +83 -0
- package/templates/front-end-spec-tmpl.md +110 -0
- package/templates/market-research-tmpl.md +98 -0
- package/templates/migration-plan-tmpl.md +92 -0
- package/templates/prd-tmpl.md +95 -0
- package/templates/project-brief-tmpl.md +100 -0
- package/templates/qa-verdict-tmpl.md +73 -0
- package/templates/rls-policies-tmpl.md +93 -0
- package/templates/schema-design-tmpl.md +107 -0
- package/templates/spec-tmpl.md +88 -0
- package/templates/squad/agent-dna-tmpl.md +72 -0
- package/templates/squad/chief-dna-tmpl.md +98 -0
- package/templates/squad/squad-task-tmpl.md +50 -0
- package/templates/squad/squad-yaml-tmpl.md +47 -0
- package/templates/story-tmpl.md +63 -0
|
@@ -0,0 +1,903 @@
|
|
|
1
|
+
{
|
|
2
|
+
"packageName": "nexus-core-v3",
|
|
3
|
+
"version": "3.0.0",
|
|
4
|
+
"artifacts": [
|
|
5
|
+
{
|
|
6
|
+
"path": "agents/_protocol.md",
|
|
7
|
+
"sha256": "60e413d5e504edc5c22f4cd6cd4d76d481c530f101bb0ed1193fccb600d97af9"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"path": "agents/analyst.md",
|
|
11
|
+
"sha256": "525efa8114a5525346e7b82e0305261c964fb41eb382fccd3a1a02310ed08e7c"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"path": "agents/architect.md",
|
|
15
|
+
"sha256": "bc1165073d402baf614c293bced310051dd431222db9df9130d37302588f1d29"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"path": "agents/data-engineer.md",
|
|
19
|
+
"sha256": "39287aa838cff0a3b9266aefc6a088d0e0740c77c63f6efb8f2e82bf7038ac30"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"path": "agents/dev.md",
|
|
23
|
+
"sha256": "3941d460aebeff725b951efaef6c71779d9c37fb4973abd3982710e42fa13040"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"path": "agents/devops.md",
|
|
27
|
+
"sha256": "8defbb54c623d6054eb40f5380a6075c68adca69c8dce0de3cfe3ca1c3c473b0"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"path": "agents/nexus-master.md",
|
|
31
|
+
"sha256": "656b2bb3a7d983a651ab488d9d33fcd6e88b6f6210c4536731de80690997f5ca"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"path": "agents/pm.md",
|
|
35
|
+
"sha256": "fd0832dde1cba88776ed2aa6afa6e6b9909511fdf514f6c55a71aa9420642d24"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"path": "agents/po.md",
|
|
39
|
+
"sha256": "79eaeec5851bb72c704c558dca851e31a77ad8418742731838fa51903d0f03b2"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"path": "agents/qa.md",
|
|
43
|
+
"sha256": "b0c74bd5a02c5d1352ff870416ec4e61463710cfeb6274dfd4a24fe981ef9d11"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"path": "agents/README.md",
|
|
47
|
+
"sha256": "c15e4696558f5cdc4104fa4d921aa8310d60176b3c159f3db65fa9479672ea93"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"path": "agents/sm.md",
|
|
51
|
+
"sha256": "678261959129e3a3ac23b512be554885d3cf837c2f5adc61380bd9cac46cd582"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"path": "agents/squad-creator.md",
|
|
55
|
+
"sha256": "d8ad3d37adbc79c713282904d857f40c764fd962c0309744c73e295024f3e82b"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"path": "agents/ux-design-expert.md",
|
|
59
|
+
"sha256": "a2630b19cf21c7fb90eb3effca33dc6609d96e4c9a244a4403652431950907e9"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"path": "checklists/architect-checklist.md",
|
|
63
|
+
"sha256": "df01676d409efc53a761431d332df336174fbbc3dd035db844413a8acf25334b"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"path": "checklists/change-checklist.md",
|
|
67
|
+
"sha256": "008829a09dff20ecafc1ef067182aee5f8a2d898a669c6613152265c1d22aa11"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"path": "checklists/db-predeploy-checklist.md",
|
|
71
|
+
"sha256": "d18499b6c09aa4d870a49803be0768bf49ec465c455360fdc4c4c2e992b61bb2"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"path": "checklists/design-quality-checklist.md",
|
|
75
|
+
"sha256": "c872795f3991180e99e7398cb0276dae7d89c2e5dd3cd550a749eca475970648"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"path": "checklists/discovery-checklist.md",
|
|
79
|
+
"sha256": "42b7f4a4f25dd601db7aa6f2c8c35bceba33d70ddb6afcb00183aa67aaae4ca6"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"path": "checklists/foundation-checklist.md",
|
|
83
|
+
"sha256": "8744ff486af94609b45757d6d361e79e27072ade3a5d8c0ac684946a962aa21a"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"path": "checklists/launch-checklist.md",
|
|
87
|
+
"sha256": "cd53c807534981fb2f821ac6a37f31c2308f514b8edf9968b6582e883b08026e"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"path": "checklists/pm-checklist.md",
|
|
91
|
+
"sha256": "8286a2f009cffe1c5da4ef0c25f9ebbad9b1680a823b1df2107643bc3562847d"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"path": "checklists/po-master-checklist.md",
|
|
95
|
+
"sha256": "31ae30aa6543cbc238a4477de0d9fcd32a1756239a5d2f6dab65d33423c69339"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"path": "checklists/README.md",
|
|
99
|
+
"sha256": "d7db2da6c3053c7da96939d7f4781b801ba45bcba66cfde5475cd198b14bcf6e"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"path": "checklists/reality-check-checklist.md",
|
|
103
|
+
"sha256": "130bfafd04a10bcdac9f1725f6d2f186d8c520c5eb677347e24473a2a4123223"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"path": "checklists/story-dod-checklist.md",
|
|
107
|
+
"sha256": "487d8fb9de855ab6123b0bbf82de2f3b194a68f200125512171ac618a7c3dfe8"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"path": "checklists/story-draft-checklist.md",
|
|
111
|
+
"sha256": "f5568f79c3f83fac96123551dd0ff7df0ffb92fd8155343fe0b3ca60f7aec12a"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"path": "knowledge/architecture/architectural-styles-map.md",
|
|
115
|
+
"sha256": "092c91b71cdbf0a1d2748fc9a4720562590dcb659e228e0148e41e49955c3a7a"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"path": "knowledge/architecture/design-patterns-gof.md",
|
|
119
|
+
"sha256": "5259472f940bcce2059b00c897df5ba638dd4e3029172401781a15f26eae4402"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"path": "knowledge/architecture/distributed-patterns-cheatsheet.md",
|
|
123
|
+
"sha256": "bf74469477a273f436b532f5f84a8ac07db4b0a148a4d0a72f71ada3cb5b9337"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"path": "knowledge/architecture/saas-subscription-blueprint.md",
|
|
127
|
+
"sha256": "c411a9e6c97df1481556a703ec2d7d0e573c8524d0274c5e9bdd45c1b02e85eb"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"path": "knowledge/architecture/system-design-tradeoffs.md",
|
|
131
|
+
"sha256": "6dfdc0a615b171eb6a386f67d157dc23b2926b8c381bc9db4a19bb30b687a0b0"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"path": "knowledge/architecture/t3-fullstack-typesafe-stack.md",
|
|
135
|
+
"sha256": "e028437f155f4eacc16b6becd6c402932055a825390c755ca51cf20f03db5f2b"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"path": "knowledge/copy/landing-copy-that-converts.md",
|
|
139
|
+
"sha256": "ea3af8f5ebbba669644580328ebbf0df066637092fb662526d5448e7ce91ddd7"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"path": "knowledge/data/postgres-indexing-and-tuning.md",
|
|
143
|
+
"sha256": "400d60221f52a21d609db17abf4e96c14eddd419bfd94d8743747d5eba1ce0f1"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"path": "knowledge/data/schema-modeling-decisions.md",
|
|
147
|
+
"sha256": "da7cf064fda545047ad3c954700475e69695486701b64033afdc492ebfa83b60"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"path": "knowledge/data/supabase-rls-patterns.md",
|
|
151
|
+
"sha256": "d62adcd85a467ce4e8f68b88c02b4074723696c3a3dacb272b4a1da71436ca5c"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"path": "knowledge/data/zero-downtime-migrations.md",
|
|
155
|
+
"sha256": "2b9afd67cdc4a03694a3d365958b90834fe1055d7b0cf4c610171ab5cb1a1c35"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"path": "knowledge/devops/cicd-pipeline-best-practices.md",
|
|
159
|
+
"sha256": "a44f8a86e25c1bb5973c1845436776a048bde3b28e9f4675f31102bd2493d378"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"path": "knowledge/devops/production-dockerfile.md",
|
|
163
|
+
"sha256": "fc36fa7f994fa9094f1e47c5a42f291edf8d465b7733cb7868086b3e944c8f0d"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"path": "knowledge/devops/twelve-factor-app.md",
|
|
167
|
+
"sha256": "b558b47acc2e02c9fbfdcb8893e09f7ae6f8b40c6f348e2f750707b38989ab49"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"path": "knowledge/engineering/clean-code-principles.md",
|
|
171
|
+
"sha256": "01ba11798cbc84bcbdbcbeaa8951b017da2f1afe47b5006450e9c185509d3fbc"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"path": "knowledge/engineering/effective-code-review.md",
|
|
175
|
+
"sha256": "7b494de322a753a74dea7b983936ac561de5871ab5dd842ff1dd96ff91ab67f0"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"path": "knowledge/engineering/testing-strategy-beyond-unit.md",
|
|
179
|
+
"sha256": "44ef69d739a412ec606f88df07e61fd7e78e6828e90a7abfc9a4a50b8d49cbfb"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"path": "knowledge/governance/risk-matrix.md",
|
|
183
|
+
"sha256": "01b9ec28febd556256c901ffb77a939533580d4d50f8d6ec07eb2ade53741318"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"path": "knowledge/integration/mcp-server-selection-matrix.md",
|
|
187
|
+
"sha256": "f251a511f94aec8094b14309754094e8d52e93a804eeb31b6d4825515320d950"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"path": "knowledge/marketing/copy-que-converte.md",
|
|
191
|
+
"sha256": "3654d035bd0900fc7059bc78ff33d41af7bb6d96c46880b00be8c573b85bca0e"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"path": "knowledge/marketing/funil-e-jornada.md",
|
|
195
|
+
"sha256": "8ad5b146c537b624a14c420f8cf86458cd66437f0243020b2f1691bfe926383c"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"path": "knowledge/negocios/proposta-vencedora.md",
|
|
199
|
+
"sha256": "52a8d55b1c61de783fe2f37503e6b52ddda02ee23de4c9f84db2bf6ecf219541"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"path": "knowledge/negocios/roi-e-unit-economics.md",
|
|
203
|
+
"sha256": "a1650bac527bbe428aad9c3ed516872d151942969803dd55528bf3d9097bef10"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"path": "knowledge/pipeline/1-descobrir.md",
|
|
207
|
+
"sha256": "1fafba3c32a5e19d96182f515ff31a97da83f26c568c842895e5b4024559bdde"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"path": "knowledge/pipeline/2-estrategizar.md",
|
|
211
|
+
"sha256": "9fff462a2107dc6c284ae5b10daea86efcca13597cd00348a9fbc7cacb6f22cc"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"path": "knowledge/pipeline/3-estruturar.md",
|
|
215
|
+
"sha256": "3b63a444cf1218a0e1f5d772de94c77be77f3a3e979dceb247390a202fc8c53d"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"path": "knowledge/pipeline/4-construir.md",
|
|
219
|
+
"sha256": "a578596d25f74dc288650aa31e4a98307ee20716cc0b7fded1151c6b135a2e03"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"path": "knowledge/pipeline/5-endurecer.md",
|
|
223
|
+
"sha256": "aff93ca9d2b13a11afe06a2b659ec765b16e3a9463306fa996828e3ea2e813f4"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"path": "knowledge/pipeline/6-lancar.md",
|
|
227
|
+
"sha256": "bbea5e547559c874b8589d6d93b1679076d197e9872e5031ec6a461ce80ad05d"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"path": "knowledge/pipeline/7-operar.md",
|
|
231
|
+
"sha256": "f01f7fbb05fff5b7d3976160fe9b1b343d99701161726db3d6cf30685f824730"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"path": "knowledge/README.md",
|
|
235
|
+
"sha256": "bc7a6a30e174150b6f65cce4892f28986ccd9fc98c4a335a3369b080ddcaca38"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"path": "knowledge/security/lgpd-conformidade-basica.md",
|
|
239
|
+
"sha256": "0ee3641deb5564d01a2612a9e348106c02a674808ab83b19f98ff848bec2e7a6"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"path": "knowledge/security/owasp-secure-coding-gates.md",
|
|
243
|
+
"sha256": "f313ca26515f7971d40f1283c9b336e4b0727d3099f30a5ae841a0881d4d8dc4"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"path": "knowledge/security/owasp-top10-threat-assessment.md",
|
|
247
|
+
"sha256": "6eace4108d5e5ea6031e6bf936d98c26976af63ce9031bae687083c9b9dbe0c3"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"path": "knowledge/security/threat-modeling-stride.md",
|
|
251
|
+
"sha256": "417e5eec485225b7e12cec7b6f5422482b6dbb9a7a477e9c2377cc02118c0632"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"path": "knowledge/web-craft/a11y-audit-checklist.md",
|
|
255
|
+
"sha256": "e1a1f916c840a617ac44c60307d3e21dd7256d4fa848e1f3e2080fcf29441321"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"path": "knowledge/web-craft/accessible-component-patterns.md",
|
|
259
|
+
"sha256": "2e0c11efc8465dba552f130110bb61cee794e6e380adb7b672e4e055daa027fe"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"path": "knowledge/web-craft/anti-ai-look.md",
|
|
263
|
+
"sha256": "9966edc7fcf710c18c395f56114b304d3cbec41773dd753fafd3b9b0525e9570"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"path": "knowledge/web-craft/design-system-from-code.md",
|
|
267
|
+
"sha256": "081caa17a1be0ffcebad82c48ba8dd4b61892d19c5e88f3d6266d138a06d4a80"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"path": "knowledge/web-craft/intrinsic-css-layout.md",
|
|
271
|
+
"sha256": "0816d33988bf0d3b4197835784b7c7d950936275f92ded72047f85bf345061a7"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"path": "knowledge/web-craft/style-cloning.md",
|
|
275
|
+
"sha256": "882cb982b6898f32e14815737599d5b6f5ee96b708af4dd3cb28ff4702196f0f"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"path": "knowledge/web-craft/visual-polish-review.md",
|
|
279
|
+
"sha256": "2e965f05791ab36223892e5c46dc8cf33cdae76d62e1d29ce5c681542a356d8b"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"path": "runbooks/campanha-de-conteudo.md",
|
|
283
|
+
"sha256": "76524de0b7f954f8344f5ca44c76c48d2e6574379a16ee7d5b325def084cc91e"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"path": "runbooks/feature-em-projeto-existente.md",
|
|
287
|
+
"sha256": "22ee3d51a1ef5d80cd0fcc121bab00ef22ddf2c7463468e6db803f94e62593c3"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"path": "runbooks/mvp-startup.md",
|
|
291
|
+
"sha256": "baf9118527fa441587a9019eeaf1e6eead3c3c5d73d368e2bb3adb7185cb044f"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"path": "runbooks/resposta-a-incidente.md",
|
|
295
|
+
"sha256": "0a64536a222c97c148e9c971e8a2f1b621037b18083851609025af94e1e8864b"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"path": "squads/exemplo-conteudo/agents/editor-chefe.md",
|
|
299
|
+
"sha256": "b39d0818693b7479e3163f12ffa983a30d6bd57fcdb23462b72b0afc602e922d"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"path": "squads/exemplo-conteudo/agents/pesquisador.md",
|
|
303
|
+
"sha256": "25785792600767f938820c3509a8b2163e71e2e43f7071636f01238696f6266d"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"path": "squads/exemplo-conteudo/agents/redator.md",
|
|
307
|
+
"sha256": "f2f30576ffd62e32e8f9bee02bad771f18a1508fec405ef6a0b861d7151ab4ab"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"path": "squads/exemplo-conteudo/knowledge/estilo-editorial.md",
|
|
311
|
+
"sha256": "6f27dd5ef774610986a65251a74fa40b29dfd5335112cd9e00159dcadac3799d"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"path": "squads/exemplo-conteudo/squad.yaml",
|
|
315
|
+
"sha256": "433c6b3e7eec9bf548b1de4468808208237a5069148bfcc9634832fa5260a87a"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"path": "squads/exemplo-conteudo/tasks/pesquisar-fontes.md",
|
|
319
|
+
"sha256": "8f352c05d2eea2e18c1df6bd3200d2526c0ffa5ab31237efcbe9030d6243d594"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"path": "squads/exemplo-conteudo/tasks/planejar-pauta.md",
|
|
323
|
+
"sha256": "c605de5a60d16e56dd062722296df0042007d5907310b6c4c864c9a9f81b8828"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"path": "squads/exemplo-conteudo/tasks/redigir-artigo.md",
|
|
327
|
+
"sha256": "a13dfd39047d11d435227a472523bdf9bfa01639670be50d6f8bfba856b7ce3d"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"path": "squads/exemplo-conteudo/tasks/revisar-artigo.md",
|
|
331
|
+
"sha256": "7b4dfa6f87920b2e4aeafc4e15efbce3ec354c463b16fd4375b4033aec94cf6f"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"path": "squads/marketing/agents/analista.md",
|
|
335
|
+
"sha256": "0067bd42cc0597e15f3f01a156c3e08bc972ed5e300c69578180c67d63902db0"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"path": "squads/marketing/agents/chefe-marketing.md",
|
|
339
|
+
"sha256": "2b5ac014a25d544f5a2a467c5dc3bd0698cac1d93317e69a58bf57f7a8f17d28"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"path": "squads/marketing/agents/conteudo.md",
|
|
343
|
+
"sha256": "0615e80f4a3fbffc5331402833eef60de45fdb400c81c2e1d1bc402f3f790e49"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"path": "squads/marketing/agents/copy.md",
|
|
347
|
+
"sha256": "a7a172cc6d02b66018cc663881f972bf993c5bc4088dfca1b7d976212ea9254d"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"path": "squads/marketing/agents/growth.md",
|
|
351
|
+
"sha256": "274252b93672ab7364395f52e2d83a91ca7e8c45ef28eb04092890e350656fbf"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"path": "squads/marketing/agents/social.md",
|
|
355
|
+
"sha256": "2d147c80208fd0599ab447007bab1f42e722de78040fbc192d0b47989b664a3f"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"path": "squads/marketing/squad.yaml",
|
|
359
|
+
"sha256": "332f91e7026b345e3ee055b479a4f053536c6afeca4be1a9c2b6d55536a1978f"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"path": "squads/marketing/tasks/aprovar-campanha.md",
|
|
363
|
+
"sha256": "47965ce6c91027dbb4bbe2868e864cfdf031e9b7385dab9424a5f84dd2b58c1c"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"path": "squads/negocios/agents/chefe-negocios.md",
|
|
367
|
+
"sha256": "4b49985ba8dc5ddbb2b586461bccb61b85eb71ecda26d1758ab6c368ad531630"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"path": "squads/negocios/agents/financas-roi.md",
|
|
371
|
+
"sha256": "c52beb401b42c74792017d40413073e739cc9bb6339769d21ac5f45d33a9f57a"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"path": "squads/negocios/agents/suporte.md",
|
|
375
|
+
"sha256": "8077ed0556761637587325a9b46411283c3df38f5d39b52feb575fd126ebf3f7"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"path": "squads/negocios/agents/vendas-proposta.md",
|
|
379
|
+
"sha256": "6e365a1cfdbbdee852230bb4063bf176ea7a7a789625393e9b51c4acf0bdb6fc"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"path": "squads/negocios/squad.yaml",
|
|
383
|
+
"sha256": "345ba98e222554ae0d5792ecc3f4aa4c45cf2f8a8d35193937dbbe34a96baddb"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"path": "squads/negocios/tasks/aprovar-proposta.md",
|
|
387
|
+
"sha256": "c83ceb69d4f916459b1df670e8343f1aa0bc3ca2caab9da1f2bd65b10b304158"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"path": "squads/security/agents/appsec-reviewer.md",
|
|
391
|
+
"sha256": "4b8b4047b4b252c84e0c893215d56eac3c28dabc887c1cf9bac333448bc8f2cd"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"path": "squads/security/agents/chefe-seguranca.md",
|
|
395
|
+
"sha256": "24259c64cb91f4a565c53d325552e5acced7f21a4c745d3bb718b8b049950669"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"path": "squads/security/agents/compliance-auditor.md",
|
|
399
|
+
"sha256": "7499b6e83902457aa97e96c89b0fab5ef768eb4f68d764a58b2ff9590f44e17f"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"path": "squads/security/agents/threat-modeler.md",
|
|
403
|
+
"sha256": "06049a5116accba8d22dfca3481456f374e00eeb134be45915583bce94175026"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"path": "squads/security/squad.yaml",
|
|
407
|
+
"sha256": "f4d9a0de52c66d7d54f57c9b152051ecd1245521524d53c875083f88511e3e81"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"path": "squads/security/tasks/aprovar-gate-seguranca.md",
|
|
411
|
+
"sha256": "cfc5a7cf171b9c24d0404be822f8edceb8d55ffca40bfb3e9203d5a1e52fb8ef"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"path": "squads/security/tasks/emitir-parecer-conformidade.md",
|
|
415
|
+
"sha256": "332e59e07e4ad03b623651ef2ab2b57eafe6dbe44fb5624a67d10fac901e4e20"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"path": "tasks/accessibility-wcag-checklist.md",
|
|
419
|
+
"sha256": "bd662251509300a077a86765bd1e8c57150f8bbe95be3d8feec6333349bd2722"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"path": "tasks/advanced-elicitation.md",
|
|
423
|
+
"sha256": "77233dcada3004c5b52791df9c093132cdc2e6e7ed9a46ff8029cf0c741f15f3"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"path": "tasks/analyze-performance.md",
|
|
427
|
+
"sha256": "ba3d2514431e038ce3ffc44719ab02134d4a04a74677dcc49c97827247b06eaa"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"path": "tasks/analyze-project-structure.md",
|
|
431
|
+
"sha256": "42c0267e53b91d699befa41c6ea35b3f506e6d275da7ae9e815eecdbc1a4403e"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"path": "tasks/apply-qa-fixes.md",
|
|
435
|
+
"sha256": "deefe45ac83e938eaaa1abfb83b5ffae2439f44c934089ab37bc5595c43fa962"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"path": "tasks/architect-analyze-impact.md",
|
|
439
|
+
"sha256": "1342f4a3600218e8b964368f6709b2154687a2dc8946141bc38ebfd334c1e444"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"path": "tasks/archive-squad.md",
|
|
443
|
+
"sha256": "eb9435b5ef40a8d9ca1f34d9a14b0c2f7236cca368854a7ea0a3fc961d4e3a4f"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"path": "tasks/audit-codebase.md",
|
|
447
|
+
"sha256": "b0a61faa51d896394797078002f633379bb6e0cd52d90e22e54412418877abfe"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"path": "tasks/build-component.md",
|
|
451
|
+
"sha256": "3ff1b3b478acf837af860ffb493cdcdfe936d40ab7ee2e6c78f1281d23f29ea4"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"path": "tasks/calculate-roi.md",
|
|
455
|
+
"sha256": "74c8484c31c19edb8b0baca51bad14d40f3af2891294b00e283593b3d4040e5c"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"path": "tasks/ci-cd-configuration.md",
|
|
459
|
+
"sha256": "59c298266c0fc8785719017db927d781fef01c72353915ba1cf6222879b28ee3"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"path": "tasks/collect-visual-evidence.md",
|
|
463
|
+
"sha256": "0d3eaf31bfe87ab2c6e98b5a9069e38ac93968f6371f147f5fd3f623f95dd137"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"path": "tasks/compose-molecule.md",
|
|
467
|
+
"sha256": "9441452c5e3075698dfdbe1f7bb6b928b5dff9dc7ccc514d47988db9d3bb1b26"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"path": "tasks/consolidate-patterns.md",
|
|
471
|
+
"sha256": "aa546ce60383eb5d11890adc502ebc6bf2c01bc99aae96075236d57ba011e962"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"path": "tasks/create-brownfield-prd.md",
|
|
475
|
+
"sha256": "3174eb8fb4bebfe675419cacec3b0093df87bbad0c126c2b0e5ed70a265097b6"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"path": "tasks/create-competitor-analysis.md",
|
|
479
|
+
"sha256": "7739dcefc24345317a183300a1902ebb378fc9526a905e37fbdec00688278423"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"path": "tasks/create-deep-research-prompt.md",
|
|
483
|
+
"sha256": "393662f3079ea6dc677b1776340507872e433dc3c24df8b6e5b58703aa61d66d"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"path": "tasks/create-doc.md",
|
|
487
|
+
"sha256": "eb412dac65d88c241361d8bc77892f0c6613f2cf91eb159acdcc61ce33dcc58e"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"path": "tasks/create-epic.md",
|
|
491
|
+
"sha256": "d2a1527dc369714ff95cfb50cbb606f4afcb397cb5c7a4c9d54d8487fed96570"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"path": "tasks/create-front-end-spec.md",
|
|
495
|
+
"sha256": "dfdbc1b433019bac26bbbcb047bb585d33c2298d5e8be460c4e3b4f30be9fc55"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"path": "tasks/create-migration-plan.md",
|
|
499
|
+
"sha256": "dbcd0fa9272efe5e34479d9239f61350df54320147d2eacb64f1532412d1821e"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"path": "tasks/create-next-story.md",
|
|
503
|
+
"sha256": "9109da6bac15aa9effb2c4b60ed7a4c20da51010c691a118256d3f83dafbabb8"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"path": "tasks/create-prd.md",
|
|
507
|
+
"sha256": "369b654995b5483f2822d7aaecf32adac78af65353555200f0aac251ece41aa6"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"path": "tasks/create-project-brief.md",
|
|
511
|
+
"sha256": "959113a483361d970cc811e718bcc90d5ef83b2c12f782d1270537e938dd5461"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"path": "tasks/create-rls-policies.md",
|
|
515
|
+
"sha256": "7425486b0649059c7b69e28a8d3aeec9323f48ad5e2dbc722b9713a3c2844458"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"path": "tasks/create-schema.md",
|
|
519
|
+
"sha256": "f46b37ad3d1a1c475c1fdf8ab3b3ad48591341c68d45534958c6e3a2351a6fd1"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"path": "tasks/create-service.md",
|
|
523
|
+
"sha256": "0835a345774141a903d9941fc4283ec5963bcfe979597bfb60dd2e8359147f92"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"path": "tasks/create-squad.md",
|
|
527
|
+
"sha256": "67ad9c91f60f51a5a2008bc989087e4147f3c7fbf7a36f680e9692b4597626c4"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"path": "tasks/create-suite.md",
|
|
531
|
+
"sha256": "0aef921e5fd6580b0d93bd90eec72bda30d18baede222020df52149f875e3a70"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"path": "tasks/db-apply-migration.md",
|
|
535
|
+
"sha256": "d766fb3167a05f27c3bc0d14fa503c58c6ee28815d730ca2c6b41ee07d779b0e"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"path": "tasks/db-domain-modeling.md",
|
|
539
|
+
"sha256": "ea9147bc5bee4c984ba11baf0ff0638292270776c5df8822244df6cc9bdf198a"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"path": "tasks/db-dry-run.md",
|
|
543
|
+
"sha256": "c609ee6ac1d6364a0919639d197bcdb0191dd54a3ece81eaf29f1d0baaef7775"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"path": "tasks/db-env-check.md",
|
|
547
|
+
"sha256": "c23a88b57b3834368a86025049794963186b93fd50075f85949849d257c680e7"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"path": "tasks/db-load-csv.md",
|
|
551
|
+
"sha256": "dc883215c5f1c6b014290d99ec9f54bc5662e71a9e0edba07f9e3b7bbc48c3ce"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"path": "tasks/db-policy-apply.md",
|
|
555
|
+
"sha256": "70010a18d057c015d00470039e1fd51e86962b39d2ebb7daa480cafb49bf0d66"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"path": "tasks/db-rollback.md",
|
|
559
|
+
"sha256": "7836483cd42ac9e5d2b0ae5c9271489ccd0ae33c3c570ba822e195dd63e128e0"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"path": "tasks/db-run-sql.md",
|
|
563
|
+
"sha256": "8258f752d40ef755817419775bfbc818d93e55d55ec319a449046947e3bed1cf"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"path": "tasks/db-seed.md",
|
|
567
|
+
"sha256": "e8091d7e86c0925ba8f1cb4c184950df7100dc5b9e50e865bb6685f37cb8de16"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"path": "tasks/db-smoke-test.md",
|
|
571
|
+
"sha256": "6e093fd6033bc3e3d3c185ddf435470c606821f2e1470d7fcb275dec3a266ee9"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"path": "tasks/db-snapshot.md",
|
|
575
|
+
"sha256": "6e29506f08c1ac7153a48f614b7f85e9795c15f5c1d237c04e6c7b5b91972e2e"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"path": "tasks/db-verify-order.md",
|
|
579
|
+
"sha256": "0f60abd4eff468479e60697966fe51272dc970e3285b9c3efa8fe871350a561a"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"path": "tasks/deliberate.md",
|
|
583
|
+
"sha256": "146d920d171386629f179b33e3f56cc40a502c55eb9c5258d6e40906c2f04071"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"path": "tasks/design-indexes.md",
|
|
587
|
+
"sha256": "05c0de2dbec5139da98bef550d9bd8f9bbf993a9444504572c1b846d10439dc1"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"path": "tasks/dev-develop-story.md",
|
|
591
|
+
"sha256": "9d3b70ae7dee3d6759d68d648a8133ac02a5d3057aa055378701509f5ae760f6"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"path": "tasks/document-project.md",
|
|
595
|
+
"sha256": "43d7dc51cec8095aab6660cf92f270e4db0c01a950aa2b9455860055c8379b4c"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"path": "tasks/execute-checklist.md",
|
|
599
|
+
"sha256": "d79975ee16adb4c83f5e1f00ed49c55ec25526e3b97b0a4f4adf2b9d8c1a5300"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"path": "tasks/execute-epic-plan.md",
|
|
603
|
+
"sha256": "ca84e2b9c6849b78f4a699f8da248b57012acbbcfcb1f579c063bbdc407ddfc5"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"path": "tasks/execute-subtask.md",
|
|
607
|
+
"sha256": "bfe29e646ed576d27396b8bfb2b9701b29559ecfc9188df7dac6e77b3dcae390"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"path": "tasks/extend-pattern.md",
|
|
611
|
+
"sha256": "4b5763d03f8740ad297853d0acf846d97c6bcb9b7d06fb332962a7e13aead2c1"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"path": "tasks/extend-squad.md",
|
|
615
|
+
"sha256": "f72c59e9827d2b4b7d32f196840844fc113ab591cf9a988404bcbaaffa1d468d"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"path": "tasks/extract-patterns.md",
|
|
619
|
+
"sha256": "8c15d140b1db34248141cb027415ae7593f81d050d6cf68e145500b6bdae5d64"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"path": "tasks/extract-tokens.md",
|
|
623
|
+
"sha256": "77ed02cf8182e964a8e4c47192fcce6e4698836379f43292fb6e5e44cd2b4aa7"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"path": "tasks/facilitate-brainstorming-session.md",
|
|
627
|
+
"sha256": "dad02b5f1c1fa034a3c7136b8f4ba512252b359f4069628371751a3a41326e00"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"path": "tasks/generate-ai-frontend-prompt.md",
|
|
631
|
+
"sha256": "e8dcad09fc3236f2049f86e93ebebec2b65f654e578d48cbe20173291d580430"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"path": "tasks/generate-documentation.md",
|
|
635
|
+
"sha256": "eeb3c568640935ac61ba5b3a0f3741743aacafa9a18ba78d8df256e59aaef8ce"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"path": "tasks/generate-migration-strategy.md",
|
|
639
|
+
"sha256": "b09d8f6667f31903d634038f1fa57bf06bf0f54c013ba63e6c31c1af6e51663b"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"path": "tasks/generate-shock-report.md",
|
|
643
|
+
"sha256": "36fc803f335e68d95c617f959d1c118cf002465c1153c7da7a2e675548be6080"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"path": "tasks/mcp-management.md",
|
|
647
|
+
"sha256": "ae1e86e5a2b19eb42fd37236ff64df581326f9a6f8a6e2880e2ca0bbf439f3e5"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"path": "tasks/orchestrate.md",
|
|
651
|
+
"sha256": "426e27df32b2a88ffb57745fd064232a4d3f0505b686f3f1bce3f98020c8f4ad"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"path": "tasks/perform-market-research.md",
|
|
655
|
+
"sha256": "6520fcf2627ef13be174d44a2f8794bc0499f392b51887dd375e3eb75a173103"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"path": "tasks/plan-create-context.md",
|
|
659
|
+
"sha256": "3b9948f7b0cf4a96a729562ee79776578ad0c591e938ee47b6ae449bb3b89bd4"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"path": "tasks/plan-create-implementation.md",
|
|
663
|
+
"sha256": "455e855547a4d5a66a0fedddde9eb8fceff252083ef725a3c920bfb81034852d"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"path": "tasks/po-close-story.md",
|
|
667
|
+
"sha256": "471c9c164bb4a91999f053638bfdcb793c6eab3fea359d0a584176b29928c696"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"path": "tasks/po-manage-story-backlog.md",
|
|
671
|
+
"sha256": "623e55d8d4139e4afba64a152d84aed5d976c5489d6be8ba9a76fcb6f3c3291d"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"path": "tasks/po-pull-story.md",
|
|
675
|
+
"sha256": "879e8cf214841d0541e314e80ebb5f46b4ee60a8e954b719ec299fc0a5a0255f"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"path": "tasks/po-sync-story.md",
|
|
679
|
+
"sha256": "908565f70b092afa0c81ed7949d5f6657867e6ad6d721eae415311d1ecdcbb10"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"path": "tasks/pr-automation.md",
|
|
683
|
+
"sha256": "970bce9468b04527bb45960a6be61d52ed9491c7c791a46a357704a91f83702e"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"path": "tasks/pre-push-quality-gate.md",
|
|
687
|
+
"sha256": "1c5bebd2c7c7549c7151d95d1ff8747cb3113d6b4a43c91806b1ea2c05ecc9bb"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"path": "tasks/push.md",
|
|
691
|
+
"sha256": "5d39c9d8a60079f2b6a6c3d2f45baa604038e658ca698dbe9b122a80c9a845fc"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"path": "tasks/qa-browser-console-check.md",
|
|
695
|
+
"sha256": "5b36c1fc42279137eb74bf7bc9f7a4d72116e967b49fac5cc4e82b410690a52e"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"path": "tasks/qa-create-fix-request.md",
|
|
699
|
+
"sha256": "6cacfbaaba61554406407b4407298b262345977775090c6d565ec1d3da1e8a01"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"path": "tasks/qa-evidence-requirements.md",
|
|
703
|
+
"sha256": "2c6d0673b813154bb4a58f4d21a06d7f52a149c59ff7d38b3d73edfab6682576"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"path": "tasks/qa-false-positive-detection.md",
|
|
707
|
+
"sha256": "efc3bfd91bd47ab8d6a8315e9b7c1225f61e564055cfb9be9dae88a7397b7c3f"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"path": "tasks/qa-fix-issues.md",
|
|
711
|
+
"sha256": "2a5f1082a34af8660e51c14a8975fcd4f429f916b852b6c32f259c8272d0eec5"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"path": "tasks/qa-gate.md",
|
|
715
|
+
"sha256": "1b5a73805e5a04be684c52b7f90a488ad0aa6fa53bfb5c37430dee1e4755a34e"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"path": "tasks/qa-migration-validation.md",
|
|
719
|
+
"sha256": "174e7836ffe0466664e7f640814a80840ab20e9dd954dafe24d73e7670280208"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"path": "tasks/qa-nfr-assess.md",
|
|
723
|
+
"sha256": "88e660de2f45784a71ebd840cf27ad324e2352954ac5b0184b03b269b7dd8eb5"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"path": "tasks/qa-review-story.md",
|
|
727
|
+
"sha256": "6f4d8b3ed9b47a329b832f2825a27b51dcb23e6e1b38382207707aead8d7f56b"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"path": "tasks/qa-risk-profile.md",
|
|
731
|
+
"sha256": "1045e0f4b9dce0c7cd324a1dd1a65499278e58fb03fd983ec06be785c4376899"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"path": "tasks/qa-security-checklist.md",
|
|
735
|
+
"sha256": "7f7156c4f42d30a108c2225b72439b00ab55830881e65c4c703e815061a05e93"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"path": "tasks/qa-test-design.md",
|
|
739
|
+
"sha256": "71465e70819acaf56a7daadacc69f39c059546a5d7388af20b9add1065125692"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"path": "tasks/qa-trace-requirements.md",
|
|
743
|
+
"sha256": "263112befdb103e635ca6691ca48c0e46fb9d7afe02fee1ff8ad2a09f62b996c"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"path": "tasks/README.md",
|
|
747
|
+
"sha256": "255f73bb38a2995c42b8e7a43a91a073b383c5cb61b5512530d676e7531b3d51"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"path": "tasks/release-management.md",
|
|
751
|
+
"sha256": "068ec97b8d91a02b9d90c237332a6281bac14a1dde9ed14ff070fbdcfa151553"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"path": "tasks/repository-cleanup.md",
|
|
755
|
+
"sha256": "ded4df6ebed061e72953f3f4a9609bbea2c4743acebace1a349b29b01209a727"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"path": "tasks/route.md",
|
|
759
|
+
"sha256": "82f0b690b585d2eee1bc1b65fa1930a984975da5b8bcc775e76e9d17b14c0b04"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"path": "tasks/run-tests.md",
|
|
763
|
+
"sha256": "9209907ac8464f1a39d79b9d059958c0a216b0815efeb75f6a6aa6b9f04782cf"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"path": "tasks/security-audit.md",
|
|
767
|
+
"sha256": "bd24e403a2ecb7074f5a093efa2437b2342488543cdd69e6db173134dad58644"
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"path": "tasks/setup-database.md",
|
|
771
|
+
"sha256": "ceb98af63ec64777480f2188995acb581108dac0ab13fa543714886caa25a202"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"path": "tasks/setup-design-system.md",
|
|
775
|
+
"sha256": "fc140de34ffd7d10fd35e56c5dae48f2a26a4abb706e811ee4d67cbe58bfb5dd"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"path": "tasks/shard-doc.md",
|
|
779
|
+
"sha256": "07581ebe1a5dedb549bc8448d6ed4e9ca82d5e92ba61eb6864c7a8972c97091e"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"path": "tasks/spec-assess-complexity.md",
|
|
783
|
+
"sha256": "d9d363b183cf1dabbaac431f16c6aa245956050053fadd14eb03d195189ed5ed"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"path": "tasks/spec-critique.md",
|
|
787
|
+
"sha256": "f62f4df3be6c0a8aa4656caef84e6af3f57a9316067198189bf976a9e9665acc"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"path": "tasks/spec-gather-requirements.md",
|
|
791
|
+
"sha256": "4a41a948261aa98db7d677c3395eb1682cbb9644111439982c98203fba51f37d"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"path": "tasks/spec-research-dependencies.md",
|
|
795
|
+
"sha256": "8665726a85c962310e286129c2c500a2ce0978f5801624f5a1e03fc03b630049"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"path": "tasks/spec-write-spec.md",
|
|
799
|
+
"sha256": "0a1008ec713845116ee83a94157bd52c41a235a033eb798ab1fcac65e040955b"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"path": "tasks/test-as-user.md",
|
|
803
|
+
"sha256": "5c92cc17148d0766ef43cc8d8faad7e1ed83a272a9a7b57fb7503fc82d3888f9"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"path": "tasks/ux-create-wireframe.md",
|
|
807
|
+
"sha256": "3f417496b9c028f30986f4f62a63b12dbb7d71370bfee2441736db27649e9de3"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"path": "tasks/ux-user-research.md",
|
|
811
|
+
"sha256": "46db4147a79474302b99c26b7889f3f49c8441f5ea08452078e01f28076d0318"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"path": "tasks/validate-next-story.md",
|
|
815
|
+
"sha256": "0b80913d9fe171a9f573426e0b15ee3b427899526b7f21f3caa3a5159bda9523"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"path": "tasks/validate-squad.md",
|
|
819
|
+
"sha256": "bf16d1c6d1a9ce79fb4b36a619e20908a9cd9f85cb485257ab60d8c2bf7ec6b7"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"path": "tasks/verify-subtask.md",
|
|
823
|
+
"sha256": "55868796654fb99c9909fd3c5b7abe658e5b97674ca61c9569f155bfb724c7a1"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"path": "tasks/version-management.md",
|
|
827
|
+
"sha256": "40e5305e58d64f2ea5a3a839722b5da4815e1d7afef9a9c24f034e8d85e98349"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"path": "templates/architecture-tmpl.md",
|
|
831
|
+
"sha256": "3b57806d7cc75c7e7883402c69656399c11fa43e04ccb0fa0667b1f664065c7f"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"path": "templates/competitor-analysis-tmpl.md",
|
|
835
|
+
"sha256": "12d68b291a55ee6b592fb62e5bc723c8ea4448e99cd4c866c28334d00941c9ac"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"path": "templates/epic-tmpl.md",
|
|
839
|
+
"sha256": "474b517ae20740a72ee87d54c1bccb5e2b4f739c54474b3a22e978d4cb480f1f"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"path": "templates/front-end-spec-tmpl.md",
|
|
843
|
+
"sha256": "7f3b56330b795d74063edb39c86357c337379f38a16fdf1de373e9d3c607246e"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"path": "templates/market-research-tmpl.md",
|
|
847
|
+
"sha256": "82ba641de736e415a0ec73db5abf411a83b370290c410bc689cb503bd665de6c"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"path": "templates/migration-plan-tmpl.md",
|
|
851
|
+
"sha256": "2a00daf777eff2ba6d7461d364e6d3d3433402b4e3743d6733d359c913d34ac1"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"path": "templates/prd-tmpl.md",
|
|
855
|
+
"sha256": "aedeae3caf5888e0ec0db965327ba0897c3c084dd2c168cc915fb651fb4c956e"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"path": "templates/project-brief-tmpl.md",
|
|
859
|
+
"sha256": "90a65f596c74710f23439b62e224e91f8bf39ec378f6bbf117eb5b40751967d4"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"path": "templates/qa-verdict-tmpl.md",
|
|
863
|
+
"sha256": "440eddcfecd740abf9d5e85526dbf59629a138f6c43b8a1cb33882fa5806b57e"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"path": "templates/README.md",
|
|
867
|
+
"sha256": "717c60a4f0ba2ea854946a03bfb781113b08b64d19bc95082d0a375a07867456"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"path": "templates/rls-policies-tmpl.md",
|
|
871
|
+
"sha256": "201c9b3aea810a512aca1a9e89798ab4a1cb6636915ce93a7333fefbb60bfd78"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"path": "templates/schema-design-tmpl.md",
|
|
875
|
+
"sha256": "d0d508e9b8ce8910abe09147b7f131b58a764be789ef6a78d64c7fda5fb67a99"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"path": "templates/spec-tmpl.md",
|
|
879
|
+
"sha256": "b15341d22c8e4585a3dbe3f7d6f2e147c9da4c6ccc9f03069e1f4ce7c7b4b4b6"
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"path": "templates/squad/agent-dna-tmpl.md",
|
|
883
|
+
"sha256": "6c1aae7cec901efdd2ee300436543615d3158cb654ae4efacb70f9f9652cd0ad"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"path": "templates/squad/chief-dna-tmpl.md",
|
|
887
|
+
"sha256": "fe532463f7dbe3fb8e4ea39fc56c92359127488f55cf01cf0929c053e427c2bb"
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"path": "templates/squad/squad-task-tmpl.md",
|
|
891
|
+
"sha256": "07343e778f584f5025158e6fe9a84a93bf340136ea9a45bf5b814dac3f1d2b11"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"path": "templates/squad/squad-yaml-tmpl.md",
|
|
895
|
+
"sha256": "0f7187f0450608f59d79dad63457c09a326489d3cfbc0d90373ccf58aa7200b5"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"path": "templates/story-tmpl.md",
|
|
899
|
+
"sha256": "f76f1b2f0e66a3f83554487951cf611794ba040f7d4e206fa67c8d93ffb28dd7"
|
|
900
|
+
}
|
|
901
|
+
],
|
|
902
|
+
"signature": "8zDD8YH4j7KXZkfRa+A3Pj4rOARL3xlz/9UUJOCdCsdho/S7KXHWOW6KFrQtT5Ep3ywkppUCLlLlsKUXYrbJDw=="
|
|
903
|
+
}
|