> For the complete documentation index, see [llms.txt](https://faction-os.gitbook.io/faction-os-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_20.md).

# phase\_20

- [PRD\_phase\_20](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_20/prd_phase_20.md)
- [Session 01: Truthful Capability Baseline](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_20/session_01_truthful_capability_baseline.md)
- [Session 02: Queue Terminal Execution](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_20/session_02_queue_terminal_execution.md)
- [Session 03: Queue Git Execution](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_20/session_03_queue_git_execution.md)
- [Session 04: Campaign Executable Dispatch](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_20/session_04_campaign_executable_dispatch.md)
- [Session 05: Campaign DAG Recovery](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_20/session_05_campaign_dag_recovery.md)
- [Session 06: File Mutation Core](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_20/session_06_file_mutation_core.md)
- [Session 07: File Executor Integration](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_20/session_07_file_executor_integration.md)
- [Session 08: Managed Agent Lifecycle Control](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_20/session_08_managed_agent_lifecycle_control.md)
- [Session 09: Container Dispatch Decision](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_20/session_09_container_dispatch_decision.md)
- [Session 10: Templates And Channel Intake](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_20/session_10_templates_and_channel_intake.md)
- [Session 11: Release Evidence And Event Privacy](https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_20/session_11_release_evidence_and_event_privacy.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://faction-os.gitbook.io/faction-os-docs/.spec_system/archive/phases/phase_20.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
