Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.4 KB

File metadata and controls

51 lines (40 loc) · 2.4 KB

UTHelper documentation

This directory separates maintained documentation from historical implementation records. Start here instead of searching by filename.

Maintained documentation

Architecture history

These files preserve context, but an accepted ADR and executable tests take precedence when historical notes disagree with current behavior.

Archive

Archived files are provenance, not an active backlog. Their branch names, commands, checkboxes, paths, and original status describe the repository at the recorded date.

Maintenance rules

  1. Put durable decisions in adr/, current operating instructions in guides/, API contracts in api/, and test matrices in testing/.
  2. Move completed planning artifacts to archive/; do not leave tool-specific working directories at the top level of docs/.
  3. Use lowercase kebab-case names for new files, except stable public contracts such as PRIVACY.md.
  4. Never commit HAR files, raw network captures, tokens, cookies, credentials, or identifiable production payloads. Keep research evidence in the ignored local research area and copy only redacted findings into maintained docs.
  5. Do not commit transient screenshots or generated reports unless a maintained document links to them and states how they are refreshed.