Commit graph

14 commits

Author SHA1 Message Date
0da5f51e2e Split release and package publish gates 2026-05-28 11:29:25 +08:00
13b671cc9f Add slow-client backpressure regression 2026-05-26 14:20:07 +08:00
33e2dc4f13 Build public release readiness foundation 2026-05-26 09:42:14 +08:00
a693d281f8 ux: collapse help surface around manual 2026-05-24 10:17:25 +08:00
e78989c7ce release: prepare 1.0.1 2026-05-24 09:16:07 +08:00
fa16beb7a6 test: stabilize anonymous access checks 2026-05-23 23:30:43 +08:00
f39f07b205 ci: add local ci-test target 2026-05-23 22:10:28 +08:00
095491927a test: cover connection limit regressions 2026-05-23 21:38:27 +08:00
6d5c77b850 ci: make integration tests strict 2026-05-23 21:26:19 +08:00
7da33951b0 release: harden binary artifact workflow 2026-05-21 12:55:39 +08:00
d819fd5324 ci: run release preflight 2026-05-21 12:52:16 +08:00
a4748cd902 release: add local preflight checks 2026-05-21 12:51:10 +08:00
67d21ad0e9 tui: improve history browsing and support guide 2026-05-21 11:57:59 +08:00
da8b77d625 docs: reorganize documentation structure
- Move all documentation to docs/ directory for better organization
- Rewrite README.md following Linux kernel style (English only)
- Rename HACKING -> CONTRIBUTING.md
- Rename QUICKREF -> QUICKREF.md
- Rename README -> README.old
- Add comprehensive Development-Guide.md for contributors

Documentation structure:
- README.md: Project overview and quick start
- docs/Development-Guide.md: Complete developer manual
- docs/CONTRIBUTING.md: Contribution guidelines
- docs/DEPLOYMENT.md: Production deployment guide
- docs/SECURITY_QUICKREF.md: Security config reference
- docs/QUICKREF.md: Command cheat sheet

This aligns with Linux kernel documentation practices:
simple, organized, and accessible.
2026-02-07 23:31:53 +08:00
Renamed from CICD.md (Browse further)