go/docs
Snider 232bedf05f
Add Architecture Decision Records (ADRs) (#312)
* docs: add Architecture Decision Records (ADRs)

Established a system for documenting architectural decisions.
- Created docs/adr directory
- Added ADR template (0000-template.md)
- Established ADR process in docs/adr/README.md
- Documented 4 key existing decisions (0001-0004)
- Integrated ADRs into mkdocs.yml and docs/index.md

* docs: add Architecture Decision Records (ADRs)

Established a system for documenting architectural decisions.
- Created docs/adr directory
- Added ADR template (0000-template.md)
- Established ADR process in docs/adr/README.md
- Documented 4 key existing decisions (0001-0004)
- Integrated ADRs into mkdocs.yml and docs/index.md
- Fixed formatting in pkg/io/local/client.go

* docs: add ADRs and fix auto-merge CI

- Added Architecture Decision Records (ADRs) to docs/adr/
- Integrated ADRs into mkdocs.yml and docs/index.md
- Localized .github/workflows/auto-merge.yml to fix "fatal: not a git repository" error in the reusable workflow by adding explicit --repo context.
2026-02-05 03:43:16 +00:00
..
adr Add Architecture Decision Records (ADRs) (#312) 2026-02-05 03:43:16 +00:00
cmd docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
examples docs: add SDK configuration example 2026-01-29 01:24:41 +00:00
pkg feat(process): add process management package with Core IPC 2026-01-30 19:48:28 +00:00
skill docs: add Claude Code skill installation guide 2026-01-29 15:10:25 +00:00
configuration.md docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
getting-started.md docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
glossary.md docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
index.md Add Architecture Decision Records (ADRs) (#312) 2026-02-05 03:43:16 +00:00
migration.md docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
troubleshooting.md docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00
workflows.md docs: add guides and fix documentation issues 2026-01-29 19:59:49 +00:00