47 commits from the align branch merged onto the force-updated remote base (which had replayed an earlier snapshot of the same work plus new overlay/pointer features and CI fixes). Conflict resolution: kept the newer align side for the generation pipeline (orchestrator, mcp, skills, design tools), kept the base side for the chat-panel test semantics and graceful overlay teardown, fused both in sub_agent_session (design-turn thinking policy + graceful epoch finish), and dropped the files each side had deleted (legacy concurrent/dashboard paths, retired TS skills). Deduped two identical replayed hunks (export.rs, chat_session_tests.rs). Known issue carried over: provider_probe_host::landed_connected_outcome_ without_models_is_failure fails on a host with a live provider config (env-sensitive test, both sides byte-identical there; green on CI).
28 lines
984 B
Plaintext
28 lines
984 B
Plaintext
# oxfmt picks this file up automatically (alongside .gitignore).
|
|
|
|
# Git submodules — owned by separate repos, not formatted from here.
|
|
vendor/agent/
|
|
vendor/casement/
|
|
vendor/jian/
|
|
# Vendored fork of rust-skia — keep upstream Cargo.toml / .orig formatting
|
|
# byte-identical so the diff against upstream stays minimal.
|
|
vendor/skia-safe-op/
|
|
|
|
# Rust build artifacts
|
|
target/
|
|
|
|
# Auto-generated by @tanstack/router-plugin.
|
|
apps/web/src/routeTree.gen.ts
|
|
|
|
# op-design-lint TS-oracle parity goldens — regenerated by
|
|
# `tools/dump-diagnostics-golden.ts` via `JSON.stringify(value, null, 2)`,
|
|
# which keeps 4-element arrays multi-line. oxfmt's `printWidth: 100`
|
|
# inlines them, causing the CI drift guard (rust-check.yml: "Fail on
|
|
# golden drift") to red on every push. Keep these byte-identical to
|
|
# what the TS oracle emits.
|
|
crates/op-design-lint/tests/fixtures/golden/
|
|
|
|
# Local scratch / tutorial outputs (not part of the codebase; users won't have these dirs).
|
|
.baoyu-skills/
|
|
xhs-images/
|