> 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/prd/phase_25/session_08_integration_reduced_motion_and_dogfood_closeout.md).

# Session 08: Integration, Reduced Motion, And Dogfood Closeout

**Session ID**: `phase25-session08-integration-reduced-motion-and-dogfood-closeout` **Package**: apps/web **Status**: Not Started **Estimated Tasks**: \~12-25 **Estimated Duration**: 2-4 hours

***

## Objective

Prove every Phase 25 verb works once with audio on, audio off, and reduced motion enabled, then record closeout evidence and residual future work.

***

## Scope

### In Scope (MVP)

* Add or update focused integration tests for all changed surfaces
* Add a phase-specific dogfood closeout note under `.spec_system/PRD/phase_25/` or in the session implementation notes
* Run targeted tests for every touched component and pure helper
* Run `npm --workspace @factionos/web run typecheck`
* Run `npm run format:check`
* Run `npm run lint`
* Run browser verification on desktop and mobile if CSS or layout changed substantially
* Run `npm run test:e2e` when browser verification is required
* Execute the 15-step dogfood checklist from `PRD_phase_25.md`
* Record residual gaps as explicit future work, not hidden assumptions
* Confirm no new protocol event, server route, persistent storage key, reward, XP, loot, class advantage, or progression claim was added

### Out of Scope

* New product behavior beyond Phase 25 ceremony verification
* Formal mobile or WCAG certification
* Hosted validation or production custom-domain smoke
* Promotion of residual gaps into shipped claims

***

## Prerequisites

* [ ] Sessions 01-07 completed
* [ ] All changed surfaces expose reduced-motion static states and accessible labels

***

## Deliverables

1. Integration and closeout test evidence for all 13 verbs
2. Audio-on, audio-off, and reduced-motion verification notes
3. Dogfood closeout note tied to the canonical Phase 25 PRD
4. Final validation evidence for typecheck, format, lint, and browser checks where applicable

***

## Success Criteria

* [ ] Every verb in the inventory has been triggered once
* [ ] Audio-enabled mode distinguishes major verb families without watching the screen
* [ ] Audio-disabled mode preserves visible and accessible ceremony
* [ ] Reduced-motion mode distinguishes verbs through static labels, tone, layout, and accessible names
* [ ] Validation commands and residual gaps are recorded for updateprd
* [ ] The deleted/retired standalone source plan is not needed to reproduce Phase 25 requirements


---

# 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/prd/phase_25/session_08_integration_reduced_motion_and_dogfood_closeout.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.
