@axionorbital/tamarind 1.1.2 → 1.2.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.
- package/THIRD-PARTY-NOTICES.md +23 -0
- package/package.json +10 -10
package/THIRD-PARTY-NOTICES.md
CHANGED
|
@@ -142,3 +142,26 @@ these components with the copyright line shown here substituted:
|
|
|
142
142
|
|
|
143
143
|
Additional open-source packages are bundled in compiled form; their license
|
|
144
144
|
identifiers are recorded in the package metadata of the source dependencies.
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## orca (stablyai/orca)
|
|
149
|
+
|
|
150
|
+
MIT License — Copyright (c) 2026 Lovecast Inc.
|
|
151
|
+
|
|
152
|
+
Portions of Tamarind's verification and scheduling machinery adapt code and
|
|
153
|
+
mechanics from the Orca project (https://github.com/stablyai/orca): the
|
|
154
|
+
unified-diff added-line-range parser and baseline-diff shape
|
|
155
|
+
(packages/opencode/src/plugin/airframe/gatebaseline.ts), the brittle-test-selector
|
|
156
|
+
guard (packages/opencode/src/plugin/airframe/projectgates.ts), and the precheck
|
|
157
|
+
process-tree-kill / tail-bounded-output patterns
|
|
158
|
+
(packages/desktop/src/main/schedules.ts).
|
|
159
|
+
|
|
160
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
161
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
162
|
+
the Software without restriction, including without limitation the rights to
|
|
163
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
164
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
165
|
+
so, subject to the following conditions: The above copyright notice and this
|
|
166
|
+
permission notice shall be included in all copies or substantial portions of
|
|
167
|
+
the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axionorbital/tamarind",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Tamarind — verification-first coding agent for the terminal.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"tamarind": "bin/tamarind"
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
"x64"
|
|
25
25
|
],
|
|
26
26
|
"optionalDependencies": {
|
|
27
|
-
"@axionorbital/tamarind-darwin-arm64": "1.
|
|
28
|
-
"@axionorbital/tamarind-darwin-x64-baseline": "1.
|
|
29
|
-
"@axionorbital/tamarind-linux-arm64": "1.
|
|
30
|
-
"@axionorbital/tamarind-linux-x64-musl": "1.
|
|
31
|
-
"@axionorbital/tamarind-linux-x64-baseline": "1.
|
|
32
|
-
"@axionorbital/tamarind-linux-x64": "1.
|
|
33
|
-
"@axionorbital/tamarind-darwin-x64": "1.
|
|
34
|
-
"@axionorbital/tamarind-linux-x64-baseline-musl": "1.
|
|
35
|
-
"@axionorbital/tamarind-linux-arm64-musl": "1.
|
|
27
|
+
"@axionorbital/tamarind-darwin-arm64": "1.2.0",
|
|
28
|
+
"@axionorbital/tamarind-darwin-x64-baseline": "1.2.0",
|
|
29
|
+
"@axionorbital/tamarind-linux-arm64": "1.2.0",
|
|
30
|
+
"@axionorbital/tamarind-linux-x64-musl": "1.2.0",
|
|
31
|
+
"@axionorbital/tamarind-linux-x64-baseline": "1.2.0",
|
|
32
|
+
"@axionorbital/tamarind-linux-x64": "1.2.0",
|
|
33
|
+
"@axionorbital/tamarind-darwin-x64": "1.2.0",
|
|
34
|
+
"@axionorbital/tamarind-linux-x64-baseline-musl": "1.2.0",
|
|
35
|
+
"@axionorbital/tamarind-linux-arm64-musl": "1.2.0"
|
|
36
36
|
},
|
|
37
37
|
"license": "UNLICENSED",
|
|
38
38
|
"private": false,
|