Initial commit: capability prober + design docs

Monorepo root for Echolot. Contains the no-root capability prober
(Kotlin/Compose, app.echo_lot.prober) and the four design docs that act
as the contract for the production app and the Go server.

LICENSE is deliberately absent — still undecided, see docs/build-status.md.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
mrambossek
2026-07-30 08:54:28 +02:00
co-authored by Claude Opus 5
commit e3840f54fe
40 changed files with 2582 additions and 0 deletions
@@ -0,0 +1,3 @@
<resources>
<string name="app_name">Echolot Prober</string>
</resources>
@@ -0,0 +1,3 @@
<resources>
<style name="Theme.EcholotProber" parent="android:Theme.Material.Light.NoActionBar" />
</resources>
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<cache-path name="reports" path="reports/" />
</paths>