fifony 0.1.26-next.26573b6 → 0.1.26-next.2aaa35c
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/README.md +1 -1
- package/app/dist/service-worker.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -85,7 +85,7 @@ stateDiagram-v2
|
|
|
85
85
|
|
|
86
86
|
| Step | What happens |
|
|
87
87
|
|------|-------------|
|
|
88
|
-
| **Create** | Describe what you want done. |
|
|
88
|
+
| **Create** | Describe what you want done. Hit **Enhance** — AI rewrites your title and description into a clear, actionable spec with acceptance criteria, edge cases, and suggested labels. One click turns a vague idea into a well-scoped task. |
|
|
89
89
|
| **Plan** | The planner agent generates a structured execution plan: phases, steps, target files, complexity, risks. |
|
|
90
90
|
| **Approve** | You review the plan. Optionally refine it with AI chat before approving. |
|
|
91
91
|
| **Execute** | Agents run in an isolated git worktree. Live output streams to the dashboard. |
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const CACHE_VERSION = "
|
|
1
|
+
const CACHE_VERSION = "1774028804244";
|
|
2
2
|
const CORE_CACHE = `fifony-core-${CACHE_VERSION}`;
|
|
3
3
|
const ASSET_CACHE = `fifony-assets-${CACHE_VERSION}`;
|
|
4
4
|
const APP_SHELL_ROUTES = ["/kanban", "/issues", "/agents", "/settings", "/onboarding"];
|