> For the complete documentation index, see [llms.txt](https://ai-os-and-trend-finder.gitbook.io/ai-os-and-trend-finder-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-os-and-trend-finder.gitbook.io/ai-os-and-trend-finder-docs/.spec_system/prd/phase_41/session_15_active_docs_and_runbooks.md).

# Session 15: Active Docs And Runbooks

**Session ID**: `phase41-session15-active-docs-and-runbooks` **Status**: Not Started **Estimated Tasks**: \~12-25 **Estimated Duration**: 2-4 hours

***

## Objective

Update active user and developer documentation to describe implemented all-access behavior without claiming unimplemented capabilities.

***

## Scope

### In Scope (MVP)

* Update AGENTS, README, development, scripts, environments, API, architecture, agent page, Knowledge Graph, Intelligence, voice, onboarding, route coverage, command, skill-system, demo, and ongoing project docs.
* Update `docs/local-agent-contract.md` to match real implemented or explicitly unshipped capabilities from Session 11.
* Add current supersession notes to the changelog without rewriting history.
* Update bundled skill docs only when they describe current AI OS behavior.

### Out of Scope

* Spec-system memory and archive supersession owned by Session 16.
* Generated data refresh owned by Session 17.

***

## Prerequisites

* [ ] Sessions 01 through 14 are complete.

***

## Deliverables

1. Active docs and runbooks aligned with implemented all-access behavior.
2. Clear current-state notes for historical limited/admin-gated references.
3. No normal local startup docs that instruct manual admin env opt-ins.

***

## Success Criteria

* [ ] Active docs do not instruct manual Hermes or OpenClaw admin env setup for normal local startup.
* [ ] API and architecture docs describe automatic local token and loopback controls as security checks.
* [ ] Changelog and current-policy notes supersede old history without erasing it.

***

## Folded Handoff Session Details

The following session-specific details were migrated from the former ongoing-projects handoff. They preserve the original objective, scope, outputs, dependencies, notes, and acceptance checks for this session.

#### Session 15: Active Docs And Runbooks

**Objective**: Update active user and developer documentation to describe implemented all-access behavior without claiming unimplemented capabilities.

**Scope**:

* Update `AGENTS.md`, `README.md`, `docs/development.md`, `scripts/README_scripts.md`, `docs/environments.md`, `docs/api/README_api.md`, `docs/ARCHITECTURE.md`, and `docs/agent-pages.md`.
* Update Knowledge Graph docs, Intelligence and voice docs, `docs/phase-40-port-closeout.md`, `docs/route-coverage.md`, `docs/onboarding.md`, `docs/docs-audit.md`, `docs/commands.md`, `docs/skill-system.md`, `demo.md`, and relevant ongoing project notes.
* Update `docs/local-agent-contract.md` to match the real implemented or explicitly unshipped local-agent capabilities from Session 11.
* Add current supersession notes to `docs/CHANGELOG.md` without rewriting historical entries.
* Update bundled skill docs only when they describe current AI OS behavior rather than legacy compatibility behavior.

**Outputs**:

* Active docs and runbooks aligned with implemented local all-access behavior, visible recovery paths, and test expectations.
* Clear current-state notes for historical read-only/admin-gated references.
* No documentation that instructs normal local operators to use manual admin env opt-ins.

**Dependencies / Notes**:

* Depends on Sessions 01 through 14 so docs describe shipped behavior, not intended behavior.
* Do not claim voice broker, Intelligence portal, Dream, OpenClaw, Claude Code, or local-agent capabilities unless matching code and tests exist.

**Acceptance Checks**:

* Active docs no longer instruct `HERMES_DASHBOARD_ADMIN=1 bun run dev` or `OPENCLAW_DASHBOARD_ADMIN=1 bun run dev` for normal local startup.
* API and architecture docs describe automatic local token/loopback controls as security checks, not read-only or manual opt-in posture.
* Changelog and current-policy notes supersede old history without erasing it.


---

# 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://ai-os-and-trend-finder.gitbook.io/ai-os-and-trend-finder-docs/.spec_system/prd/phase_41/session_15_active_docs_and_runbooks.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.
