refactor: 분리되어 관리하고 있던 문서 시스템을 하나로 통일
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Refactoring Evidence Contract
|
||||
|
||||
Every WorkItem retains enough evidence for another reviewer or later Tech Log reanalysis to answer:
|
||||
|
||||
1. What source revision was analyzed?
|
||||
2. What exact problem was confirmed in current code?
|
||||
3. What changed?
|
||||
4. What commands/tests/measurements were run?
|
||||
5. What raw outputs support the result?
|
||||
6. What conditions or limitations apply?
|
||||
|
||||
Store:
|
||||
|
||||
- execution/measurement environment;
|
||||
- raw baseline and after output when the type requires comparison;
|
||||
- functional/architecture/integration verification output;
|
||||
- changed-file/diff summary;
|
||||
- explicit acceptance result and limitations.
|
||||
|
||||
Evidence is append-only for a completed cycle where practical. Do not replace a failed raw run with only the successful run; retain material failed attempts when they explain the final result. Never store secrets.
|
||||
Reference in New Issue
Block a user