Documentation
README
Project Context
- CLAUDE.md: !
find . -maxdepth 1 -name "CLAUDE.md" -type f - AGENTS.md: !
find . -maxdepth 1 -name "AGENTS.md" -type f - project-discovery.md: !
find . -maxdepth 3 -name "project-discovery.md" -type f - Rules directory: !
find . -maxdepth 4 -type d -path "*/.claude/rules/coding-standards" - personal config directory: !
bash "${CLAUDE_PLUGIN_ROOT}/scripts/han-config-dir.sh" 2>/dev/null || echo "$HOME/.claude" - project .han/config.md: !
cat .han/config.md 2>/dev/null || echo ""
This is the opening of the README. Read the full README on GitHub.