. 📂 jjConfig
├── 📄 CONTRIBUTING.md
├── 📄 FORCE_PUSH_WARNING.md
├── 📄 IMPLEMENTATION.md
├── 📄 LICENSE
├── 📄 Makefile
├── 📄 PR_DESCRIPTION.md
├── 📄 QUICKSTART.md
├── 📄 README.md
├── 📄 RELEASE_NOTES.md
├── 📄 RELEASE_NOTES_v1.1.1.md
├── 📄 SECURITY_FIX.md
├── 📄 TASKS.md
├── 📄 TROUBLESHOOTING.md
├── 📄 Task4.md
└── 📂 aliases/
│ ├── 📄 README.md
│ ├── 📄 advanced-workflows.toml
│ ├── 📄 community-collection.toml
│ ├── 📄 tier2-intermediate.toml
│ ├── 📄 tier3-expert.toml
└── 📂 backups/
│ ├── 📄 VERSION_HISTORY.md
│ └── 📂 v0.1.0-original/
│ ├── 📄 config.toml
│ ├── 📄 metadata.json
│ └── 📂 v1.0.0-optimized/
│ ├── 📄 config.toml
│ ├── 📄 metadata.json
│ └── 📂 v1.0.2-init-alias/
│ ├── 📄 config.toml
│ ├── 📄 metadata.json
│ └── 📂 v1.1.0-mcp-integration/
│ ├── 📄 config.toml
├── 📄 config-v1-draft.toml
├── 📄 config-v1.1.0-draft.toml
├── 📄 config.toml
├── 📄 config.toml.backup
├── 📄 config.toml.backup-before-repomix
├── 📄 config_update_git_confirm.txt
└── 📂 git-configs/
│ ├── 📄 README.md
│ ├── 📄 tier2-git-settings.toml
│ ├── 📄 tier3-git-advanced.toml
├── 📄 git-settings-analysis.md
├── 📄 relay.config.json
└── 📂 revsets/
└── 📂 revsets-config/
│ ├── 📄 README.md
│ ├── 📄 community-revsets-patterns.toml
│ ├── 📄 tier2-revsets-settings.toml
│ ├── 📄 tier3-advanced-revsets.toml
│ ├── 📄 willhbr-pattern.toml
│ ├── 📄 README.md
│ ├── 📄 community-patterns.toml
│ ├── 📄 tier2-workflow.toml
│ ├── 📄 tier3-advanced.toml
└── 📂 scripts/
│ ├── 📄 README.md
│ ├── 📄 gh-helper.sh
└── 📂 template-configs/
│ ├── 📄 README.md
│ ├── 📄 community-templates.toml
│ ├── 📄 tier2-template-aliases.toml
│ ├── 📄 tier3-custom-templates.toml
└── 📂 templates/
│ ├── 📄 README-mcp-section.md
│ └── 📂 mcp-hooks/
│ ├── 📄 README.md
│ ├── 📄 post-checkout
│ ├── 📄 post-commit
│ ├── 📄 post-merge
│ └── 📂 repomix-hooks/
│ ├── 📄 README.md
│ ├── 📄 post-checkout
│ ├── 📄 post-commit
│ ├── 📄 post-merge
│ └── 📂 security-hooks/
│ ├── 📄 README.md
│ ├── 📄 git-confirm-setup.sh
│ ├── 📄 pre-commit
│ ├── 📄 pre-push
├── 📄 ui-analysis.md
└── 📂 ui-configs/
│ ├── 📄 README.md
│ ├── 📄 synthwave84-colors.toml
│ ├── 📄 tier2-ui-settings.toml
│ └── 📄 tier3-advanced-ui.toml