🤖 AI Workflow System - Turn your tasks into smart multi-agent workflows with specialized bots for different teams (Dev, PM, QA, etc.) that work together automatically
Stars
30
Forks
1
Watchers
30
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
79
commits
Enhance documentation in README and update plan creation instructions in rules. Added a link to DeepWiki documentation for better user guidance and clarified the plan creation step to specify updating the session file.
60b2070View on GitHubFix version checking - use git commands instead of API, fix update commands to work from any directory location
b9630cbView on GitHubFix update commands - add git reset --hard latest to force update when already on latest tag
afed45aView on GitHubFix version checking procedure - centralize logic, ensure user messages display, fix version comparison logic to handle 'latest' tag properly
cb5f2f1View on GitHubFix update commands - replace git reset with git checkout latest for more reliable updates
b7e01ddView on GitHubRefine version check and onboarding rules in documentation. Update version check process to include explicit user prompts and improve clarity of update notifications. Ensure onboarding does not trigger automatically, reinforcing user interaction during setup.
993ff39View on GitHubUpdate .gitignore to include release automation script and ensure proper handling of ai_workflow_plan.md. This enhances project organization by excluding unnecessary files and adding relevant scripts for deployment.
de39988View on GitHubRefine version check instructions in rules documentation. Simplify update notification messages to direct users to run '/help update' for instructions, enhancing clarity and user experience during the update process.
8b38934View on GitHubRefine README instructions for fetching the latest stable version by replacing the checkout command with a reset command. This change simplifies the update process and ensures users are always aligned with the latest version of the workflow system.
9fd15f8View on GitHubUpdate README to include command for deleting the 'latest' tag before checking out the latest stable version. This ensures a smoother transition to the most current version and prevents potential conflicts during setup.
719de84View on GitHubUpdate version check instructions in rules documentation to simplify update process. Change notification message to direct users to the 'latest' branch for updates, enhancing clarity and ensuring users are informed of the most current version available.
e6f5125View on GitHubUpdate README to change the cloning command to use the 'latest' branch and revise instructions for fetching the latest stable version. This enhances user experience by simplifying the setup process and ensuring users are directed to the most current version of the workflow system.
e852693View on GitHubRevise onboarding and session start rules in documentation to clarify execution conditions. Introduce explicit triggers for the 'start' command and ensure onboarding does not initiate automatically. This improves user guidance and reinforces the requirement for user interaction during setup.
4576ca3View on GitHubImplement version check and session start rules in workflow documentation. Add last_version_check field to user_config_template.json for tracking updates. This enhances user experience by ensuring users are notified of available updates and maintaining session integrity.
17b415bView on GitHub