From a33ed3cdb2f0d7752f26aea33f6df63ef35ed192 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Sun, 12 Jul 2026 11:35:01 +0000 Subject: [PATCH] chore: ignore graphify output artifacts --- .gitignore | 2 ++ README.md | 13 +++---------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 8d40a06..6b039f7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ coverage.* /.claude/worktrees/ /CLAUDE.md /PLAN.md +graphify_out/ +graphify-out/ diff --git a/README.md b/README.md index 384e0cb..aa06c84 100644 --- a/README.md +++ b/README.md @@ -48,16 +48,9 @@ from the dispatch UI instead of failing the whole app. ## Supported platforms -- Linux, including Ubuntu, on amd64 and arm64 -- macOS on Intel and Apple silicon -- Windows 10/11 through WSL2 with an Ubuntu distribution - -On Windows, install and run `uam` and the provider CLIs inside the same WSL2 -distribution. Sessions and paths then live inside that Linux environment. -Native Windows processes are not supported yet: the session host depends on a -Unix PTY, Unix process groups, and owner-only Unix runtime directories. A native -port requires a ConPTY and Job Object backend and will not be advertised until -its full create/list/attach/stop/restart lifecycle passes on Windows. +- Linux (Ubuntu), on amd64 and arm64 +- macOS, on Intel and Apple silicon +- Native Windows is not supported. ## Install