@eltonssouza/development-utility-kit 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.
- package/.claude/agents/analyst.md +198 -0
- package/.claude/agents/backend-developer.md +126 -0
- package/.claude/agents/brain-keeper.md +229 -0
- package/.claude/agents/code-reviewer.md +181 -0
- package/.claude/agents/database-engineer.md +94 -0
- package/.claude/agents/devops-engineer.md +141 -0
- package/.claude/agents/frontend-developer.md +97 -0
- package/.claude/agents/gate-keeper.md +118 -0
- package/.claude/agents/migrator.md +291 -0
- package/.claude/agents/mobile-developer.md +80 -0
- package/.claude/agents/n8n-specialist.md +94 -0
- package/.claude/agents/product-owner.md +115 -0
- package/.claude/agents/qa-engineer.md +232 -0
- package/.claude/agents/release-engineer.md +204 -0
- package/.claude/agents/scaffold.md +87 -0
- package/.claude/agents/security-engineer.md +199 -0
- package/.claude/agents/sprint-runner.md +44 -0
- package/.claude/agents/stack-resolver.md +84 -0
- package/.claude/agents/tech-lead.md +182 -0
- package/.claude/agents/update-template.md +54 -0
- package/.claude/agents/ux-designer.md +118 -0
- package/.claude/settings.json +44 -0
- package/.claude/skills/README.md +332 -0
- package/.claude/skills/active-project/SKILL.md +129 -0
- package/.claude/skills/api-integration-test/SKILL.md +64 -0
- package/.claude/skills/auto-test-guard/SKILL.md +237 -0
- package/.claude/skills/auto-test-guard/resources/backend-tests.md +20 -0
- package/.claude/skills/auto-test-guard/resources/e2e-tests.md +24 -0
- package/.claude/skills/auto-test-guard/resources/execution-report.md +49 -0
- package/.claude/skills/auto-test-guard/resources/frontend-tests.md +18 -0
- package/.claude/skills/auto-test-guard/resources/initial-setup.md +108 -0
- package/.claude/skills/auto-test-guard/resources/run-suite.md +48 -0
- package/.claude/skills/auto-test-guard/resources/senior-gate.md +19 -0
- package/.claude/skills/brain-keeper/SKILL.md +60 -0
- package/.claude/skills/brain-keeper/obsidian/app.json +9 -0
- package/.claude/skills/brain-keeper/obsidian/appearance.json +4 -0
- package/.claude/skills/brain-keeper/obsidian/core-plugins.json +20 -0
- package/.claude/skills/brain-keeper/obsidian/daily-notes.json +5 -0
- package/.claude/skills/brain-keeper/obsidian/graph.json +32 -0
- package/.claude/skills/brain-keeper/obsidian/snippets/folder-colors.css +90 -0
- package/.claude/skills/brain-keeper/obsidian/templates.json +5 -0
- package/.claude/skills/brain-keeper/templates/README.md +51 -0
- package/.claude/skills/brain-keeper/templates/adr.md +40 -0
- package/.claude/skills/brain-keeper/templates/bug.md +35 -0
- package/.claude/skills/brain-keeper/templates/daily.md +38 -0
- package/.claude/skills/brain-keeper/templates/feature.md +62 -0
- package/.claude/skills/brain-keeper/templates/meeting.md +34 -0
- package/.claude/skills/brain-keeper/templates/tech-debt.md +21 -0
- package/.claude/skills/caveman/SKILL.md +187 -0
- package/.claude/skills/create-stack-pack/SKILL.md +281 -0
- package/.claude/skills/grill-me/SKILL.md +79 -0
- package/.claude/skills/honcho-memory/SKILL.md +207 -0
- package/.claude/skills/honcho-memory/docs/api-endpoints-verified.md +75 -0
- package/.claude/skills/honcho-memory/hooks/on-prompt-submit.js +221 -0
- package/.claude/skills/honcho-memory/hooks/on-stop.js +193 -0
- package/.claude/skills/honcho-memory/lib/honcho-client.js +363 -0
- package/.claude/skills/honcho-memory/lib/memory-injector.js +93 -0
- package/.claude/skills/honcho-memory/package.json +32 -0
- package/.claude/skills/honcho-memory/scripts/cli.js +370 -0
- package/.claude/skills/honcho-memory/scripts/setup.js +109 -0
- package/.claude/skills/honcho-memory/tests/t001-api-endpoints-verified.test.js +89 -0
- package/.claude/skills/honcho-memory/tests/t002-structure.test.js +97 -0
- package/.claude/skills/honcho-memory/tests/t003-honcho-client.test.js +162 -0
- package/.claude/skills/honcho-memory/tests/t004-soft-delete.test.js +259 -0
- package/.claude/skills/honcho-memory/tests/t005-memory-injector.test.js +175 -0
- package/.claude/skills/honcho-memory/tests/t006-on-prompt-submit.test.js +215 -0
- package/.claude/skills/honcho-memory/tests/t007-on-stop.test.js +165 -0
- package/.claude/skills/honcho-memory/tests/t008-cli.test.js +214 -0
- package/.claude/skills/honcho-memory/tests/t009-setup.test.js +232 -0
- package/.claude/skills/honcho-memory/tests/t010-skill-md.test.js +114 -0
- package/.claude/skills/honcho-memory/tests/t011-settings-hooks.test.js +105 -0
- package/.claude/skills/honcho-memory/tests/t012-docs-update.test.js +106 -0
- package/.claude/skills/honcho-memory/tests/t013-smoke-e2e.test.js +90 -0
- package/.claude/skills/pair-debug/SKILL.md +288 -0
- package/.claude/skills/prd-ready-check/SKILL.md +58 -0
- package/.claude/skills/project-manager/SKILL.md +167 -0
- package/.claude/skills/quality-standards/SKILL.md +201 -0
- package/.claude/skills/quick-feature/SKILL.md +264 -0
- package/.claude/skills/run-sprint/SKILL.md +342 -0
- package/.claude/skills/scaffold/SKILL.md +58 -0
- package/.claude/skills/stack-discovery/SKILL.md +159 -0
- package/.claude/skills/test-coverage-auditor/SKILL.md +59 -0
- package/.claude/skills/to-issues/SKILL.md +163 -0
- package/.claude/skills/to-prd/SKILL.md +130 -0
- package/.claude/skills/update-template/SKILL.md +254 -0
- package/.claude/stacks/CODEOWNERS +30 -0
- package/.claude/stacks/README.md +88 -0
- package/.claude/stacks/_template.md +116 -0
- package/.claude/stacks/java/spring-boot-3.md +376 -0
- package/.claude/stacks/java/spring-boot-4.md +438 -0
- package/.claude/stacks/typescript/angular-18.md +420 -0
- package/.claude/stacks/typescript/angular-19.md +397 -0
- package/.claude/stacks/typescript/angular-21.md +494 -0
- package/CLAUDE.md +453 -0
- package/README.md +391 -0
- package/bin/cli.js +773 -0
- package/bin/lib/backup.js +62 -0
- package/bin/lib/detect-stack.js +476 -0
- package/bin/lib/help.js +233 -0
- package/bin/lib/identity.js +108 -0
- package/bin/lib/local-dir.js +69 -0
- package/bin/lib/manifest.js +236 -0
- package/bin/lib/sync-all.js +394 -0
- package/bin/lib/version-check.js +398 -0
- package/dashboard/db.js +199 -0
- package/dashboard/package.json +22 -0
- package/dashboard/public/app.js +709 -0
- package/dashboard/public/content/docs/agents-reference.en.md +911 -0
- package/dashboard/public/content/docs/architecture-overview.en.md +260 -0
- package/dashboard/public/content/docs/autonomy-matrix.en.md +186 -0
- package/dashboard/public/content/docs/git-flow.en.md +525 -0
- package/dashboard/public/content/docs/honcho-memory.en.md +394 -0
- package/dashboard/public/content/docs/hooks-reference.en.md +420 -0
- package/dashboard/public/content/docs/pipeline.en.md +400 -0
- package/dashboard/public/content/docs/quality-gate.en.md +315 -0
- package/dashboard/public/content/docs/skills-reference.en.md +500 -0
- package/dashboard/public/content/docs/stack-rules.en.md +362 -0
- package/dashboard/public/content/docs/troubleshooting.en.md +637 -0
- package/dashboard/public/content/manifest.json +102 -0
- package/dashboard/public/content/manual/backend.en.md +1138 -0
- package/dashboard/public/content/manual/existing-project.en.md +831 -0
- package/dashboard/public/content/manual/frontend.en.md +1065 -0
- package/dashboard/public/content/manual/fullstack.en.md +1508 -0
- package/dashboard/public/content/manual/mobile.en.md +866 -0
- package/dashboard/public/index.html +108 -0
- package/dashboard/public/style.css +610 -0
- package/dashboard/public/vendor/marked.min.js +69 -0
- package/dashboard/rtk.js +143 -0
- package/dashboard/server-app.js +403 -0
- package/dashboard/server.js +104 -0
- package/dashboard/test/sprint1.test.js +406 -0
- package/dashboard/test/sprint2.test.js +571 -0
- package/dashboard/test/sprint3.test.js +560 -0
- package/package.json +33 -0
- package/scripts/hooks/subagent-telemetry.sh +14 -0
- package/scripts/hooks/telemetry-writer.js +250 -0
- package/scripts/latest-versions.json +56 -0
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manual": [
|
|
3
|
+
{
|
|
4
|
+
"slug": "backend",
|
|
5
|
+
"id": "backend",
|
|
6
|
+
"title": "Backend",
|
|
7
|
+
"path": "dashboard/public/content/manual/backend.en.md"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"slug": "frontend",
|
|
11
|
+
"id": "frontend",
|
|
12
|
+
"title": "Frontend",
|
|
13
|
+
"path": "dashboard/public/content/manual/frontend.en.md"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"slug": "fullstack",
|
|
17
|
+
"id": "fullstack",
|
|
18
|
+
"title": "Fullstack",
|
|
19
|
+
"path": "dashboard/public/content/manual/fullstack.en.md"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"slug": "mobile",
|
|
23
|
+
"id": "mobile",
|
|
24
|
+
"title": "Mobile",
|
|
25
|
+
"path": "dashboard/public/content/manual/mobile.en.md"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"slug": "existing-project",
|
|
29
|
+
"id": "existing-project",
|
|
30
|
+
"title": "Existing project adoption",
|
|
31
|
+
"path": "dashboard/public/content/manual/existing-project.en.md"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"docs": [
|
|
35
|
+
{
|
|
36
|
+
"slug": "architecture-overview",
|
|
37
|
+
"id": "architecture-overview",
|
|
38
|
+
"title": "Architecture overview",
|
|
39
|
+
"path": "dashboard/public/content/docs/architecture-overview.en.md"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"slug": "agents-reference",
|
|
43
|
+
"id": "agents-reference",
|
|
44
|
+
"title": "Agents reference",
|
|
45
|
+
"path": "dashboard/public/content/docs/agents-reference.en.md"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"slug": "skills-reference",
|
|
49
|
+
"id": "skills-reference",
|
|
50
|
+
"title": "Skills reference",
|
|
51
|
+
"path": "dashboard/public/content/docs/skills-reference.en.md"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"slug": "hooks-reference",
|
|
55
|
+
"id": "hooks-reference",
|
|
56
|
+
"title": "Hooks reference",
|
|
57
|
+
"path": "dashboard/public/content/docs/hooks-reference.en.md"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"slug": "honcho-memory",
|
|
61
|
+
"id": "honcho-memory",
|
|
62
|
+
"title": "Honcho memory",
|
|
63
|
+
"path": "dashboard/public/content/docs/honcho-memory.en.md"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"slug": "autonomy-matrix",
|
|
67
|
+
"id": "autonomy-matrix",
|
|
68
|
+
"title": "Autonomy matrix",
|
|
69
|
+
"path": "dashboard/public/content/docs/autonomy-matrix.en.md"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"slug": "pipeline",
|
|
73
|
+
"id": "pipeline",
|
|
74
|
+
"title": "Development pipeline",
|
|
75
|
+
"path": "dashboard/public/content/docs/pipeline.en.md"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"slug": "quality-gate",
|
|
79
|
+
"id": "quality-gate",
|
|
80
|
+
"title": "Quality Gate Senior+",
|
|
81
|
+
"path": "dashboard/public/content/docs/quality-gate.en.md"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"slug": "stack-rules",
|
|
85
|
+
"id": "stack-rules",
|
|
86
|
+
"title": "Stack rules",
|
|
87
|
+
"path": "dashboard/public/content/docs/stack-rules.en.md"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"slug": "git-flow",
|
|
91
|
+
"id": "git-flow",
|
|
92
|
+
"title": "Git Flow and commit conventions",
|
|
93
|
+
"path": "dashboard/public/content/docs/git-flow.en.md"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"slug": "troubleshooting",
|
|
97
|
+
"id": "troubleshooting",
|
|
98
|
+
"title": "Troubleshooting",
|
|
99
|
+
"path": "dashboard/public/content/docs/troubleshooting.en.md"
|
|
100
|
+
}
|
|
101
|
+
]
|
|
102
|
+
}
|