copilot-instructions: thin pointer to AGENTS.md / README / TESTING
Per project convention, .github/copilot-instructions.md is a pointer, not a content store. The actual app docs live in AGENTS.md (substantial), README.md, TESTING.md, and flake.nix. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d5694a3206
commit
78815896cc
1 changed files with 14 additions and 0 deletions
14
.github/copilot-instructions.md
vendored
Normal file
14
.github/copilot-instructions.md
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Copilot Instructions — oncall-mobile-android
|
||||
|
||||
This file is a pointer, not a content store.
|
||||
|
||||
For real docs, read in order:
|
||||
|
||||
1. `AGENTS.md` — role of the app, single-config bootstrap, package layout, key Kotlin entry points.
|
||||
2. `README.md` — build + run instructions.
|
||||
3. `TESTING.md` — local test setup.
|
||||
4. `flake.nix` — Nix dev shell (Android SDK + JDK pinning).
|
||||
|
||||
Package namespace is `com.centralcloud.oncall` (post-rename — `io.heckel.ntfy` is gone from the source tree).
|
||||
|
||||
SMS-relay subsystem lives under `com.centralcloud.oncall.sms.*`; see those files' inline docstrings.
|
||||
Loading…
Add table
Reference in a new issue