@1667-ai/windows-x64 0.0.0

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.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +12 -0
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # @1667-ai/windows-x64
2
+
3
+ Part of [1667](https://github.com/1667-ai/1667), a full-screen terminal environment for writing fiction
4
+ with language models.
5
+
6
+ This target is not supported and no release is planned for it.
7
+
8
+ 1667 dropped Windows as a shipped target while its native permission and
9
+ reparse-safe filesystem adapters are incomplete, and while no Windows runner is
10
+ available to execute and verify a candidate build. Shipping an artifact that no
11
+ platform gate has run against was judged worse than shipping none.
12
+
13
+ This name is held so that restoring the target later remains a small change
14
+ rather than a rename. Do not depend on this package.
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "@1667-ai/windows-x64",
3
+ "version": "0.0.0",
4
+ "description": "Unsupported platform target for 1667, the terminal writing environment. Name reserved; not a release.",
5
+ "keywords": ["cli", "tui", "terminal", "writing", "fiction", "llm"],
6
+ "license": "Apache-2.0",
7
+ "repository": { "type": "git", "url": "git+https://github.com/1667-ai/1667.git" },
8
+ "homepage": "https://github.com/1667-ai/1667",
9
+ "bugs": { "url": "https://github.com/1667-ai/1667/issues" },
10
+ "files": ["README.md"],
11
+ "publishConfig": { "access": "public" }
12
+ }