> ## Documentation Index
> Fetch the complete documentation index at: https://docs.internal.sevencanyon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Workflows

> Branching, pull requests, CI/CD, releases, and environments

How code moves from a local branch to production.

## Branching strategy

* TODO: describe the branching model (e.g. trunk-based or GitFlow), branch naming,
  and how long-lived branches are managed.

## Pull requests

* TODO: PR template, required checks, approvals, and merge strategy (squash/rebase/merge).

## CI/CD

* TODO: what runs on each push/PR (lint, static analysis, tests, build) and where
  pipelines are configured.

## Environments

* TODO: list environments (local, staging, production) and how they differ.

## Releases & deployments

* TODO: versioning scheme, release cadence, how deploys are triggered, and rollback steps.
