AkurAI Build
Menu

BifrOSt-Web

public

Latest change 494d28c446d4a11360c637435e9aaa56207440e6 - Document Titan-only web workflow by Ólafur Búi Ólafsson

# BifrOSt Web Agent Guide

## Scope

This repository owns the BifrOSt website. Keep operating-system, installer, release-signing, and application source in the sibling BifrOSt repositories.

## Titan-only execution

- A laptop is a source-control client only. Do not compile, test, bundle, serve, or run asset pipelines on it.
- Commit only intended source changes, push them to the hosted Git remote, then fast-forward Titan's checkout with `git pull --ff-only`.
- Run all formatting, checks, tests, builds, previews, and deployment work on Titan.
- Never use file synchronization as a substitute for Git. Titan must execute the exact pushed commit.
- Do not add GitHub Actions or another workload path that bypasses Titan.

## Verification

Run the narrowest check for the changed contract on Titan. For UI changes, launch the Titan-built site and exercise the affected path in a browser; compilation alone is not verification.

## Repository hygiene

Do not commit generated build output, caches, credentials, or deployment secrets. Treat unexpected working-tree changes as user work and do not overwrite them.