🆙 Add fixed cms 🆙

This commit is contained in:
Remco
2026-02-02 19:30:21 +01:00
parent b1a2cab62d
commit b67e0ec2b9
3982 changed files with 193682 additions and 0 deletions
@@ -0,0 +1,36 @@
# Quick change
## Configuration
- **Artifacts Path**: {@artifacts_path} → `.zenflow/tasks/{task_id}`
---
## Agent Instructions
This is a quick change workflow for small or straightforward tasks where all requirements are clear from the task description.
### Your Approach
1. Proceed directly with implementation
2. Make reasonable assumptions when details are unclear
3. Do not ask clarifying questions unless absolutely blocked
4. Focus on getting the task done efficiently
This workflow also works for experiments when the feature is bigger but you don't care about implementation details.
If blocked or uncertain on a critical decision, ask the user for direction.
---
## Workflow Steps
### [ ] Step: Implementation
Implement the task directly based on the task description.
1. Make reasonable assumptions for any unclear details
2. Implement the required changes in the codebase
3. Add and run relevant tests and linters if applicable
4. Perform basic manual verification if applicable
Save a brief summary of what was done to `{@artifacts_path}/report.md` if significant changes were made.