Problem
The docs/ folder has two distinct purposes conflated:
- Synced elizaOS documentation - from
elizaOS/docs repo, used as context for pipelines
- Knowledge repo documentation - workflow docs, analysis reports, etc.
Current issues:
- elizaOS docs haven't been synced since ~August 2025 (stale)
- No CI/CD to keep them updated
- Repo-specific docs (like
workflow-timings.md) mixed in with synced content
Proposed Structure
docs/ # Or docs-elizaos/ - synced from elizaOS/docs
├── (synced content)
docs-internal/ # Or .docs/ or meta/
├── workflow-timings.md
├── workflow-analysis-report.md
└── (other repo-specific docs)
Alternatives:
temp/ (gitignored) for working docs
meta/ for repo documentation
- Keep in root as
WORKFLOW.md etc.
Tasks
Context
Files to relocate:
Related: Workflow improvements tracked in #44
Problem
The
docs/folder has two distinct purposes conflated:elizaOS/docsrepo, used as context for pipelinesCurrent issues:
workflow-timings.md) mixed in with synced contentProposed Structure
Alternatives:
temp/(gitignored) for working docsmeta/for repo documentationWORKFLOW.mdetc.Tasks
sync.ymlworkflowworkflow-timings.mdandworkflow-analysis-report.mdto appropriate locationContext
Files to relocate:
docs/workflow-timings.md- documents upstream dependencies and pipeline timingdocs/workflow-analysis-report.md- workflow orchestration analysis (also in issue Workflow Orchestration Improvements: Analysis and Recommendations #44)Related: Workflow improvements tracked in #44