Files
asepharyana-hub/docs/adr
asepharyana dcb93035f3 feat(observability): add OpenTelemetry Collector, Jaeger, and custom dashboard for monitoring
fix(infra): update NATS configuration for OpenTelemetry tracing and JetStream support
refactor(dapr): modify Dapr sidecar configuration to use new resources path and config file
chore(docs): update deployment documentation to include observability services
docs(commit-convention): establish commit message guidelines for Asepharyana Hub
docs(deploy-workflow): outline CI/CD pipeline and manual deployment steps for Asepharyana Hub
feat(event-driven): implement event-driven architecture patterns with Dapr and NATS
docs(hub-rules): define repository structure, submodule strategy, and infrastructure patterns
2026-07-22 16:43:37 +07:00
..
2026-07-09 22:08:26 +07:00

Architecture Decision Records

This directory contains Architecture Decision Records (ADRs).

Each ADR documents an architectural decision, its context, and its consequences.

How to use

coder-workflow adr new "<decision title>"
coder-workflow adr list
coder-workflow adr status <id> --status accepted
coder-workflow adr graph

Status Definitions

Status Meaning
Proposed Under discussion
Accepted Agreed upon and implemented
Deprecated No longer recommended
Superseded Replaced by a newer ADR