Tag Taxonomy

This note defines the canonical tag vocabulary for the VizzyCode vault. Use it with Tag Wrangler to rename, merge, and keep tags consistent. tags tag-wrangler

Tag Wrangler workflow

Rename tags from the tag pane instead of editing one file at a time. After a rename, open Tag Catalog to confirm the new vocabulary is coherent.

Canonical Area Tags

TagUseMain note
#architectureProject structure and dependency maps.01 - Project Architecture
#componentsScript-level component documentation.Component Map
#converterConversion engine details.VizzyXmlConverter.cs
#validationExport validator and safety checks.04 - Export Validation
#rawRaw preservation and exact XML fragments.05 - Raw Preservation
#bridgeJuno live bridge and HTTP integration.06 - Juno Live Bridge
#vscodeVS Code extension workflow.07 - VS Code Extension
#aiAI context and provider integration.08 - AI Integration
#junoJuno game and mod integration.09 - Juno Mod (Mod Assets)
#authoring.vizzy.cs authoring rules.10 - Vizzy Authoring Guide
#troubleshootingDebugging and recovery.14 - Troubleshooting

Canonical Object Tags

TagUse
#scriptA note documenting a source script.
#project-fileA note documenting a project file.
#manifestA note documenting manifest metadata.
#exampleA note documenting an example script.
#workflowA process-oriented note.
#referenceA stable reference note.
#catalogA navigation or Dataview catalog note.
#templateA reusable note template.

Tags To Avoid

AvoidUse insteadReason
#miscA specific area tagToo vague for graph filtering.
#notes#reference or #catalogAdds no useful meaning.
#code#script or #converterToo broad.
#error#troubleshooting or #validationPrefer action-oriented tags.
One-off personal tagsExisting canonical tagsKeeps Tag Wrangler cleanup simple.

Optional Hierarchy

If you want more structured filtering, Tag Wrangler can rename flat tags into nested tags:

Flat tagNested option
#converter#area/converter
#validation#area/validation
#script#object/script
#workflow#object/workflow
#vscode#surface/vscode
#bridge#surface/bridge

Rename carefully

Do nested tag migration in one pass and then refresh Tag Catalog. Mixing flat and nested forms creates noisy graph filters.

Related notes: Tag Catalog, Script Catalog, Graph View Guide, Obsidian Plugin Workflows.