glassbox 0.8.2 → 0.8.3-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -309,7 +309,17 @@ Point the tool at the file. The export includes an "Instructions for AI Tools" s
309
309
 
310
310
  Data stays local. The only network calls are an optional once-per-day npm update check and AI analysis requests if you opt in.
311
311
 
312
- > **Note:** We're actively developing and testing on macOS. Linux and Windows builds are provided but less tested — if you run into issues on those platforms, please [open an issue](https://github.com/brianwestphal/glassbox/issues).
312
+ ## Platform support
313
+
314
+ Glassbox is developed and **actively tested on macOS** (Apple Silicon and Intel). Linux and Windows builds are produced by the same codebase and are intended to work, but they are **not regularly exercised** by the maintainers, so rough edges are likely.
315
+
316
+ If you use Glassbox on Linux or Windows, contributions are very welcome:
317
+
318
+ - **Try it and report back** — even a "works for me on Ubuntu 24.04" / "crashes on Windows 11 with X" comment is useful.
319
+ - **File issues** for anything that breaks or feels off — [open an issue](https://github.com/brianwestphal/glassbox/issues).
320
+ - **Send pull requests** for platform-specific fixes, packaging improvements, or test coverage.
321
+
322
+ The goal is genuine cross-platform support; we just don't have the cycles to validate every release on every OS without help.
313
323
 
314
324
  ## Development
315
325