docs: overhaul README, CONTRIBUTING, and SECURITY (#833)

README: rewrite to lead with differentiation rather than a flat
feature list. Add "Why Sencho?" section covering the four key
competitive advantages (Pilot Agent NAT traversal, auto-heal
self-healing, atomic deployments, automation-first model). Expand
feature coverage from 8 bullets to six grouped domains reflecting
the full 38-feature surface. Add architecture note, docker run
one-liner, tier comparison table (Community/Skipper/Admiral), and
docs link section. Drop stale CI badge; add Docker Pulls badge.

CONTRIBUTING: add project layout reference, tier-gate usage guide,
TypeScript strictness reminder, and pointer to CLAUDE.md for full
coding standards.

SECURITY: update supported versions table from stale "0.2.x+" to
current "latest release" policy with a note on self-hosted update
cadence.
This commit is contained in:
Anso
2026-04-28 12:29:48 -04:00
committed by GitHub
parent 8d3fc1bc77
commit bb50bed071
3 changed files with 160 additions and 20 deletions
+6 -4
View File
@@ -2,10 +2,12 @@
## Supported Versions
| Version | Supported |
| ------- | ------------------ |
| 0.2.x+ | Yes |
| < 0.2 | No |
| Version | Supported |
| ------- | --------- |
| Latest release | Yes |
| Older releases | No |
Sencho is self-hosted software. Always run the latest release to receive security patches.
## Reporting a Vulnerability