Skip to content

This release improves OCSF documentation synchronization with content-based change detection and transitions to pre-committed schema references. The guide agent now uses Claude Sonnet for enhanced reasoning on complex schema questions.

Jan 6, 2026 · @mavam, @claude

The guide agent now uses Claude Sonnet instead of Haiku, providing improved reasoning for complex OCSF schema questions.

Pre-commit OCSF references with automated updates

Section titled “Pre-commit OCSF references with automated updates”

@mavam, @claude · #4

OCSF schema references and documentation articles are now pre-committed to the repository instead of being lazily generated or fetched remotely. A GitHub Action checks daily for new OCSF releases and documentation updates, automatically filing PRs when changes are detected. Users can still generate references for specific versions locally using generate-references.py.

Jan 6, 2026 · @mavam, @claude

The OCSF docs sync workflow now compares actual file content instead of tracking upstream commit SHAs. This prevents unnecessary syncs when the ocsf-docs repository has infrastructure-only changes that don’t affect articles or FAQs.