diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 20abf977..47fdfa44 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,7 +8,7 @@ body: Thanks for taking the time to report a bug! Please search existing issues first to avoid duplicates. ⚠️ **Security Issues**: Do NOT use this template for security vulnerabilities. - Please email [security@sensibleanalytics.co](mailto:security@sensibleanalytics.co) instead. + Please email [security@crewcircle.co](mailto:security@crewcircle.co) instead. - type: checkboxes id: pre-flight diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5b2e05df..6cb0e7c7 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,17 +1,17 @@ blank_issues_enabled: false contact_links: - name: ❓ Ask a Question - url: https://github.com/orgs/Sensible-Analytics/discussions/categories/q-a + url: https://github.com/orgs/crewcircle/discussions/categories/q-a about: Ask questions and get help from the community - name: 💡 Feature Ideas & Discussions - url: https://github.com/orgs/Sensible-Analytics/discussions/categories/ideas + url: https://github.com/orgs/crewcircle/discussions/categories/ideas about: Share and discuss feature ideas before creating a formal request - name: 🛡️ Report a Security Vulnerability - url: https://github.com/Sensible-Analytics/.github/blob/main/SECURITY.md + url: https://github.com/crewcircle/.github/blob/main/SECURITY.md about: Please report security vulnerabilities privately via email - name: 📖 Documentation Issue - url: https://github.com/Sensible-Analytics/.github/issues/new?template=bug_report.yml + url: https://github.com/crewcircle/.github/issues/new?template=bug_report.yml about: Report documentation errors or suggest improvements diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 67b51761..c4e435e5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -7,7 +7,7 @@ body: value: | Thanks for taking the time to suggest a feature! Please search existing issues and discussions first. - 💡 **Tip**: For questions or help, use [Discussions](https://github.com/orgs/Sensible-Analytics/discussions) instead. + 💡 **Tip**: For questions or help, use [Discussions](https://github.com/orgs/crewcircle/discussions) instead. - type: checkboxes id: pre-flight diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6404dde4..31513435 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: day: "monday" open-pull-requests-limit: 10 reviewers: - - "Sensible-Analytics" + - "crewcircle" labels: - "dependencies" - "security" diff --git a/ARCHITECTURAL_GUARDRAILS.md b/ARCHITECTURAL_GUARDRAILS.md index 2e77780c..7cd8d4db 100644 --- a/ARCHITECTURAL_GUARDRAILS.md +++ b/ARCHITECTURAL_GUARDRAILS.md @@ -1,6 +1,6 @@ # Architectural Guardrails for AI-Generated Code -> **Purpose**: Enforce architectural constraints on AI-generated code at Sensible Analytics +> **Purpose**: Enforce architectural constraints on AI-generated code at CrewCircle > **Audience**: AI agents, developers, and CI/CD pipelines > **Last Updated**: April 2026 @@ -482,4 +482,4 @@ SPLIT IF: --- -*These guardrails ensure AI-generated code maintains structural integrity across all Sensible Analytics projects.* \ No newline at end of file +*These guardrails ensure AI-generated code maintains structural integrity across all CrewCircle projects.* \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e88051e4..83b27174 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ Thank you for considering contributing to CardSnap! Please read this guide to un ### Installation ```bash -git clone https://github.com/Sensible-Analytics/CardSnap.git +git clone https://github.com/crewcircle/CardSnap.git cd CardSnap npm install cd ios && pod install && cd .. diff --git a/README.md b/README.md index 31190f26..4ff46982 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Scan a card. Save a contact. Done.

