@haus-tech/haus-workflow 0.12.1 → 0.13.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/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/dist/cli.js +303 -636
- package/library/catalog/manifest.json +31 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.
|
|
2
|
+
"version": "2.4.0",
|
|
3
3
|
"items": [
|
|
4
4
|
{
|
|
5
5
|
"id": "haus.nextjs-patterns",
|
|
@@ -1608,6 +1608,35 @@
|
|
|
1608
1608
|
"reviewStatus": "approved",
|
|
1609
1609
|
"riskLevel": "low"
|
|
1610
1610
|
},
|
|
1611
|
+
{
|
|
1612
|
+
"id": "haus.writing-documentation",
|
|
1613
|
+
"version": "1.0.0",
|
|
1614
|
+
"source": "haus",
|
|
1615
|
+
"type": "skill",
|
|
1616
|
+
"path": "skills/haus-owned/general/writing-documentation",
|
|
1617
|
+
"title": "Haus writing documentation",
|
|
1618
|
+
"purpose": "Create or refresh agent-operable project docs (CLAUDE.md, docs/SUMMARY.md, topic files) from code.",
|
|
1619
|
+
"whenToUse": "Use when the user runs the docs sync or asks to init/refresh project documentation for agent context, or after setup/commands/env/deploy/integration changes.",
|
|
1620
|
+
"whenNotToUse": "Do not use for code changes with no documentation impact, or where facts would have to be invented.",
|
|
1621
|
+
"references": [
|
|
1622
|
+
"references/claude-template.md",
|
|
1623
|
+
"references/claude-template-workspace.md",
|
|
1624
|
+
"references/summary-template.md",
|
|
1625
|
+
"references/topic-file-formats.md",
|
|
1626
|
+
"references/completeness-criteria.md",
|
|
1627
|
+
"references/validation-checklist.md"
|
|
1628
|
+
],
|
|
1629
|
+
"tokenBudget": 1200,
|
|
1630
|
+
"tags": ["workflow", "core-skill", "project-instructions"],
|
|
1631
|
+
"repoRoles": [],
|
|
1632
|
+
"requiresAny": [],
|
|
1633
|
+
"tokenEstimate": 1800,
|
|
1634
|
+
"installMode": "copy-selected",
|
|
1635
|
+
"ecosystem": "workflow",
|
|
1636
|
+
"default": true,
|
|
1637
|
+
"reviewStatus": "approved",
|
|
1638
|
+
"riskLevel": "low"
|
|
1639
|
+
},
|
|
1611
1640
|
{
|
|
1612
1641
|
"id": "haus.production-readiness-review",
|
|
1613
1642
|
"version": "1.0.0",
|
|
@@ -1637,7 +1666,7 @@
|
|
|
1637
1666
|
},
|
|
1638
1667
|
{
|
|
1639
1668
|
"id": "haus.agentic-workflow-standard",
|
|
1640
|
-
"version": "1.0.
|
|
1669
|
+
"version": "1.0.2",
|
|
1641
1670
|
"source": "haus",
|
|
1642
1671
|
"type": "template",
|
|
1643
1672
|
"path": "templates/agentic-workflow-standard.md",
|