Temporary Artifacts
TmpReadme165 words1 min read
docs/tmp/ - Temporary Artifacts
Phần tiêu đề “docs/tmp/ - Temporary Artifacts”Folder for transient outputs from automated workflows. Not for permanent documentation.
Governance
Phần tiêu đề “Governance”- TTL: Artifacts older than 7 days are candidates for cleanup.
- Ownership: Each subfolder belongs to its generating workflow:
agentic-runs/- Idea Flow agentic phase outputsrebuild-backups/- Pre-rebuild snapshotsmigrations/- Migration reportssubagent-runs/,subagent-checklists/- Subagent workflow outputsnotebooklm/,qa/- Integration and QA artifacts
- Promotion: If an artifact has lasting value, move it to the appropriate
docs/location - do not leave it here. - Cleanup: Run
npm run artifacts:pruneperiodically to remove expired artifacts. - Commit policy: Avoid committing tmp artifacts unless they serve as regression reference. Use
ai:ship:commit(notai:ship:commit:tmp) by default.
What does NOT belong here
Phần tiêu đề “What does NOT belong here”- UX specs, feature docs, or any content intended for wiki.
- Decision records (use
Product Discovery/oradr/). - Concept docs meant for reuse (use
Concepts/Docs/within the feature folder).