Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1012 Bytes

File metadata and controls

27 lines (18 loc) · 1012 Bytes

Agent Instructions

This repo owns the Agent Trail website and web viewer surfaces.

Workflow

  • Start from the linked Linear issue or maintainer direction.
  • Keep changes scoped to web UI, viewer behavior, routing, docs pages, or web deployment.
  • Do not change the Agent Trail file format contract here; make spec changes in the spec repo.
  • Do not commit real local sessions, secrets, credentials, private logs, or unredacted user data.

Commands

  • Use mise run setup for local tool and hook setup.
  • Use mise run check before opening or updating a pull request.
  • Use mise run check:actions after editing GitHub Actions workflows.

Dependencies and Tools

  • Before introducing a package, tool, or GitHub Action, check the latest upstream stable version and use it unless there is a documented reason not to.

Pull Requests

  • Use .github/PULL_REQUEST_TEMPLATE.md.
  • Link the Linear issue.
  • State web UI, viewer, URL, or docs impact.
  • Include exact verification commands and results.