The Single Source of Truth for the deagentic organization.
| Document | Description |
|---|---|
| The Deagentic Mission | Legacy Compression — the 4 pipelines that define what we build and why. |
| Developer's Guide | BDD workflow, typing standards, and testing practices. |
| GitHub Management & CI/CD | Issues, milestones, and feature delivery lifecycle. |
| Project Creation Standards | Cookiecutter templates and Kedro project conventions. |
| Git Branching & PR Strategy | Branch naming, PR workflow, and merge policies. |
Read the docs in this exact order to build full context before writing any code:
- mission.md — Understand the 4 pipelines and the "why" behind every project.
- dev-guide.md — Learn the BDD-first workflow, typing rules, and testing expectations.
- git-strategy.md — Know how to branch, commit, and open PRs.
- github-management.md — Understand how issues and milestones drive delivery.
- cookiecutter-standards.md — Follow the standard project structure when scaffolding.
After reading all five, you have the full operating context for the organization.
Welcome to the team. Here is your onboarding path:
- Start with The Deagentic Mission to understand what we are building and why it matters.
- Read the Developer's Guide to learn how we write code — BDD first, fully typed, well tested.
- Review the Git Branching & PR Strategy before your first commit.
- Bookmark GitHub Management & CI/CD for how we track work.
- Check Project Creation Standards when starting a new project.
This repository is maintained by the deagentic team. Every agent and every developer reads from the same source.