Wiki Log
Chronological record of all wiki actions. Append-only. Format: ## [YYYY-MM-DD] action | subject Actions: ingest, update, query, lint, create, archive, delete
[2026-09-05] correction | Nicholas Fry -> Nicolas Frei
- Corrected name throughout wiki: Nicholas Fry was actually Nicolas Frei (Enigmatic, Contributing Author of the AI Ethics Green Paper).
- Renamed entities/people/nicholas-fry.md -> nicolas-frei.md; updated title + H1.
- Rewrote all prose + [[wikilinks]] in entities/organizations/enigmatic.md, raw/ethics/ai-ethics-paper.md, log.md, index.md.
- Rebuilt mdbook + redeployed to https://kitsuli.hollm.cloud/brain/ (verified 200).
[2026-09-02] create | C2PA & content labelling concept page
- Added concepts/c2pa-content-provenance.md: C2PA (Coalition for Content Provenance and Authenticity) + content labelling - Content Credentials, pure/modified/synthetic audience labels, machine-readable AI marks.
- Sources: 2026-06-29-frames-call call (C2PA labelling decision), AI Ethics Green Paper (C2PA/CAWG), eddie-ai C2PA compliance, shamir C2PA support role.
- index.md + SCHEMA.md (c2pa tag) updated.
[2026-09-02] update | snail name resolved to “Stella”
- Decision found: the FRAMES team agreed the snail is named “Stella” on the 2026-07-13-frames-call weekly call (raw/meetings/2026-07-13-frames-call-frames-call.md), confirmed again on 2026-07-20-frames-call (raw/meetings/2026-07-20-frames-call-frames-call.md).
- Corrected snail to use “Stella” as the authoritative name (title, H1, new Name section); the PeriodO crosswalk “Olivia” (medium confidence) is now recorded as superseded by the team’s explicit decision, not a live conflict.
- index.md and meetings.md updated to reflect the resolution (Stella supersedes Olivia).
[2026-09-02] ingest | AI Ethics Green Paper + ethics concepts, AIMICI, cited people
- Ingested the FRAMES AI Ethics Green Paper (“An R&D Exploration of AI Ethics, Responsibility, Transparency & Risk for Creative Media Production”, Edition One Sept 2026) as raw/ethics/ai-ethics-paper.md (source: IBC FRAMES POC PDF MASTER for 4.Sept delivery; sha256 392b6251e6b9).
- Created 8 ethics concept pages: responsible-ai, ai-transparency, ai-disclosure, eu-ai-act, aimici-transparency-framework, responsible-ai-stamp, ai-copyright, ai-accountability.
- Added org pages: aimici (explicit request) + xrbb, etc-usc, itv, enigmatic, gc-sc, press-play-labs, bbc.
- Added 10 person pages for newly cited paper authors: raymond-drewry, kathryn-webb, ahsan-mallick, ben-schofield, john-canning, erik-weaver, florian-reimann, clive-santamaria, nick-kennedy, nicolas-frei.
- SCHEMA.md taxonomy extended (Team org tags + new Ethics tag line); index.md registered all new pages (now 137 total, 35 raw sources).
[2026-09-02] update | kitsuli URL /wiki -> /brain (LIVE)
- Live VPS edit on kitsuli.hollm.cloud (ubuntu@vps-cfec4213, x86_64, /etc/nginx/sites-available/kitsuli.conf), via tools/ssh_run.py + paramiko venv tools/sshbox.
- Sed-applied (backup at kitsuli.conf.bak.20260902):
OSC wiki (mdbook static build) served from /var/www/osc-wiki
location = /wiki { return 301 /wiki/; } -> location = /brain { return 301 /brain/; } location /wiki/ { alias /var/www/osc-wiki/; … } -> location /brain/ { alias /var/www/osc-wiki/; … }-> # OSC brain (mdbook static build) served from /var/www/osc-wiki - nginx -t OK; systemctl reload nginx OK.
- Live verification:
https://kitsuli.hollm.cloud/brain/ -> 200, title “Index - One Small
Crawl Production Brain”
https://kitsuli.hollm.cloud/brain -> 301 -> /brain/
https://kitsuli.hollm.cloud/wiki/ -> 200 (Kitsu SPA - no /wiki
location exists, falls through to
the catch-all
location /) https://kitsuli.hollm.cloud/wiki -> 200 (same: Kitsu SPA fallback) - python tools/deploy_wiki.py green through step 4 (rebuilt, uploaded, swapped into /var/www/osc-wiki 42M, verify /brain/ 200).
- No 301 /wiki -> /brain redirect was added per user direction (plain rename; old /wiki links will 404 to Kitsu SPA fallback).
[2026-09-02] update | kitsuli wiki URL -> brain
- Renamed the OSC mdbook PUBLIC URL path from /wiki to /brain: https://kitsuli.hollm.cloud/brain/ (was https://kitsuli.hollm.cloud/wiki/).
- Repo-side edits (no filesystem reorg - alias target /var/www/osc-wiki
left as-is for now; rename only when convenient):
- Knowledge/tools/deploy_wiki.py: docstring + verify URL + failure message switched to /brain/.
- Knowledge/tools/docs/wiki-mcp-deploy.md: table row updated to /brain/ with the caption “static mdbook reader (the OSC Production Brain)”.
- Knowledge/tools/deploy_wiki_mcp.py: nginx insertion marker comment renamed “# OSC wiki” -> “# OSC brain” so future re-runs pick it up.
- PENDING on the VPS (out of repo): the live
/etc/nginx/sites-available/kitsuli.conf must be edited by hand - rename the
location /wiki/block tolocation /brain/(keepalias /var/www/osc-wiki;intact), reload nginx, and optionally add alocation = /wiki { return 301 /brain; }redirect so old links still resolve. The deploy script will not detect the mismatch - runpython tools/deploy_wiki.pyAFTER updating nginx to confirm.
[2026-09-02] update | wikilink pass on shots + production pages
- Tightened concept references across production entities (50 shot pages, 5 sequence pages, deliverables page, one-small-crawl page).
- 206 wikilink additions resolved:
- era-locked-look on 24 shots (era-character phrase “Silent Film Era (1920s)”, “Kodachrome”, “VHS”, “1969 atmospheric”, “2020s full-frame”, etc.)
- snail on 48 shots (character renamed to Stella in source, page file is still snail.md)
- kitsu on 55 pages (Kitsu mentions outside existing open in Kitsu markdown links)
- movielabs on 52 pages (first non-wikilink MovieLabs mention)
- omc-ontology on 34 pages (first non-wikilink OMC mention)
- route-66 on 27 pages (first non-wikilink “Route 66” mention)
- Targets without a wiki page (apollo-11, neat-video, stella) were skipped to avoid introducing broken links.
- Rebuilt mdbook reader; verified below.
[2026-09-02] update | deliverables Master QC added
- Added a “Master QC” section to deliverables: screening-room color sign-off, per-version (HDR/SDR) display monitoring, display transform never baked in, no-harm-to-plate / round-trip check, technical QC (codec, resolution, frame rate, bit depth, audio), and OMC-logged sign-off - all grounded in the ves-good-practices color discipline.
- Rebuilt mdbook reader; verified below.
[2026-09-02] update | deliverables file naming added
- Added a “File naming” section to deliverables: deliverable files follow the production-wide naming-schema (OSC v1.0), with VES/ETC good-practice rules (version by revision, fix fixed fields first, filename independent of directory, allowed character set) and an example deliverable stem.
- Rebuilt mdbook reader; verified below.
[2026-09-02] update | deliverables process added
- Added a “Process” section to deliverables: conform in resolve from the OTIO timeline, sRGB/linear color pipeline for the effect timelines, then finish in ACES (AP1/Rec2020) to deliver both HDR and SDR versions.
- Rebuilt mdbook reader; verified below.
[2026-09-02] create | deliverables folder in production
- Added entities/production/deliverables/deliverables.md documenting the film’s output deliverables (final 4K UHD, YouTube export via render-youtube-final-py, score, animatics, OMC sidecars).
- Added “deliverables” to the build script’s production subfolder list (tools/build_wiki_book.py) so the reader generates a Deliverables cover; added the page to index.md.
- Rebuilt mdbook reader; verified below.
[2026-09-02] update | HOLLM demo wording
- On hollm, changed “powered by an AMD Strix Halo processor” to “using an AMD Strix Halo processor” in the FRAMES demo description.
- Rebuilt mdbook reader; verified below.
[2026-09-02] update | HOLLM Production Brain wording
- Removed “(which can be run locally, as in the FRAMES demo, or not)” from the Production Brain description on hollm; now reads “the articulation between an LLM and a semantic wiki based on MovieLabs OMC (omc-ontology) and industry good practices (ves-good-practices)”.
- Rebuilt mdbook reader; verified below.
[2026-09-02] update | HOLLM extends hectools
- Added to hollm: “Extends: using tools, skills and MCP from www.hectools.com” (after the Hermes Agent basis).
- Rebuilt mdbook reader; verified below.
[2026-09-02] update | HOLLM Production Brain refined
- Refined the Production Brain description on hollm: it is the articulation between an LLM (runnable locally, as in the FRAMES demo, or not) and a semantic wiki based on MovieLabs OMC (omc-ontology) and industry good practices (ves-good-practices).
- Rebuilt mdbook reader; verified below.
[2026-09-02] update | HOLLM demo hardware + models; tools section
- HOLLM page (hollm) now documents the IBC Accelerator FRAMES demo stack: HP Z2 mini workstation (hp) with AMD Strix Halo processor (amd), running unsloth inference for the ornith, lfm and qwen models.
- Created tool pages unsloth, ornith, lfm, qwen; wired hp and amd to the HOLLM demo; added inference/model/unsloth/ornith/ lfm/qwen tags to SCHEMA taxonomy; added all four to index tools section.
- Aligned render-youtube-final-py summary in index (raw + tools sections).
- Rebuilt mdbook reader; verified below.
[2026-09-02] update | index.md Tools section added
- Added “### Entities / tools” section to index.md listing all 22 tool pages with one-line summaries (hollm through render-youtube-final-py).
- The build script’s tools cover now carries these summaries (rebuilt reader).
- No page-count change (tools pages already existed).
[2026-09-02] create | HOLLM tool page
- Added entities/tools/hollm.md: HOLLM, the AI production assistant developed by holli for the mediadata project at insa. Manages the One Small Crawl Production Brain and connects it to the production’s tools. Based on Hermes Agent (by Nous Research); open source.
- Wired from holli (technology list now links hollm); added holli, insa, open-source tags to SCHEMA.md taxonomy.
- Tools section is auto-generated by the build script from entities/tools/; rebuilt mdbook reader (HOLLM now in SUMMARY + covers/tools.md).
[2026-09-02] update | Raymond Drewry name correction + email
- User correction: the AI Ethics Green Paper author’s surname is “Drewry”, not “Drury”. Renamed entities/people/raymond-drury.md -> entities/people/raymond-drewry.md; updated raymond-drewry wikilinks in index.md and log.md.
- Added email rdrewry@movielabs.com to the person page; noted the paper’s “Raymond Drury” spelling as the same person (raw source kept verbatim).
- Verified below: ASCII clean, no broken wikilinks, rebuilt mdbook reader.
[2026-09-02] create | VES good practices concept page
- Added concepts/ves-good-practices.md: VES best-practice guidance on file naming (VES Transfer Spec + MovieLabs/ETC image-sequence syntax), role description (VES Handbook VFX-department taxonomy: supervisor, producer, coordinator, on-set supervisor, data wrangler, VFX editor), and color management (VES Handbook “Three Guidelines” + Cinematic Color).
- Cross-linked from naming-schema (notes), era-locked-look (notes), and team (notes) pointing to ves-good-practices.
- Added
vesto SCHEMA.md tag taxonomy. - Verified below: ASCII clean, no broken wikilinks, rebuilt mdbook reader.
[2026-09-02] update | people enriched from FRAMES meeting notes (12)
- User request: enrich the people pages from the info collected in the meetings. Added a “## FRAMES weekly calls (2026)” section to 10 person pages (all except the two alias/no-record pages), sourced from the 17 call notes in raw/meetings/.
- Per page: participant-count on the 17 calls, agreed call role where named (chris-vienneau AI architect; roberto-iacoviello lead AI artist; gabriele-monteleone DP; paola-sunna EBU point person), and dated bullets of key activity/action items with per-call links.
- Heavy hitters: Iacoviello + Deussen present on all 17 calls (Deussen = Excel shot-list backbone; Iacoviello = showcase/hardware/ rights coordinator, opens the IBC show).
- john-hobbs active in decisions/actions from 2026-06-08-frames-call (score with suno, Streamline platform) though never in participant tables.
- aidan-enigmatic + davide-zappia (2 calls each; notes write his name “David”); alberto-ciprian 6; gabriele-monteleone 6; cedric-lejeune 11 (kitsu + resolve infra).
- aaron-bhugobaun noted as having no call record; the “Super Admin” label (cedric-lejeune) tracked on the person page.
- Added the meeting tag to 11 pages; verified 0 broken wikilinks and ASCII clean (bytes verified).
[2026-09-02] create | Wiki initialized
- Domain: One Small Crawl short-film production
- Structure created: SCHEMA.md, index.md, log.md, raw/, entities/, concepts/, comparisons/, queries/
- Replaced prior placeholder content (“The Last Light” fictional entry removed).
[2026-09-02] ingest | Production asset survey (batch)
- 9 raw source notes written documenting on-disk assets (archive footage, RAI news, IBC_AI clips, AI frames, unreal renders, score, scene cutdowns, render script)
- Entity pages seeded: one-small-crawl, team
- Concept pages seeded: archive-footage-reuse, ai-assisted-post, animatic-workflow
[2026-09-02] ingest | MovieLabs OMC export (11 zips, authoritative production data)
- Extracted 77 documentary files to Knowledge/movielabs-osc-export/ (bible, era look guide, naming schema, agent registry, script + shot list, OTIO, PeriodO gazetteer, RAI records, dashboards, per-shot OMC sidecars)
- Raw sources added: agent-production-bible, era-look-guide, asset-naming-schema, agent-registry, script-and-shot-list, otio-timeline, show-ont-periodo-crosswalk, rai-archive-records, dashboards-look-review (raw/movielabs/)
- Entities rewritten/added: one-small-crawl (authoritative), snail, route-66, team (+agents), artemis-ii (corrected)
- Concepts rewritten/added: archive-footage-reuse, ai-agent-pipeline, era-locked-look, omc-ontology, naming-schema, animatic-workflow, ai-assisted-post; unreal-render-pipeline marked contested (discrepancy: UE renders absent from authoritative pipeline)
- index.md rebuilt (13 layer-2 pages + 17 raw sources); SCHEMA.md taxonomy extended (omc, era-look, agent, ibc2026, naming, route-66, snail, character)
- ASCII purge + byte-clean verification run (0 non-ASCII bytes)
[2026-09-02] update | Entity taxonomy reorganized
- Created entities/production/{characters,props,environments}/ and entities/team/organizations/
- Moved snail to entities/production/characters/, route-66 to entities/production/environments/
- Wikilinks unaffected (basename resolution); index.md sections updated
- props/ and organizations/ left empty (Nutella prop, RAI org are candidates)
[2026-09-02] update | Organizations added (web research)
- Populated entities/team/organizations/ with 6 orgs: rai, ebu, movielabs, streamline-media, holli, insa
- Context: all six are in the IBC2026 Accelerator FRAMES consortium (“Federated Retrieval, Agentic Media Environment and Software Defined Workflows”) - proposed by RAI/EBU/MovieLabs; INSA also Champion; Streamline Media Participant; HOLLI supporting Participant (per IBC2026 press release and show.ibc.org project page)
- MovieLabs identified as OMC author (bible s1.1); RAI archive source; EBU/INSA consortium governance; HOLLI sustainability tie-in (SC-008); Streamline Media entity identity flagged LOW confidence/UNRESOLVED
- SCHEMA.md: tag taxonomy extended (organization); index.md updated (now 19 layer-2 pages)
[2026-09-02] update | INSA campus confirmed
- Production team confirmed the FRAMES participant is INSA Hauts-de-France, Valenciennes (Campus Mont-Houy), not INSA Rennes
- insa updated: campus UNRESOLVED flag removed; confidence medium to high; page now notes INSA Hauts-de-France audiovisual/multimedia programme
- index.md line updated to “INSA Hauts-de-France (Valenciennes), FRAMES Champion”
[2026-09-02] update | kitsu links moved into Shot data section
- Shot pages: kitsu link moved from Notes into “## Shot data (kitsu)” section, first bullet, as clickable markdown link “[open in kitsu](url)”.
- Sequence pages: existing kitsu link in Facts made clickable the same way.
- 55/55 pages; verified 0 non-ASCII bytes, 0 broken wikilinks.
[2026-09-02] update | kitsu links on sequence + shot pages
- Added “- kitsu: http://localhost:5000/productions/b16f9216-…/<shots|sequences>/
” to all 55 pages (5 sequences + 50 shots) in entities/production/. - URL format verified 200 via curl; links use each entity’s kitsu UUID from the local instance (project One Small Crawl).
- Verified 0 non-ASCII bytes; 0 broken wikilinks.
[2026-09-02] update | shots enriched with MovieLabs export JSON
- Enriched all 50 shot pages (entities/production/shots/) with a
“MovieLabs export (JSON)” section merged from movielabs-osc-export:
- generation briefs v0.3.0 (001__generation_briefs_v0.3.0_r02.json) - 50/50
- shot list v0.2.0 revised (001__shot_list_v0.2.0_comment_v1_r06_revised.json) with AGT-020 shot_list.json fallback - 46+44 codes
- per-shot OMC sidecar (001__osc_*.omc.json) - 34/50: model, seed, era, provider, task_id, deliverable stem, governor agents, reproducibility
- Notes on conflicts: kitsu kind vs export kind differ on some shots (sc02_0040/0060, sc03_0050, sc04_0090-0140, sc05_0010/0030-0050); export records kept verbatim alongside kitsu data.
- index.md + one-small-crawl.md updated with enrichment note; verified 0 non-ASCII bytes and 0 broken wikilinks after the pass.
[2026-09-02] create | sequences + shots pages from local kitsu
- Added folders entities/production/sequences/ and entities/production/shots/
- Pulled from local kitsu (localhost:5000, project One Small Crawl): 5 sequences (sc01-sc05, code pages) and 50 shot records (scXX_NNNN)
- One page per sequence (5) and per shot (50); shot pages carry full kitsu payload: kind (archive/synthetic/composite), reference_archive, beat, beat_summary, beat_shift, tempo, transition, camera, timing, archive_id, timecodes, continuity_flag, canceled flag, preview file id
- 18 of the 50 shots are canceled in kitsu (sc03_0060-0100, sc04_0100-0220 subset); kept as pages with [canceled] markers
- index.md: added sequences + shots sections; total pages 20 -> 87
- source of truth: kitsu-localhost (authoritative); script-and-shot-list raw (45 shots) predates the kitsu breakdown of 50
[2026-09-02] update | people/ flattened to entities root
- Moved entities/team/team.md into entities/team/people/, then moved the whole people/ folder up to entities/people/ (team/ dir removed)
- team.md now lives at entities/people/team.md alongside the 12 person pages
- No wikilink changes needed (links resolve by basename)
- index.md section renamed to “Entities / people”
[2026-09-02] create | per-person pages for team/people/
- Created entities/team/people/ with one md per kitsu account on One Small Crawl (12): chris-vienneau, davide-zappia, paola-sunna, cedric-lejeune, roberto-iacoviello, gabriele-monteleone, tim-deussen, john-hobbs, aidan-enigmatic, alberto-ciprian, super-admin, aaron-bhugobaun
- team.md Humans list and index.md Entities/team now link to each person page
- super-admin is documented as an alias of cedric-lejeune (same person, two kitsu accounts)
[2026-09-02] update | team collected from local kitsu
- Queried local kitsu (localhost:5000, logged in as cedric.lejeune@holli.st) for the One Small Crawl production (project b16f9216-7ada-4325-811e-07d900e40f77)
- Authoritative team: 12 kitsu accounts registered on the production (RAI: Davide Zappia, Roberto Iacoviello, Gabriele Monteleone, alberto ciprian; EBU: Paola Sunna; HOLLI: Cedric Lejeune + Super Admin; FRAMES partners: John Hobbs (Streamline-Media), Aidan Enigmatic, Aaron Bhugobaun (Chapter Forge Media), Chris Vienneau, Tim Deussen)
- team.md Humans section updated: kitsu list now authoritative, on-disk tree kept as secondary (confidence high)
[2026-09-02] update | frames moved to organizations/
- Moved frames from entities/ root to entities/organizations/frames.md (user request)
- index.md: frames listed under “### Entities / organizations”
[2026-09-02] update | team folder + team.md moved
- Created entities/team/ and moved team into it (team/team.md)
- index.md: team listed under “### Entities / team”
[2026-09-02] update | archives folder + artemis-ii moved
- Created entities/production/archives/ and moved artemis-ii into it (user request; space-news thread grouped with production archives)
- index.md: artemis-ii listed under “### Entities / production/archives”
[2026-09-02] update | one-small-crawl moved to production/
- Moved one-small-crawl to entities/production/one-small-crawl.md (user request; the film page belongs with the other production entities: characters/snail, environments/route-66)
- index.md: film listed under “### Entities / production”
[2026-09-02] update | Organizations moved to entities/organizations/
- User correction: previous flattening to entities/ root was not wanted. Moved rai, ebu, movielabs, streamline-media, holli, insa into entities/organizations/
- index.md organizations listed under “### Entities / organizations”
[2026-09-02] create | FRAMES project overview
- New entity frames: overall description of the IBC2026 Accelerator umbrella project “FRAMES: Federated Retrieval, Agentic Media Environment and Software Defined Workflows” that hosts One Small Crawl as its showcase POC (source: show.ibc.org FRAMES project page + IBC2026 press release)
- Covers objectives, core challenge, approach (OMC script breakdown, archive tagging, local agent swarm, event-driven collaboration), consortium (champions/participants) and relationship to one-small-crawl
- index.md updated (now 20 layer-2 pages)
[2026-09-02] update | INSA full name corrected
- Production team states the official full name as “Institut National de Sciences Appliquees” (previously written “des Sciences Appliquees”)
- insa Facts updated; accents folded to ASCII per strict ASCII policy
[2026-09-02] ingest | FRAMES weekly call meeting notes (17 docx)
- Source: “Weekly Calls FRAMES.zip” (attachments, 17 AI-generated meeting notes, 30.03.26 to 17.08.26). docx body lives in word/document2.xml; extracted via script to text before ingest.
- Created raw/meetings/ with one source page per call (17 total), each with participants, key decisions, follow-ups and rich wikilinks to people/orgs/concepts/entities.
- Created meetings hub (type: summary) listing all calls newest-first with headline decisions + a chronological “what changed when” timeline and cross-cutting decisions log (work streams, tools adopted, ethics/ provenance, archive reality).
- index.md: new “## Meetings” section (hub + 17 calls); raw-sources count noted; SCHEMA.md tag taxonomy extended (meeting, marketing, audio, metadata, compliance, transparency, kitsu, google-cloud, ai-editor, hardware, color, ethics, frames).
[2026-09-02] update | snail name conflict flagged (Stella vs Olivia)
- Meeting notes 2026-07-13-frames-call and 2026-07-20-frames-call record the team agreeing the snail’s name is “Stella” (title “One Small Crawl” also confirmed).
- snail authoritative PeriodO crosswalk uses “Olivia” (medium confidence). Both positions now noted with dates/sources per update policy; flagged for user review.
- 2026-07-13-frames-call source follow-up writes “One Small Crow” - treated as transcription error for “One Small Crawl”.
[2026-09-02] update | meeting pages charted (17)
- Rebuilt all 17 raw/meetings/*.md pages into a consistent charted template: At-a-glance table, participants table (name/org-role), Key decisions table (#, Area, Decision, Follow-up ref), Action items table (#, Action, Owner)+ Notes + rich wikilinks.
- Series numbers (#1-#17), entry filenames and all decisions/actions preserved from the original notes.
[2026-09-02] update | hub pointers tweaked
- meetings.md hub and index.md unchanged in scope; each call page now links back via the hub section (per-call blurbs already present).
[2026-09-02] update | meeting pages enriched with rich links (17)
- User request (screenshot of 2026-08-03-frames-call decisions table): enrich meeting pages with inline wikilinks to existing pages.
- Added across all 17 raw/meetings/*.md: scene refs -> sc01..sc05 (e.g. “Scene 3 (sc03)”), people -> their person pages (Ciprian, Tim, Chris, Cedric, Paola, Roberto, Monteleone, Aidan, John Hobbs, Zappia/David), concepts/tools -> animatic-workflow, unreal-render-pipeline, omc-ontology, streamline-media, and canonical wraps for snail / route-66.
- 397 wikilink instances across the 17 pages; zero broken links; ASCII clean. Fixed a pre-existing typo (“train thee” -> “train the”).
[2026-09-02] update | entity pages augmented with people + roles
- User request: add people mentioned in entities and analyse each person’s role to augment the entity MDs.
- Added per-org people sections with role analysis:
- rai.md: “Crew on One Small Crawl (RAI)” - roberto-iacoviello (lead AI artist/coordinator), gabriele-monteleone (DP; alias “gabri”), alberto-ciprian (artist/lora/compositing), davide-zappia (archive metadata); replaced the bare “gabri” bullet.
- holli.md: founders line now links cedric-lejeune; “People” section (cedric-lejeune + super-admin alias; Franck Isabel noted as non-crew).
- ebu.md: “People” section - paola-sunna (EBU-side point person).
- streamline-media.md: “People” section - john-hobbs (score + platform), flagged as in-production corroboration of the unresolved identity.
- ai-assisted-post.md: CedricTests line links cedric-lejeune (“ce” alias).
- snail.md: compositing bullet links alberto-ciprian as workflow owner.
- Verified: zero broken wikilinks in entities+concepts; ASCII clean.
[2026-09-02] update | Cedric Lejeune external role (mediadata @ INSA)
- User-reported fact (2026-09-02): Cedric Lejeune works as tech manager for the mediadata project at insa (outside the One Small Crawl production).
- cedric-lejeune Notes updated; sources tag extended with user-report.
- Distinct from his HOLLI/kitsu on the production (see the person page).
- CLARIFIED same day: mediadata is a partnership between holli and insa; Cedric represents it in FRAMES as its tech manager. Person-page note reframed accordingly.
[2026-09-02] update | Super Admin is a role, not a person (correction)
- User correction: “Super Admin” does NOT exist as a separate person/account; it is the role/position label for Cedric Lejeune on kitsu (instance admin).
- Deleted entities/people/super-admin.md. Cedric’s page now states “Super Admin” is his kitsu label (not a separate account).
- Removed the super-admin alias/link from team.md (team is now 11 kitsu accounts), index.md people list, and holli.md (alias ref dropped).
- Note: historical log entries below still describe the old “alias” framing (kept as a changelog record).
[2026-09-02] update | pages created for meeting-cited entities (5) + links
Created entities/organizations/{amd,hp,eddie-ai}.md and entities/people/{muki,shamir}.md (AMD, HP, eddie-ai FRAMES Participants; muki IBC coordinator; Shamir eddie-ai rep; ADI = eddie-ai alias). Linked citations in 16 raw/meetings pages (57 new link instances), meetings.md hub, frames.md, streamline-media.md, paola-sunna.md, roberto-iacoviello.md, john-hobbs.md, index.md; added person tag to SCHEMA taxonomy. Link integrity + ASCII clean.
[2026-09-02] update | web URLs made clickable across the wiki
- Wrapped bare http(s) URLs as markdown links: concepts/omc-ontology.md (OMC-JSON schema), raw/movielabs/agent-production-bible.md (schema URL), log.md (URL list entries) and bare-domain reference entries (show.ibc.org, movielabs.com) across entities/organizations/*.md + log.md prose. kitsu URLs were already [open in kitsu](…) links.
- log.md template example with <shots|sequences> placeholders intentionally left as plain text (not a real URL).
- mdbook reader (tools/build_wiki_book.py + OneSmallCrawlBrain-book): added assets/external-links.js and registered it in book.toml additional-js; every external http/https link now opens in a new tab in the built reader (rebuild + verify OK).
- Entities: confirmed IBC (ibc) org page and muki (muki) IBC-staff wording; John Hobbs company URL (app.streamline-media.net/project/13b69d06-…/work/) recorded on john-hobbs and streamline-media.
- Verified: no bare http(s) URLs remain outside links (except the log template literal), ASCII clean, 1342 wikilinks with zero broken targets.