- Create SECURITY.md to outline security policies and practices. - Establish WORKFLOW.md detailing the project lifecycle from planning to retrospective. - Introduce decision log structure in decisions/README.md for tracking architecture decisions. - Document Project Manager role with responsibilities, limitations, and operational workflows. - Implement templates for ADRs, bugs, meetings, projects, retrospectives, RFCs, roadmaps, and sprints. - Set up memory logs for architecture and company-wide lessons learned. - Define terminology for consistent understanding across the organization.
701 B
701 B
Decision Log
This is the actual Architecture Decision Record log for Local LLC. Policy on when/how to write one lives in ../DECISIONS.md; this file is just the index.
Numbering is sequential and append-only — a rejected or superseded ADR keeps its number forever and is never deleted or reused.
Index
| # | Title | Status | Date |
|---|---|---|---|
| — | No decisions recorded yet — this company is pre-v0.1 operational. |
Adding an entry
- Copy
templates/ADR.mdtodecisions/NNNN-short-title.md, using the next sequential number. - Open it as a PR per the process in
../DECISIONS.md. - Once accepted, add a row to the table above in the same PR.