Customer-facing documentation site for fseven, published from this
repository via VitePress. Source files live under content/ and
release notes under docs/releases/.
- A static documentation site source.
- The single public source of truth for: overview, install/use docs, privacy, security posture, compliance summaries, FAQ, and release notes.
- A protocol-bound public repository governed by
fseven-docs/docs/PUBLIC-REPO-PROTOCOL.md.
- It is not the controller, agent, or platform source. Those live in private repositories.
- It is not an installer. For self-host install, see
public-agent-binaries.
Requires Node 20+ and pnpm.
pnpm install
pnpm dev # http://localhost:5173
pnpm build # static site → .vitepress/dist
pnpm check:claims # validate public claims scriptThe published site is platform-agnostic (static HTML/CSS/JS). Local development is supported on macOS, Linux, and Windows (WSL recommended).
Do not report security vulnerabilities via GitHub issues. See
SECURITY.md for coordinated disclosure instructions.
- General questions: open an issue on this repository.
- Customer support: see the support section on the published site.
See LICENSE.