Files
comfyui_o1key/docs/decisions/README.md
T
Jony ba920f2b66 Publish current ComfyUI O1Key code baseline
Replace the prior release tree with the current plugin, frontend, tests, and documentation. Document retired node IDs and the public Gitea update source.
2026-09-24 19:56:48 +08:00

2.0 KiB

Architecture decision records

Use ADRs for decisions that constrain future changes: node ID compatibility, package boundaries, frontend loading strategy, persistent storage, dependencies, and supported migration paths.

Process

  1. Copy 0000-template.md to the next available four-digit number.
  2. Use a short kebab-case title, for example 0002-split-server-routes.md.
  3. Set status to Proposed while discussion is open.
  4. Change status to Accepted, Superseded, or Rejected when decided.
  5. Link superseding ADRs in both directions; do not rewrite old decisions as if history changed.

Current decisions