TorbatYar/docs/decisions/business/documentation-as-software.md
Mortezakoohjani 12c8615615 Ship enterprise Accounting FE/API with CRUD parity and production wiring.
Adds accounting-service PATCH/archive, fiscal helpers, COA templates and setup status, plus SuperApp Accounting UI (DS, scoreboard, masters, vouchers, ledger, ops modules) with session refresh and HTTPS public API URLs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 15:26:43 +03:30

27 lines
662 B
Markdown

# Decision: Documentation is Part of the Software
| Field | Value |
| --- | --- |
| Type | Business |
| Status | Accepted |
| Date | 2026-07-22 |
| Deciders | Platform Architecture |
| Related ADR | — |
## Context
Documentation drift caused contradictory status and ops claims.
## Decision
No implementation phase is complete without documentation, registry, and progress updates. Docs are a release artifact, not optional commentary.
## Consequences
Phases may be blocked solely for documentation gaps.
## Related Documents
- [docs/README.md](../../README.md)
- [Project Principles](../../development/project-principles.md)