This file maps documentation sections to the repositories and plans that own the underlying behavior. Use this to identify which repo to change when fixing inaccuracies or adding features.
workflow → /home/lab/workspace-hq/repos/workflow (v2 branch)
server → /home/lab/workspace-hq/repos/server (main branch)
cli → /home/lab/workspace-hq/repos/cli (main branch)
sdk-python → /home/lab/workspace-hq/repos/sdk-python (main branch)
waterline → /home/lab/workspace-hq/repos/waterline (v2 branch)
sample-app → /home/lab/workspace-hq/repos/sample-app (main branch)
cloud → /home/lab/workspace-hq/repos/cloud (main branch)
Page
Owner
Notes
introduction.md
docs
Overview, no code owner
installation.md
workflow
PHP package install, Laravel integration
server-setup.md
server
Standalone server deployment
cli.mdx
cli
CLI installation and usage
how-it-works.md
workflow
Engine internals, history replay, task ownership
migration.md
workflow
v1→v2 migration guide
Page
Owner
Notes
defining-workflows/workflows.md
workflow
Workflow class definition, lifecycle
defining-workflows/activities.md
workflow
Activity definition, execution
defining-workflows/starting-workflows.md
workflow
Start API, dispatch patterns
defining-workflows/workflow-id.md
workflow
ID semantics, duplicate policy
defining-workflows/workflow-status.md
workflow
Status values, lifecycle states
defining-workflows/passing-data.md
workflow
Input, result, serialization
Page
Owner
Notes
features/signals.md
workflow
Signal definition, dispatch, handlers
features/queries.md
workflow
Query definition, dispatch, handlers
features/timers.md
workflow
Timer API, scheduling
features/side-effects.md
workflow
Non-deterministic values
features/versioning.md
workflow
Version markers, code evolution
features/child-workflows.md
workflow
Parent-child orchestration
features/continue-as-new.md
workflow
History truncation, long-running workflows
features/sagas.md
workflow
Compensation patterns
features/events.md
workflow
Event hooks, lifecycle listeners
features/heartbeats.md
workflow
Activity heartbeats, progress reporting
features/timeouts.md
workflow
Execution, run, activity timeouts
features/cancel-and-terminate.md
workflow
Cancellation requests, forced termination
features/concurrency.md
workflow
Parallel activities, race patterns
features/webhooks.md
workflow
Webhook triggers
features/schedules.md
workflow
Cron schedules, recurring workflows
features/search-attributes.md
workflow
Searchable metadata, indexing
features/memo.md
workflow
Workflow metadata
features/signal+timer.md
workflow
await/awaitWithTimeout patterns
Page
Owner
Notes
configuration/options.md
workflow
Package configuration reference
configuration/database-connection.md
workflow
Database requirements, multi-connection
configuration/publishing-config.md
workflow
Config file publishing
configuration/pruning-workflows.md
workflow
Retention, cleanup
configuration/ensuring-same-server.md
workflow
Development config
configuration/microservices.md
workflow
Multi-service orchestration
configuration/worker-protocol.md
server
HTTP worker protocol specification
Page
Owner
Notes
constraints/overview.md
workflow
Constraint philosophy
constraints/workflow-constraints.md
workflow
Workflow code rules
constraints/activity-constraints.md
workflow
Activity code rules
constraints/structural-limits.md
workflow
History size, event limits
constraints/constraints-summary.md
workflow
Quick reference
Page
Owner
Notes
testing.md
workflow
Testing strategies, test helpers
failures-and-recovery.md
workflow
Failure handling, retries, recovery
monitoring.md
waterline
Waterline UI, observability
sample-app.md
sample-app
Sample application reference
Page
Owner
Notes
sdks/python.md
sdk-python
Python SDK installation, usage
Page
Owner
Notes
sponsors.md
docs
Sponsorship info
support.md
docs
Support channels
Workflow package plan : workflows/features live in workflow v2 branch
Server plan : server setup, worker protocol in server main branch
CLI plan : CLI docs track cli main branch
Python SDK plan : /home/lab/workspace-hq/docs/sdk-python/plan.md
Waterline plan : monitoring/observability features track waterline v2 branch
Docs plan : /home/lab/workspace-hq/docs/durable-workflow.github.io/plan.md
Find the page in the table above
Check the owner repo
Read the corresponding source code to understand current behavior
Update the docs to match
If the behavior should change, file an issue in the owner repo
Adding feature documentation
Identify which repo implements the feature
Find related docs pages in the table
Add documentation near related content
Update this ownership map if creating a new page
When filing docs-feedback issues, reference the owner repo so the issue can be routed to the right team.
To audit for content drift:
For each page, check the "last modified" date
Compare against recent commits in the owner repo
If owner repo has significant changes since last docs update, flag for review
Create tracking issues for confirmed drift
Last ownership audit: 2026-04-15