updated README.md to point to architecture and ADR docs
no ADR needed because this change reorganizes documentation without changing runtime behavior or repository policy
Risks/Follow-ups
if docs/architecture/overview.md grows substantially, it can be split into smaller architecture docs later
## Summary
- refocus `README.md` on onboarding, quickstart, runtime config, and health checks
- add `docs/architecture/overview.md` as the current technical reference for flow, package layout, state machine, and major technology choices
- move deeper technical detail out of the landing page and link README to architecture and ADR docs
## Changes
- remove package tree, pipeline state machine, and dependency table from `README.md`
- keep `.env` reference and operational entrypoints in `README.md`
- add architecture overview with links to relevant ADRs and historical design spec
## Test Plan
- `go test ./...`
- `git diff --check -- README.md docs/architecture/overview.md`
- `test -f docs/architecture/overview.md && test -f docs/adr/README.md`
- `rg -n 'docs/architecture/overview.md|docs/adr/README.md' README.md`
- `rg -n '^## (Kiến trúc|Pipeline trạng thái|Công nghệ)$' README.md`
## Refactor
- none
## Docs/ADR
- added `docs/architecture/overview.md`
- updated `README.md` to point to architecture and ADR docs
- no ADR needed because this change reorganizes documentation without changing runtime behavior or repository policy
## Risks/Follow-ups
- if `docs/architecture/overview.md` grows substantially, it can be split into smaller architecture docs later
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
README.mdon onboarding, quickstart, runtime config, and health checksdocs/architecture/overview.mdas the current technical reference for flow, package layout, state machine, and major technology choicesChanges
README.md.envreference and operational entrypoints inREADME.mdTest Plan
go test ./...git diff --check -- README.md docs/architecture/overview.mdtest -f docs/architecture/overview.md && test -f docs/adr/README.mdrg -n 'docs/architecture/overview.md|docs/adr/README.md' README.mdrg -n '^## (Kiến trúc|Pipeline trạng thái|Công nghệ)$' README.mdRefactor
Docs/ADR
docs/architecture/overview.mdREADME.mdto point to architecture and ADR docsRisks/Follow-ups
docs/architecture/overview.mdgrows substantially, it can be split into smaller architecture docs later