# AI Workspace Index
AI Summary
Purpose:
- Entry point for AI agents to find the right part of the knowledge system without scanning the whole repository.
Key points:
ai/workspace/stores machine and repo registry.ai/repo-notes/stores durable repo-specific development notes.ai/worklog/stores cross-repo development logs.ai/sources/stores raw inputs.ai/wiki/stores compiled durable knowledge.ai/learning/stores active study and practice.ai/weekly/stores time-based synthesis.human/stores Korean presentation outputs and is not source of truth.
Relevant when:
- Starting any repository task.
- Looking for project knowledge.
- Deciding where to add new information.
Do not read full document unless:
- You need the repository map or file routing rules.
Linked documents:
AGENTS.mdai/workspace/index.mdai/repo-notes/index.mdai/worklog/index.mdai/sources/index.mdai/wiki/index.mdai/learning/index.mdai/weekly/index.md
Repository Map
| Path | Purpose | Read when |
|---|---|---|
ai/workspace/ | Machine and repo registry | Locating target development repositories |
ai/repo-notes/ | Durable repo-specific notes | Working on a specific repo |
ai/worklog/ | Development work logs by week | Reviewing or recording coding work |
ai/sources/ | Raw captured material | Ingesting articles, transcripts, meeting notes, PDFs, or pasted text |
ai/wiki/ | Durable compiled knowledge | Answering questions, generating reports, building long-term understanding |
ai/learning/ | Active study space | Planning and tracking learning |
ai/weekly/ | Weekly synthesis | Reviewing learning progress and personal synthesis |
human/ | Korean human-facing outputs | Reviewing generated reports, briefs, or slides |
Routing Rules
New development repo:
- Add to
ai/workspace/repos.md. - Add a repo note under
ai/repo-notes/.
New code work:
- Log in
ai/worklog/YYYY/YYYY-Www.md.
New raw input:
- Add to
ai/sources/.
Stable concept:
- Add to
ai/wiki/concepts/.
Project fact:
- Add to
ai/wiki/projects/orai/repo-notes/depending on scope.
Current week synthesis:
- Add to
ai/weekly/YYYY-Www.md.
Human-facing output:
- Add Korean output under
human/.