FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ActiveInferenceJournal/docs at transcript-raw-derived · ActiveInferenceInstitute/ActiveInferenceJournal · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

docs — ActiveInferenceJournal technical documentation

Technical documentation for the ActiveInferenceJournal data repository. The journal is a source-namespaced corpus of transcripts, metadata, captions, translations, and curated materials from the Active Inference Institute video library.

Contents

Doc What it covers
SCHEMA.md Canonical per-item schema (metadata.json, transcript.*, captions/, translations/, assets/) and the INDEX.json contract.
ORGANIZATION.md The top-level namespace (data/video/<source>/, data/<type>/<source>/), how series and items are organized, and how to add other channels / non-video sources.
PIPELINE.md How content is produced and kept complete + idempotent — the collaboration with the Journal-Utilities engine.
AGENTS.md Conventions for AI agents and programs operating on this repo.

Quick orientation

  • Machine entry point: ../INDEX.json — every item, its videos, and paths.
  • Human entry point: ../INDEX.md and the repo ../README.md.
  • Content root: ../data/video/activeinferenceinstitute/.
  • Tooling (separate repo): Journal-Utilities produces this layout; its scripts/refactor_journal.py and scripts/download_channel.py are the canonical generators. Its scripts/validate_journal.py is the read-only integrity gate. See Journal-Utilities docs/JOURNAL_SCHEMA.md and docs/REFACTOR_READINESS.md.

Branches

  • main — content without audio (lightweight).
  • audio — main + <item>/audio/<name>.64k.m4a (64 kbps media), same layout.

Back | FazBrowse Home | New Git URL