Bỏ qua để đến nội dung

Temporary Artifacts

TmpReadme165 words1 min read
active

Folder for transient outputs from automated workflows. Not for permanent documentation.

  • TTL: Artifacts older than 7 days are candidates for cleanup.
  • Ownership: Each subfolder belongs to its generating workflow:
    • agentic-runs/ - Idea Flow agentic phase outputs
    • rebuild-backups/ - Pre-rebuild snapshots
    • migrations/ - Migration reports
    • subagent-runs/, subagent-checklists/ - Subagent workflow outputs
    • notebooklm/, 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:prune periodically to remove expired artifacts.
  • Commit policy: Avoid committing tmp artifacts unless they serve as regression reference. Use ai:ship:commit (not ai:ship:commit:tmp) by default.
  • UX specs, feature docs, or any content intended for wiki.
  • Decision records (use Product Discovery/ or adr/).
  • Concept docs meant for reuse (use Concepts/Docs/ within the feature folder).