Add open-source production front door for AIhero v0.1 - #1
Conversation
Ship a professional GitHub presence (README, MIT license, community docs, CI, issue/PR templates) plus release notes and visual QA screenshots so the repo is ready for public use without waiting on notarization. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 9 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (19)
📒 Files selected for processing (18)
Comment |
There was a problem hiding this comment.
Pull request overview
Adds an open-source “front door” for AIhero v0.1: public-facing repo docs/policies, GitHub community templates, and a minimal macOS CI workflow, plus doc lifecycle updates moving v0.1 materials into documentation/completed/.
Changes:
- Add root repo documentation and policies (README, LICENSE, CONTRIBUTING, SECURITY, Code of Conduct) and reference docs for releases/screenshots.
- Add GitHub community plumbing: CI workflow, PR template, and issue forms with privacy checklist.
- Close out v0.1 milestone docs and refresh the engineering handoff to reflect the new structure and release procedure.
Reviewed changes
Copilot reviewed 16 out of 30 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| SECURITY.md | Adds security policy and threat model for on-device privacy constraints. |
| README.md | Adds public-facing product overview, screenshots, quickstart, and docs links. |
| LICENSE | Adds MIT license text for open-source distribution. |
| documentation/reference/screenshots/README.md | Documents how screenshots are generated for README/QA. |
| documentation/reference/RELEASE.md | Documents versioning and release steps, including cert-gated notarization. |
| documentation/reference/HANDOFF.md | Updates status, doc locations, and onboarding guidance for v0.1. |
| documentation/planned/features/2026-07-18_ai-hero-art-pipeline.md | Clarifies planned status as post‑v0.1 (not part of OSS launch). |
| documentation/completed/milestones/2026-07-18_production-hardening.md | Marks production hardening as completed and links to release guidance. |
| documentation/completed/milestones/2026-07-17_aihero-native-mvp.md | Marks MVP as completed and updates “notes for next engineer”. |
| documentation/active/.gitkeep | Keeps the documentation/active/ directory in the repo. |
| CONTRIBUTING.md | Adds contribution guidelines and reiterates privacy “hard rules”. |
| CODE_OF_CONDUCT.md | Adds Contributor Covenant-based code of conduct. |
| .github/workflows/ci.yml | Adds macOS-14 Swift build/test CI workflow. |
| .github/PULL_REQUEST_TEMPLATE.md | Adds PR template with test plan and privacy checklist. |
| .github/ISSUE_TEMPLATE/feature.yml | Adds feature request issue form with privacy fit checklist. |
| .github/ISSUE_TEMPLATE/bug.yml | Adds bug report issue form with environment/version prompts. |
| .github/ISSUE_TEMPLATE/config.yml | Disables blank issues and adds a security contact link. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| AIhero's north star is **"fun, not bloat."** Features that feel like an | ||
| admin console, telemetry panel, or settings explosion are out of scope. | ||
| Privacy constraints in [SECURITY.md](../SECURITY.md) still apply. |
| Thanks for filing a bug. If this is a **security / privacy** concern | ||
| (uploads, API keys, reading tool contents, writing other tools' configs), | ||
| please use [SECURITY.md](../SECURITY.md) instead of a public issue. |
Expand the README into a full product landing page, add web-sized docs/images, and pin CI to macOS 15 / Xcode 16.4 so the tools-version 6.0 package builds. Co-authored-by: Cursor <cursoragent@cursor.com>
Summary
macos-14build + test) plus issue/PR templates with an on-device privacy checklistcompleted/milestones/, refresh HANDOFF, and document cert-gated notarization inRELEASE.mdTest plan
swift build && swift test(52/0)swift run AIhero --render documentation/reference/screenshotsScripts/make_app.sh release→--versionreports0.1.0Made with Cursor