achira-wf 4.1.0 β 4.1.2
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/.achira/workflows/registry.json +2 -2
- package/README.md +30 -27
- package/cli.js +16 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,62 +51,65 @@ _This command installs the agents, skills, and workflows into a `.achira` direct
|
|
|
51
51
|
|
|
52
52
|
## π One-Click Scaffolding
|
|
53
53
|
|
|
54
|
-
|
|
54
|
+
Achira Workflow OS enables high-performance scaffolding directly through your AI assistant. Once `achira-wf init` is run, all templates become available as **slash commands** in your IDE.
|
|
55
55
|
|
|
56
56
|
```bash
|
|
57
57
|
# Web Foundations
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
/react # React + Vite SPA
|
|
59
|
+
/next # Next.js App Router (Fullstack)
|
|
60
|
+
/html # Vanilla HTML + CSS + JS (Vite)
|
|
61
61
|
|
|
62
62
|
# Verticals
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
/saas # Next.js + Supabase Auth/DB + Stripe
|
|
64
|
+
/landing-page # SEO-Optimized Marketing Page
|
|
65
65
|
|
|
66
66
|
# Apps & Desktop
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
/flutter # Multi-platform Dart 3 (Riverpod)
|
|
68
|
+
/avalonia # C# Desktop (Zafiro/MVVM)
|
|
69
69
|
|
|
70
70
|
# specialized
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
71
|
+
/shopify # Apps, Extensions, or Themes
|
|
72
|
+
/unity # Unity 6 LTS C# Game Dev
|
|
73
|
+
/python-backend # FastAPI / Django (managed by uv)
|
|
74
|
+
/database # Schema Design & RLS Policies
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
---
|
|
78
78
|
|
|
79
|
-
## π€ The Elite
|
|
79
|
+
## π€ The Elite Agents
|
|
80
80
|
|
|
81
81
|
Achira OS deploys a specialized task force for every domain.
|
|
82
82
|
|
|
83
|
-
| Squadron | Role
|
|
84
|
-
| :------------------ |
|
|
85
|
-
| **The Strategists** | `orchestrator`, `project-planner`, `product-owner`, `ai-specialist`
|
|
86
|
-
| **The Builders** | `frontend-specialist`, `backend-specialist`, `mobile-developer`
|
|
87
|
-
| **The Sentinels** | `security-auditor`, `penetration-tester`, `qa-automation-engineer`
|
|
88
|
-
| **The Analysts** | `database-architect`, `code-
|
|
83
|
+
| Squadron | Role |
|
|
84
|
+
| :------------------ | :------------------------------------------------------------------------------------- |
|
|
85
|
+
| **The Strategists** | `orchestrator`, `project-planner`, `product-owner`, `ai-specialist` |
|
|
86
|
+
| **The Builders** | `frontend-specialist`, `backend-specialist`, `mobile-developer` |
|
|
87
|
+
| **The Sentinels** | `security-auditor`, `penetration-tester`, `qa-automation-engineer` |
|
|
88
|
+
| **The Analysts** | `database-architect`, `code-archaeologist`, `performance-optimizer`, `devops-engineer` |
|
|
89
89
|
|
|
90
90
|
---
|
|
91
91
|
|
|
92
92
|
## π Advanced CLI Commands
|
|
93
93
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
|
97
|
-
|
|
|
98
|
-
| `achira-wf
|
|
99
|
-
| `achira-wf
|
|
94
|
+
While most day-to-day work happens via slash commands, the CLI provides core lifecycle tools.
|
|
95
|
+
|
|
96
|
+
| Command | Purpose |
|
|
97
|
+
| :----------------- | :----------------------------------------------------------- |
|
|
98
|
+
| `achira-wf init` | Install or repair the `.achira/` core in the current folder. |
|
|
99
|
+
| `achira-wf list` | View all registered workflows and templates. |
|
|
100
|
+
| `achira-wf doctor` | Check system integrity and agent health. |
|
|
100
101
|
|
|
101
102
|
---
|
|
102
103
|
|
|
103
|
-
##
|
|
104
|
+
## π± Operational Workflows
|
|
104
105
|
|
|
105
|
-
Access powerful slash commands
|
|
106
|
+
Access powerful slash commands once the OS is initialized:
|
|
106
107
|
|
|
107
108
|
- `/orchestrate`: Lead a cross-domain squad of agents.
|
|
108
109
|
- `/plan`: Generate deep implementation blueprints.
|
|
109
110
|
- `/ui-ux-pro-max`: Access 50+ unique design styles and premium UI patterns.
|
|
111
|
+
- `/debug`: Systematically investigate and resolve bugs.
|
|
112
|
+
- `/test`: Generate comprehensive test suites.
|
|
110
113
|
|
|
111
114
|
## π± Visual Showcase
|
|
112
115
|
|
package/cli.js
CHANGED
|
@@ -91,7 +91,18 @@ program
|
|
|
91
91
|
);
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
// 3.
|
|
94
|
+
// 3. Sync .cursorrules for automatic IDE rules
|
|
95
|
+
try {
|
|
96
|
+
const cursorRulesPath = path.join(target, ".cursorrules");
|
|
97
|
+
const geminiRulesPath = path.join(ACHIRA_DIR, "rules", "GEMINI.md");
|
|
98
|
+
await fs.remove(cursorRulesPath);
|
|
99
|
+
await fs.ensureSymlink(geminiRulesPath, cursorRulesPath, "file");
|
|
100
|
+
console.log(chalk.green(" β Linked .cursorrules β .achira/rules/GEMINI.md\n"));
|
|
101
|
+
} catch (err) {
|
|
102
|
+
console.log(chalk.yellow(` β Could not link .cursorrules: ${err.message}\n`));
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
// 4. Print registry summary
|
|
95
106
|
const registryFile = path.join(dest, "workflows", "registry.json");
|
|
96
107
|
if (fs.existsSync(registryFile)) {
|
|
97
108
|
try {
|
|
@@ -110,7 +121,7 @@ program
|
|
|
110
121
|
console.log(chalk.cyan(" Project Scaffolds:\n"));
|
|
111
122
|
for (const [key, val] of Object.entries(registry.templates || {})) {
|
|
112
123
|
console.log(
|
|
113
|
-
chalk.white(`
|
|
124
|
+
chalk.white(` /${key}`) +
|
|
114
125
|
chalk.gray(` β ${val.description}`),
|
|
115
126
|
);
|
|
116
127
|
}
|
|
@@ -174,14 +185,14 @@ program
|
|
|
174
185
|
process.exit(1);
|
|
175
186
|
}
|
|
176
187
|
|
|
177
|
-
console.log(chalk.cyan(`\n
|
|
188
|
+
console.log(chalk.cyan(`\n /${template}\n`));
|
|
178
189
|
console.log(chalk.green(` β Template: ${entry.description}`));
|
|
179
190
|
console.log(
|
|
180
191
|
chalk.green(` β Workflow: .achira/workflows/${entry.workflow}`),
|
|
181
192
|
);
|
|
182
193
|
console.log(
|
|
183
194
|
chalk.white(
|
|
184
|
-
`\n β
|
|
195
|
+
`\n β Follow the workflow steps in the IDE, or use the /${template} slash command.\n`,
|
|
185
196
|
),
|
|
186
197
|
);
|
|
187
198
|
});
|
|
@@ -219,7 +230,7 @@ program
|
|
|
219
230
|
console.log(chalk.cyan(" Project Scaffolds:\n"));
|
|
220
231
|
for (const [key, val] of Object.entries(registry.templates || {})) {
|
|
221
232
|
console.log(
|
|
222
|
-
chalk.white(`
|
|
233
|
+
chalk.white(` /${key}`) +
|
|
223
234
|
chalk.gray(` β ${val.description}`),
|
|
224
235
|
);
|
|
225
236
|
}
|