Assets¶
Runtime assets are packaged under src/trace_tasks/resources/assets/ so
generation works deterministically without downloading mutable resources at
task execution time.
fonts/: curated font families and per-family licensesicons/: icon manifests, SVGs, source metadata, and attributionpages/: visual assets used by page and interface taskscharts/: map geometry and chart label resourcescontext_text/: deterministic context text poolslabels/: names and label vocabularies
Repository branding is documentation-only and lives under
docs/assets/brand/.
Task code should access resources through shared loaders rather than embedding machine-specific paths. New third-party resources must include provenance, license text, and deterministic selection metadata.
See THIRD_PARTY_NOTICES.md for the top-level attribution summary.