Plan: GitAgent Workbench Docs Collection

Solution Approach

We will configure a new docs collection in the b08x.github.io Jekyll site. This collection will use the existing doc.html layout to provide a sidebar navigation structure defined in _data/docs_nav.yml. We will also create a top-level /docs/ index page. To populate the actual documentation for GitAgent Workbench, we will create a script (e.g., a Justfile task) that pulls the markdown files from the gitagent-workbench repository into b08x.github.io/_docs/gitagent-workbench/.

Steps

1. Configure the docs Collection

2. Create the Central /docs/ Index Page

3. Define the Navigation Structure

4. Create the Sync Script

Risks & Open Questions