From dffe3744609a0b62835799d0e2d487fb0b4e751c Mon Sep 17 00:00:00 2001 From: Bernd Worsch Date: Fri, 24 Oct 2025 19:14:53 +0000 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcd7b8f..3ba6b1f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ -# repo-seed +# Issue Facade - Universal CLI for Issue Tracking -A git repository template to bootstrap coulomb projects from. \ No newline at end of file +A convenient command-line facade that provides a unified interface to the repository's main issue tracker, regardless of which backend system is actually being used. + +## Purpose + +The **Issue Facade** acts as a convenient CLI wrapper that automatically detects and interfaces with whatever issue tracking system is configured for the current repository. This means you get a consistent, intuitive command-line experience whether your project uses: + +- GitHub Issues +- GitLab Issues +- Gitea Issues +- JIRA +- Local SQLite storage +- Any other supported backend + +## Philosophy + +Rather than learning different commands and workflows for each issue tracking system, the Issue Facade provides: + +- **One CLI to rule them all**: Same commands work across all backends +- **Repository-aware**: Automatically detects the relevant issue tracker for your repo +- **Offline capability**: Local SQLite fallback when remote systems are unavailable +- **Seamless sync**: Keep local and remote issue trackers synchronized \ No newline at end of file