Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
day: "monday"
open-pull-requests-limit: 10
reviewers:
- "Sensible-Analytics"
- "crewcircle"
labels:
- "dependencies"
- "security"
Expand Down
4 changes: 2 additions & 2 deletions ARCHITECTURAL_GUARDRAILS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -482,4 +482,4 @@ SPLIT IF:

---

*These guardrails ensure AI-generated code maintains structural integrity across all Sensible Analytics projects.*
*These guardrails ensure AI-generated code maintains structural integrity across all CrewCircle projects.*
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<strong>Scan a card. Save a contact. Done.</strong>
</p>

[![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)
Expand All @@ -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)

---

Expand Down Expand Up @@ -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) |

---

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)

---

<p align="center">
Made with ❤️ by <a href="https://github.com/Sensible-Analytics">Sensible Analytics</a>
Made with ❤️ by <a href="https://github.com/crewcircle">CrewCircle</a>
</p>
4 changes: 2 additions & 2 deletions docs/ARCHITECTURAL_GUARDRAILS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -482,4 +482,4 @@ SPLIT IF:

---

*These guardrails ensure AI-generated code maintains structural integrity across all Sensible Analytics projects.*
*These guardrails ensure AI-generated code maintains structural integrity across all CrewCircle projects.*
4 changes: 2 additions & 2 deletions docs/adr/TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---
Expand Down
4 changes: 2 additions & 2 deletions docs/architecture/ARCHITECTURAL_GUARDRAILS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -482,4 +482,4 @@ SPLIT IF:

---

*These guardrails ensure AI-generated code maintains structural integrity across all Sensible Analytics projects.*
*These guardrails ensure AI-generated code maintains structural integrity across all CrewCircle projects.*
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,14 +565,14 @@ <h3>Native Android</h3>
<h2 class="section-title">Get CardSnap Free</h2>
<p>Download from GitHub Releases or install directly from the APK file.</p>
<div class="download-buttons">
<a href="https://github.com/Sensible-Analytics/CardSnap/releases" class="store-badge" target="_blank" rel="noopener">
<a href="https://github.com/crewcircle/CardSnap/releases" class="store-badge" target="_blank" rel="noopener">
<svg viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z"/></svg>
<div class="store-badge-text">
<small>Download from</small>
<span>GitHub Releases</span>
</div>
</a>
<a href="https://github.com/Sensible-Analytics/CardSnap" class="btn btn-secondary" target="_blank" rel="noopener">
<a href="https://github.com/crewcircle/CardSnap" class="btn btn-secondary" target="_blank" rel="noopener">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
View Source
</a>
Expand All @@ -586,10 +586,10 @@ <h2 class="section-title">Get CardSnap Free</h2>
<footer>
<div class="container footer-content">
<div>
<p>&copy; 2024 CardSnap. Built by Sensible Analytics.</p>
<p>&copy; 2024 CardSnap. Built by CrewCircle.</p>
</div>
<div class="footer-links">
<a href="https://github.com/Sensible-Analytics/CardSnap">GitHub</a>
<a href="https://github.com/crewcircle/CardSnap">GitHub</a>
<a href="docs/PRIVACY_POLICY.md">Privacy Policy</a>
<a href="docs/SECURITY.md">Security</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/policy/PRIVACY_POLICY.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ If you have questions about this Privacy Policy, please contact us:

**Email**: privacy@cardsnap.app

**GitHub**: https://github.com/Sensible-Analytics/CardSnap
**GitHub**: https://github.com/crewcircle/CardSnap
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Sensible-Analytics/CardSnap.git"
"url": "https://github.com/crewcircle/CardSnap.git"
},
"bugs": {
"url": "https://github.com/Sensible-Analytics/CardSnap/issues"
"url": "https://github.com/crewcircle/CardSnap/issues"
},
"homepage": "https://github.com/Sensible-Analytics/CardSnap#readme",
"homepage": "https://github.com/crewcircle/CardSnap#readme",
"keywords": [
"kotlin",
"android",
Expand All @@ -21,6 +21,6 @@
"jetpack-compose",
"ml-kit"
],
"author": "Sensible Analytics",
"author": "CrewCircle",
"license": "MIT"
}
Loading