Files
ai-artifacts/projects/ai-artifacts/001-ai-artifacts-context.md
2026-08-01 14:05:09 -04:00

1.7 KiB

AI Artifacts Context

This context defines the vocabulary for the AI artifacts vault and its naming conventions. It keeps agent-authored notes, attachments, Tags, and cross-project entries named consistently.

Language

AI artifacts vault: The Obsidian vault that stores agent-generated artifacts across projects. Avoid: artifact repository, notes repo

Artifact: A Markdown note or attachment created by an agent to preserve useful project work or cross-project knowledge. Avoid: document, output, file

Project artifact: An artifact stored under a specific project directory because it belongs to that project rather than the whole vault. Avoid: project note, project document

Wiki entry: A cross-project Markdown note stored under wiki/ for knowledge that is not owned by a single project. Avoid: wiki artifact, knowledge artifact

Tag: A content-free Markdown note under tags/ that exists only to cluster related notes in the Obsidian graph. Avoid: tag note, hashtag file

Artifact identifier: The numeric prefix allocated from the vault counter and preserved when an artifact is renamed. Avoid: ID, number, sequence

Naming convention: A vault rule that defines how artifacts or attachments are named in a specific location. Avoid: naming scheme, filename pattern

Project artifact name: The identifier-bearing filename used for Markdown artifacts under projects/. Avoid: project filename, project note name

Artifact type: The final descriptive slug in a project artifact name that identifies the kind of artifact. Avoid: suffix, file type

Slug: A lowercase filename component that uses hyphens instead of spaces. Avoid: name part, filename segment