
A Directus hook extension to push user written change summaries (from a singleton collection text field) to a changelog in a VCS server
The Directus Hook Extension is a package that extends the functionality of the Directus CMS by allowing users to add entries to a changelog in a version control system. It currently supports Bitbucket Server, but has the potential to be expanded to other version control systems like GitHub or GitLab in the future. This extension is particularly useful for those using GatsbyJS with Directus as a content source and a build system like OpenDevStack with ods-pipeline, as it enables tracking of code and content changes and integrates with existing webhook functionality.
The Directus Hook Extension is a useful tool for integrating a changelog into a version control system within the Directus CMS. It allows users to easily track changes and updates to both code and content, making it particularly valuable for projects using GatsbyJS with Directus as a content source.

A website that uses Directus as an open source headless CMS to manage content. This includes features such as a customizable content model, role-based access control, and API-based content delivery to support a wide range of digital experiences.
Recoil is a state management library for React that provides an intuitive and flexible API for managing and sharing state across components. It supports a range of features, including derived state, asynchronous updates, and time-travel debugging, and is designed to work well with the React ecosystem and other state management solutions.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.