Skip to content

Low priority: build:web rewrites generated route tree formatting #46

Description

@polymath-orchestrator

During deploy verification for PR #45 / issue #44 on 2026-07-06, restarting ao-web.service ran the configured ExecStartPre=/usr/bin/npm --prefix frontend run build:web from the main checkout. The build succeeded and the service verified healthy, but the Vite/TanStack build rewrote frontend/src/renderer/routeTree.gen.ts formatting in the checkout.

Observed diff shape: generated route tree changed from the committed double-quote/semicolon/tab style to single quotes, no semicolons, and two-space formatting. No route content changed in the inspected diff.

Why this is low priority: deploy succeeded, fresh service logs had no WARN/ERROR/FATAL lines, and live /, /healthz, /readyz, and /favicon.ico returned 200 locally and over Tailscale. This is cleanup noise in the production checkout, not a deploy blocker.

Verification from the same deploy:

  • systemctl --user restart ao-web.service succeeded.
  • Fresh ao-web.service logs since 2026-07-06T09:00:45Z had no Unknown project config warnings and no WARN/ERROR/FATAL lines.
  • The generated-file diff was restored after inspection so the checkout was not left dirty for this file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingno-aoOpt OUT of ao auto-pickup entirely — ao never works this

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions