You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,3 +128,8 @@ Default to surfacing uncertainty, not hiding it.
128
128
129
129
-`AGENTS.md` predates the Avalonia/`src/` refactor and still describes a WPF app with a single root `YASN.csproj` and root-level entry points — its **layout, paths, and `dotnet run`/`publish` commands are stale**; its hard rules and style guidance remain authoritative. Trust this file and the README for layout.
130
130
- The app is **GUI-subsystem** (`OutputType=WinExe`) yet doubles as a CLI: in tray mode it has no console, so `AppLogger` only echoes to a console under `#if DEBUG` or when diagnose mode raises one (see `Diagnostics/DiagnoseMode.cs`). The CLI path attaches to the parent terminal (`Cli/ConsoleInterop.cs`).
0 commit comments