1.5 KiB
1.5 KiB
Open Source Checklist
Use this before making the repository public.
Repository Hygiene
git status --short --ignoredshows no unexpected tracked or ignored files.local.properties, APKs, build folders, and.cxxfolders are ignored.- No model weights are committed.
- Top-level submodules are initialized and pinned intentionally.
README.md,LICENSE,PRIVACY.md,SECURITY.md, andTHIRD_PARTY_NOTICES.mdare present.docs/MODEL_COMPATIBILITY.mdanddocs/PERMISSIONS.mdare linked from the README.
Sensitive Information
- No API keys, tokens, passwords, or provider credentials are committed.
- No private local paths or device-specific secrets are present in docs.
- Logs and screenshots do not expose prompts, API keys, account IDs, or private file paths.
Product Claims
- Local chat is described as the primary stable local path.
- Local image generation is clearly marked experimental.
- Cloud features are described as user-configured provider integrations.
- Local image generation is described as experimental in README and release notes.
- Model licenses are left to the user/provider and are not implied by MCA.
Build Verification
:core:download:testDebugUnitTesttestDebugUnitTest:app:assembleDebug- Real-device smoke test for local chat.
- Optional real-device smoke test for local image generation with a complete bundle.
Last public-readiness check: 2026-06-24.