-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Josemalyson Oliveira edited this page Jun 27, 2026
·
1 revision
Common issues and solutions.
Solution:
chmod +x setup
./setupSolution:
HES is not a CLI tool. It's a skill-based system that works within your AI coding assistant. Use:
/hes status
in your AI assistant, not in the terminal.
Solution:
Ensure the skill files are in the correct location:
# For Claude Code
ls ~/.claude/skills/hes/
# For Cursor
ls ~/.cursor/skills/hes/Solution:
Check the gate conditions:
/hes status
The output will show what's missing.
Solution:
Complete the required artifacts for the current phase. For example, in DISCOVERY:
- Create
docs/discovery.md - Document business rules
- Get user approval
Solution:
The agent has taken too many actions. Options:
- Complete the current task manually
- Use
/hes skip --reason "budget exceeded" - Start a new session with
/hes session --restore
Solution:
Bootstrap the project:
/hes start
Solution:
Recovery options:
- Restore from checkpoint:
/hes session --restore - Start fresh:
/hes uninstallthen/hes install
Solution:
- Check
.hes/state/current.json - Restore from backup or checkpoint
- If needed, reinstall:
/hes uninstallthen/hes install
Solution:
- Review the security findings
- Fix critical/high issues
- Run security scan again:
/hes security
Solution:
- Document the false positive
- Skip with justification:
/hes skip --reason "false positive: ..."
Solution:
- Check step budget usage
- Reduce context size
- Use
/hes session --saveand start fresh
Solution:
- Offload large outputs to files
- Start a new session
- Use
/hes session --restore
Solution:
This is expected. Complete the SECURITY phase first, then commit.
Solution:
- Resolve the conflict manually
- Update the state file if needed
- Resume with
/hes status
Solution:
- Check if the AI assistant is running
- Restart the session
- Try a different command
Solution:
- Check the current phase:
/hes status - Manually load the correct skill:
/hes <phase>
If you encounter an issue not listed here:
- Check the FAQ
- Search GitHub Issues
- Open a new issue with:
- Description of the problem
- Steps to reproduce
-
.hes/state/current.jsoncontents - System information
Last updated: June 2026