# 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:
- Start a new session at
ai/workspace/active-context.mdinstead of scanning
the whole tree.
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.ai/assets/stores canonical binary assets (e.g.ai/assets/resume/profile-photo.jpg, the default photo for ALL resumes — see AGENTS.md "Resume Assets").human/stores Korean presentation outputs and is not source of truth.- Career drafts live outside this repo at
../../career/(내 드라이브/career/). - Do not scan
tmp/,.omo/,human/wiki/doc/,human/sites/, or
human/study/dist/ unless the task names them.
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.mdGROK.mdai/workspace/index.mdai/workspace/active-context.mdai/repo-notes/index.mdai/worklog/index.mdai/worklog/2026/2026-W35.mdai/sources/index.mdai/wiki/index.mdai/wiki/projects/2026-career-transition.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 |
.grok/rules/ | Grok session routing | Starting a Grok session |
.grok/skills/ | Grok-visible repo skills | Job-tailored resume or named-entity lookup |
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/.