-[![CI](https://github.com/Sensible-Analytics/CardScannerApp/actions/workflows/ci.yml/badge.svg)](https://github.com/Sensible-Analytics/CardScannerApp/actions/workflows/ci.yml) -[![Android Build](https://github.com/Sensible-Analytics/CardScannerApp/actions/workflows/android-build.yml/badge.svg)](https://github.com/Sensible-Analytics/CardScannerApp/actions/workflows/android-build.yml) +[![CI](https://github.com/crewcircle/CardScannerApp/actions/workflows/ci.yml/badge.svg)](https://github.com/crewcircle/CardScannerApp/actions/workflows/ci.yml) +[![Android Build](https://github.com/crewcircle/CardScannerApp/actions/workflows/android-build.yml/badge.svg)](https://github.com/crewcircle/CardScannerApp/actions/workflows/android-build.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Kotlin](https://img.shields.io/badge/Kotlin-1.9.22-blue.svg)](https://kotlinlang.org) [![Min SDK](https://img.shields.io/badge/Min%20SDK-26-green.svg)](https://developer.android.com/distribute/best-practices/develop/target-sdk) @@ -18,7 +18,7 @@ CardSnap is a professional business card scanner built with **native Kotlin** and **Jetpack Compose**. It uses Google's ML Kit for OCR to extract contact details from business card photos, then intelligently parses and saves them to your device contacts. -🌐 **[Try CardSnap](https://sensible-analytics.github.io/CardScannerApp/)** | [Download APK](https://github.com/Sensible-Analytics/CardScannerApp/releases) | [Report Bug](https://github.com/Sensible-Analytics/CardScannerApp/issues) +🌐 **[Try CardSnap](https://crewcircle.github.io/CardScannerApp/)** | [Download APK](https://github.com/crewcircle/CardScannerApp/releases) | [Report Bug](https://github.com/crewcircle/CardScannerApp/issues) --- @@ -86,8 +86,8 @@ CardSnap follows the **MVVM architecture** with clean separation of concerns: | Version | Type | Link | |---------|------|------| -| Latest Debug APK | Debug | [Download from Releases](https://github.com/Sensible-Analytics/CardScannerApp/releases) | -| Latest Release APK | Release | [Download from Releases](https://github.com/Sensible-Analytics/CardScannerApp/releases) | +| Latest Debug APK | Debug | [Download from Releases](https://github.com/crewcircle/CardScannerApp/releases) | +| Latest Release APK | Release | [Download from Releases](https://github.com/crewcircle/CardScannerApp/releases) | --- @@ -136,7 +136,7 @@ Review the extracted contact details, edit any fields if needed, then save to yo ```bash # Clone the repository -git clone https://github.com/Sensible-Analytics/CardScannerApp.git +git clone https://github.com/crewcircle/CardScannerApp.git cd CardScannerApp # Build debug APK @@ -185,11 +185,11 @@ We welcome contributions! Please read our [Contributing Guide](CONTRIBUTING.md) ## 📞 Support -- **Issues**: [GitHub Issues](https://github.com/Sensible-Analytics/CardScannerApp/issues) -- **Discussions**: [GitHub Discussions](https://github.com/Sensible-Analytics/CardScannerApp/discussions) +- **Issues**: [GitHub Issues](https://github.com/crewcircle/CardScannerApp/issues) +- **Discussions**: [GitHub Discussions](https://github.com/crewcircle/CardScannerApp/discussions) ---

- Made with ❤️ by Sensible Analytics + Made with ❤️ by CrewCircle

diff --git a/docs/ARCHITECTURAL_GUARDRAILS.md b/docs/ARCHITECTURAL_GUARDRAILS.md index 2e77780c..7cd8d4db 100644 --- a/docs/ARCHITECTURAL_GUARDRAILS.md +++ b/docs/ARCHITECTURAL_GUARDRAILS.md @@ -1,6 +1,6 @@ # Architectural Guardrails for AI-Generated Code -> **Purpose**: Enforce architectural constraints on AI-generated code at Sensible Analytics +> **Purpose**: Enforce architectural constraints on AI-generated code at CrewCircle > **Audience**: AI agents, developers, and CI/CD pipelines > **Last Updated**: April 2026 @@ -482,4 +482,4 @@ SPLIT IF: --- -*These guardrails ensure AI-generated code maintains structural integrity across all Sensible Analytics projects.* \ No newline at end of file +*These guardrails ensure AI-generated code maintains structural integrity across all CrewCircle projects.* \ No newline at end of file diff --git a/docs/adr/TEMPLATE.md b/docs/adr/TEMPLATE.md index c0d95b09..a586ba41 100644 --- a/docs/adr/TEMPLATE.md +++ b/docs/adr/TEMPLATE.md @@ -85,8 +85,8 @@ What becomes easier or more difficult to do because of this change? ## References -- [Related Issue #NNN](https://github.com/Sensible-Analytics/CardSnap/issues/NNN) -- [Related PR #NNN](https://github.com/Sensible-Analytics/CardSnap/pull/NNN) +- [Related Issue #NNN](https://github.com/crewcircle/CardSnap/issues/NNN) +- [Related PR #NNN](https://github.com/crewcircle/CardSnap/pull/NNN) - [External Documentation](url) --- diff --git a/docs/architecture/ARCHITECTURAL_GUARDRAILS.md b/docs/architecture/ARCHITECTURAL_GUARDRAILS.md index 2e77780c..7cd8d4db 100644 --- a/docs/architecture/ARCHITECTURAL_GUARDRAILS.md +++ b/docs/architecture/ARCHITECTURAL_GUARDRAILS.md @@ -1,6 +1,6 @@ # Architectural Guardrails for AI-Generated Code -> **Purpose**: Enforce architectural constraints on AI-generated code at Sensible Analytics +> **Purpose**: Enforce architectural constraints on AI-generated code at CrewCircle > **Audience**: AI agents, developers, and CI/CD pipelines > **Last Updated**: April 2026 @@ -482,4 +482,4 @@ SPLIT IF: --- -*These guardrails ensure AI-generated code maintains structural integrity across all Sensible Analytics projects.* \ No newline at end of file +*These guardrails ensure AI-generated code maintains structural integrity across all CrewCircle projects.* \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index e5817dc4..7bad37de 100644 --- a/docs/index.html +++ b/docs/index.html @@ -565,14 +565,14 @@

Native Android

Get CardSnap Free

Download from GitHub Releases or install directly from the APK file.

- +
Download from GitHub Releases
- + View Source @@ -586,10 +586,10 @@

Get CardSnap Free