@wenathlan/saddle 1.8.11 → 1.8.13

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 (92) hide show
  1. package/LICENSE +646 -175
  2. package/README.md +11 -3
  3. package/dist/browser/recorder.d.ts +7 -13
  4. package/dist/browser/recorder.d.ts.map +1 -1
  5. package/dist/browser/recorder.js +42 -6
  6. package/dist/browser/recorder.js.map +1 -1
  7. package/dist/browser/snapshot.d.ts +12 -0
  8. package/dist/browser/snapshot.d.ts.map +1 -1
  9. package/dist/browser/snapshot.js +76 -0
  10. package/dist/browser/snapshot.js.map +1 -1
  11. package/dist/dispatch/resumable.d.ts +18 -1
  12. package/dist/dispatch/resumable.d.ts.map +1 -1
  13. package/dist/dispatch/resumable.js +28 -3
  14. package/dist/dispatch/resumable.js.map +1 -1
  15. package/dist/extension/build.d.ts.map +1 -1
  16. package/dist/extension/build.js +27 -3
  17. package/dist/extension/build.js.map +1 -1
  18. package/dist/index.d.ts +0 -1
  19. package/dist/index.d.ts.map +1 -1
  20. package/dist/index.js +0 -1
  21. package/dist/index.js.map +1 -1
  22. package/dist/memory/engine.d.ts +10 -0
  23. package/dist/memory/engine.d.ts.map +1 -1
  24. package/dist/memory/engine.js +57 -7
  25. package/dist/memory/engine.js.map +1 -1
  26. package/dist/modes/resolve.d.ts +55 -0
  27. package/dist/modes/resolve.d.ts.map +1 -1
  28. package/dist/modes/resolve.js +9 -0
  29. package/dist/modes/resolve.js.map +1 -1
  30. package/dist/packager/manifest.d.ts +15 -0
  31. package/dist/packager/manifest.d.ts.map +1 -1
  32. package/dist/packager/manifest.js +36 -0
  33. package/dist/packager/manifest.js.map +1 -1
  34. package/dist/queue/persistent.d.ts +2 -1
  35. package/dist/queue/persistent.d.ts.map +1 -1
  36. package/dist/queue/persistent.js +27 -10
  37. package/dist/queue/persistent.js.map +1 -1
  38. package/dist/release/assets.d.ts +25 -0
  39. package/dist/release/assets.d.ts.map +1 -1
  40. package/dist/release/assets.js +67 -4
  41. package/dist/release/assets.js.map +1 -1
  42. package/dist/release/verify.d.ts +12 -0
  43. package/dist/release/verify.d.ts.map +1 -0
  44. package/dist/release/verify.js +112 -0
  45. package/dist/release/verify.js.map +1 -0
  46. package/dist/scrape/robots.js +1 -1
  47. package/dist/scrape/schema.d.ts +18 -0
  48. package/dist/scrape/schema.d.ts.map +1 -1
  49. package/dist/scrape/schema.js +67 -0
  50. package/dist/scrape/schema.js.map +1 -1
  51. package/dist/storage/s3compatible.d.ts +1 -0
  52. package/dist/storage/s3compatible.d.ts.map +1 -1
  53. package/dist/storage/s3compatible.js +43 -4
  54. package/dist/storage/s3compatible.js.map +1 -1
  55. package/dist/workflow/manifest.d.ts +1 -0
  56. package/dist/workflow/manifest.d.ts.map +1 -1
  57. package/dist/workflow/manifest.js +1 -0
  58. package/dist/workflow/manifest.js.map +1 -1
  59. package/dist/workflow/triggers.d.ts +30 -2
  60. package/dist/workflow/triggers.d.ts.map +1 -1
  61. package/dist/workflow/triggers.js +67 -1
  62. package/dist/workflow/triggers.js.map +1 -1
  63. package/docs/actionrecorder.md +12 -0
  64. package/docs/artifactavailability.md +52 -1
  65. package/docs/batches-1816-1820.md +13 -0
  66. package/docs/capabilityreport.md +13 -0
  67. package/docs/documentmap-1.8.12.md +17 -0
  68. package/docs/licenseaudit-1.8.12.md +21 -0
  69. package/docs/memoryengine.md +21 -0
  70. package/docs/nativeidentityresearch-1.8.11.md +69 -0
  71. package/docs/releaseassets.md +6 -2
  72. package/docs/releasenotes-1.8.12.md +46 -0
  73. package/docs/releasenotes-1.8.13.md +42 -0
  74. package/docs/repo-analysis-1.8.21.json +2617 -0
  75. package/docs/repo-candidates-1.8.21.jsonl +666 -0
  76. package/docs/repo-research-1.8.21.md +38 -0
  77. package/docs/repo-selected-1.8.21.json +786 -0
  78. package/docs/repo-synthesis-1.8.21.md +112 -0
  79. package/docs/s3compatible.md +12 -0
  80. package/docs/scanningresearch-1.8.11.md +17 -0
  81. package/docs/securityreferences-1.8.11.md +10 -0
  82. package/docs/securityresearch-1.8.11.md +19 -0
  83. package/docs/signingresearch-1.8.12.md +167 -0
  84. package/docs/signingwithoutcertificates.md +54 -0
  85. package/docs/signpathapplication.md +11 -0
  86. package/docs/sitemap.md +14 -0
  87. package/docs/tauri-glib-risk-1.8.11.md +11 -0
  88. package/docs/workflowinputs.md +17 -0
  89. package/extension/manifest.json +15 -2
  90. package/package.json +2 -1
  91. package/license.md +0 -203
  92. package/license.txt +0 -203
package/license.md DELETED
@@ -1,203 +0,0 @@
1
- PROPRIETARY SOURCE-AVAILABLE LICENSE - VIEW ONLY
2
- Version 1.0, August 2026
3
-
4
- Copyright (C) August 2026 devthink, nathlan, iakadion, nathu filho, allan neris, andraneris
5
- Everyone is permitted to view this license document, but changing it
6
- is not allowed. This license is NOT an Open Source license.
7
-
8
- Preamble
9
-
10
- This License governs the source code made available by the Licensor.
11
- Unlike free software licenses such as the GNU GPL, this is a
12
- proprietary, source-available license.
13
-
14
- The Software is made visible for transparency and verification
15
- purposes only. It is NOT free software. It is NOT open source.
16
-
17
- When we speak of proprietary, we are referring to full ownership and
18
- restriction, not freedom. Our intention is to protect the Licensor's
19
- exclusive rights to copy, modify, distribute and use the work. By
20
- contrast to the GPL which guarantees your freedom to share and change,
21
- this License is intended to guarantee that the Software remains the
22
- exclusive property of its authors and that no rights beyond viewing
23
- are granted.
24
-
25
- To protect our rights, we must prevent others from copying, modifying,
26
- distributing, or using the Software without permission. Therefore,
27
- you have no rights to convey, modify, or use the Software beyond
28
- viewing it in its public repository form.
29
-
30
- For the authors' protection, this License clearly explains that there
31
- is no warranty for this proprietary software and that any unauthorized
32
- use will be treated as copyright infringement.
33
-
34
- The precise terms and conditions for viewing and restriction follow.
35
-
36
- TERMS AND CONDITIONS
37
-
38
- 0. Definitions.
39
-
40
- "This License" refers to version 1.0 of the Proprietary Source-Available
41
- License - View Only.
42
-
43
- "Copyright" also means copyright-like laws that apply to other kinds of
44
- works.
45
-
46
- "The Program" or "The Software" refers to any copyrightable work licensed
47
- under this License, including source code, object code, documentation,
48
- and associated files. Each licensee is addressed as "you".
49
-
50
- "Licensor" refers to the copyright holders: devthink, nathlan, iakadion,
51
- nathu filho, allan neris, andraneris.
52
-
53
- To "view" means to read and examine the Software in its public repository
54
- form through a web browser, without creating a local copy beyond the
55
- temporary cache of your browser.
56
-
57
- To "use" means to execute, run, compile, deploy, host, or otherwise
58
- benefit from the functionality of the Software, which is NOT permitted.
59
-
60
- 1. Ownership and Intellectual Property.
61
-
62
- The Software is and shall remain the exclusive property of the Licensor.
63
- All right, title, and interest in and to the Software, including all
64
- copyrights, trademarks, trade secrets, and other intellectual property
65
- rights, are owned solely by the Licensor.
66
-
67
- No ownership rights, implied or otherwise, are transferred to you under
68
- this License. All rights not expressly granted are reserved.
69
-
70
- 2. Grant of Rights - VIEW ONLY.
71
-
72
- Subject to the terms of this License, Licensor grants you a limited,
73
- non-exclusive, non-transferable, revocable license solely to VIEW the
74
- Software in its public repository form for personal evaluation.
75
-
76
- This grant DOES NOT include any right to:
77
-
78
- a) use, execute, or run the Software;
79
- b) copy, reproduce, or duplicate;
80
- c) modify, adapt, or create derivative works;
81
- d) distribute, publish, sublicense, or sell;
82
- e) reverse engineer or decompile.
83
-
84
- 3. Prohibitions and Restrictions.
85
-
86
- You are STRICTLY PROHIBITED from undertaking any of the following
87
- without prior written permission from the Licensor:
88
-
89
- a) Copying, reproducing, duplicating, or storing the Software, in
90
- whole or in part, in any medium;
91
-
92
- b) Modifying, adapting, translating, transforming, or creating
93
- derivative works based on the Software;
94
-
95
- c) Distributing, publishing, sublicensing, disclosing, or otherwise
96
- making the Software available to third parties, whether gratis or
97
- for a fee;
98
-
99
- d) Using the Software for any purpose, including but not limited to
100
- development, production, commercial use, internal business operations,
101
- offering as a service (SaaS), or training artificial intelligence
102
- models;
103
-
104
- e) Removing, altering, or obscuring any copyright, proprietary, or
105
- license notices contained in the Software;
106
-
107
- f) Reverse engineering, decompiling, disassembling, or attempting to
108
- derive the source code of the Software.
109
-
110
- Any use beyond viewing constitutes copyright infringement and will be
111
- prosecuted to the fullest extent of the law.
112
-
113
- 4. Confidentiality.
114
-
115
- The Software contains confidential information and proprietary trade
116
- secrets of the Licensor. Unauthorized access, inspection, or disclosure
117
- is strictly prohibited and may result in civil and criminal liability.
118
-
119
- 5. No Warranty.
120
-
121
- The Software is provided for viewing only and may contain errors or
122
- omissions. No support, maintenance, or updates are implied.
123
-
124
- 6. Acceptance Not Required for Viewing.
125
-
126
- You are not required to accept this License to view the Software in a
127
- web browser. However, any action beyond viewing, such as copying,
128
- modifying, or using the Software, requires explicit written permission
129
- and a separate license agreement. By doing so without permission, you
130
- infringe copyright.
131
-
132
- 7. Termination.
133
-
134
- This License and all rights granted herein automatically terminate upon
135
- any breach of Section 3 by you. Upon termination, you must cease all
136
- viewing and destroy all copies, including cached or local copies, of
137
- the Software in your possession.
138
-
139
- Moreover, termination does not terminate the rights of the Licensor
140
- to seek damages or injunctive relief.
141
-
142
- 8. Disclaimer of Warranty.
143
-
144
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
145
- APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
146
- HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
147
- OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
148
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
149
- PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
150
- IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
151
- ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
152
-
153
- 9. Limitation of Liability.
154
-
155
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
156
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO HAS VIEWED THE PROGRAM
157
- AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
158
- GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
159
- VIEWING OR INABILITY TO VIEW THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS
160
- OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
161
- PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE), EVEN IF SUCH HOLDER OR
162
- OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
163
-
164
- 10. Interpretation and Governing Law.
165
-
166
- If the disclaimer of warranty and limitation of liability provided above
167
- cannot be given local legal effect according to their terms, reviewing
168
- courts shall apply local law that most closely approximates an absolute
169
- waiver of all civil liability in connection with the Program, unless a
170
- warranty or assumption of liability accompanies a copy of the Program
171
- in return for a fee.
172
-
173
- This License shall be governed by the laws of Brazil.
174
-
175
- END OF TERMS AND CONDITIONS
176
-
177
- How to Apply These Terms to Your New Programs
178
-
179
- If you develop a new program, and you want it to remain proprietary and
180
- fully owned by you, with source visible but with no rights granted, the
181
- best way to achieve this is to attach the following notices to the program.
182
- It is safest to attach them to the start of each source file.
183
-
184
- <one line to give the program's name and a brief idea of what it does.>
185
- Copyright (C) August 2026 devthink, nathlan, iakadion, nathu filho, allan neris, andraneris
186
- Project ID: saddle
187
-
188
- This program is proprietary and confidential: you can view its source
189
- code for evaluation purposes only under the terms of the Proprietary
190
- Source-Available License - View Only as published by the Licensor.
191
- You are not permitted to copy, modify, distribute, or use this program
192
- without prior written permission.
193
-
194
- This program is distributed in the hope that it will be transparent,
195
- but WITHOUT ANY WARRANTY; without even the implied warranty of
196
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
197
- Proprietary Source-Available License for more details.
198
-
199
- You should have received a copy of the Proprietary Source-Available
200
- License along with this program. If not, see
201
- <https://github.com/wenathlan/saddle/blob/main/license.txt>
202
-
203
- Also add information on how to contact you by electronic and paper mail.
package/license.txt DELETED
@@ -1,203 +0,0 @@
1
- PROPRIETARY SOURCE-AVAILABLE LICENSE - VIEW ONLY
2
- Version 1.0, August 2026
3
-
4
- Copyright (C) August 2026 devthink, nathlan, iakadion, nathu filho, allan neris, andraneris
5
- Everyone is permitted to view this license document, but changing it
6
- is not allowed. This license is NOT an Open Source license.
7
-
8
- Preamble
9
-
10
- This License governs the source code made available by the Licensor.
11
- Unlike free software licenses such as the GNU GPL, this is a
12
- proprietary, source-available license.
13
-
14
- The Software is made visible for transparency and verification
15
- purposes only. It is NOT free software. It is NOT open source.
16
-
17
- When we speak of proprietary, we are referring to full ownership and
18
- restriction, not freedom. Our intention is to protect the Licensor's
19
- exclusive rights to copy, modify, distribute and use the work. By
20
- contrast to the GPL which guarantees your freedom to share and change,
21
- this License is intended to guarantee that the Software remains the
22
- exclusive property of its authors and that no rights beyond viewing
23
- are granted.
24
-
25
- To protect our rights, we must prevent others from copying, modifying,
26
- distributing, or using the Software without permission. Therefore,
27
- you have no rights to convey, modify, or use the Software beyond
28
- viewing it in its public repository form.
29
-
30
- For the authors' protection, this License clearly explains that there
31
- is no warranty for this proprietary software and that any unauthorized
32
- use will be treated as copyright infringement.
33
-
34
- The precise terms and conditions for viewing and restriction follow.
35
-
36
- TERMS AND CONDITIONS
37
-
38
- 0. Definitions.
39
-
40
- "This License" refers to version 1.0 of the Proprietary Source-Available
41
- License - View Only.
42
-
43
- "Copyright" also means copyright-like laws that apply to other kinds of
44
- works.
45
-
46
- "The Program" or "The Software" refers to any copyrightable work licensed
47
- under this License, including source code, object code, documentation,
48
- and associated files. Each licensee is addressed as "you".
49
-
50
- "Licensor" refers to the copyright holders: devthink, nathlan, iakadion,
51
- nathu filho, allan neris, andraneris.
52
-
53
- To "view" means to read and examine the Software in its public repository
54
- form through a web browser, without creating a local copy beyond the
55
- temporary cache of your browser.
56
-
57
- To "use" means to execute, run, compile, deploy, host, or otherwise
58
- benefit from the functionality of the Software, which is NOT permitted.
59
-
60
- 1. Ownership and Intellectual Property.
61
-
62
- The Software is and shall remain the exclusive property of the Licensor.
63
- All right, title, and interest in and to the Software, including all
64
- copyrights, trademarks, trade secrets, and other intellectual property
65
- rights, are owned solely by the Licensor.
66
-
67
- No ownership rights, implied or otherwise, are transferred to you under
68
- this License. All rights not expressly granted are reserved.
69
-
70
- 2. Grant of Rights - VIEW ONLY.
71
-
72
- Subject to the terms of this License, Licensor grants you a limited,
73
- non-exclusive, non-transferable, revocable license solely to VIEW the
74
- Software in its public repository form for personal evaluation.
75
-
76
- This grant DOES NOT include any right to:
77
-
78
- a) use, execute, or run the Software;
79
- b) copy, reproduce, or duplicate;
80
- c) modify, adapt, or create derivative works;
81
- d) distribute, publish, sublicense, or sell;
82
- e) reverse engineer or decompile.
83
-
84
- 3. Prohibitions and Restrictions.
85
-
86
- You are STRICTLY PROHIBITED from undertaking any of the following
87
- without prior written permission from the Licensor:
88
-
89
- a) Copying, reproducing, duplicating, or storing the Software, in
90
- whole or in part, in any medium;
91
-
92
- b) Modifying, adapting, translating, transforming, or creating
93
- derivative works based on the Software;
94
-
95
- c) Distributing, publishing, sublicensing, disclosing, or otherwise
96
- making the Software available to third parties, whether gratis or
97
- for a fee;
98
-
99
- d) Using the Software for any purpose, including but not limited to
100
- development, production, commercial use, internal business operations,
101
- offering as a service (SaaS), or training artificial intelligence
102
- models;
103
-
104
- e) Removing, altering, or obscuring any copyright, proprietary, or
105
- license notices contained in the Software;
106
-
107
- f) Reverse engineering, decompiling, disassembling, or attempting to
108
- derive the source code of the Software.
109
-
110
- Any use beyond viewing constitutes copyright infringement and will be
111
- prosecuted to the fullest extent of the law.
112
-
113
- 4. Confidentiality.
114
-
115
- The Software contains confidential information and proprietary trade
116
- secrets of the Licensor. Unauthorized access, inspection, or disclosure
117
- is strictly prohibited and may result in civil and criminal liability.
118
-
119
- 5. No Warranty.
120
-
121
- The Software is provided for viewing only and may contain errors or
122
- omissions. No support, maintenance, or updates are implied.
123
-
124
- 6. Acceptance Not Required for Viewing.
125
-
126
- You are not required to accept this License to view the Software in a
127
- web browser. However, any action beyond viewing, such as copying,
128
- modifying, or using the Software, requires explicit written permission
129
- and a separate license agreement. By doing so without permission, you
130
- infringe copyright.
131
-
132
- 7. Termination.
133
-
134
- This License and all rights granted herein automatically terminate upon
135
- any breach of Section 3 by you. Upon termination, you must cease all
136
- viewing and destroy all copies, including cached or local copies, of
137
- the Software in your possession.
138
-
139
- Moreover, termination does not terminate the rights of the Licensor
140
- to seek damages or injunctive relief.
141
-
142
- 8. Disclaimer of Warranty.
143
-
144
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
145
- APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
146
- HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
147
- OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
148
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
149
- PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
150
- IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
151
- ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
152
-
153
- 9. Limitation of Liability.
154
-
155
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
156
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO HAS VIEWED THE PROGRAM
157
- AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
158
- GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
159
- VIEWING OR INABILITY TO VIEW THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS
160
- OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
161
- PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE), EVEN IF SUCH HOLDER OR
162
- OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
163
-
164
- 10. Interpretation and Governing Law.
165
-
166
- If the disclaimer of warranty and limitation of liability provided above
167
- cannot be given local legal effect according to their terms, reviewing
168
- courts shall apply local law that most closely approximates an absolute
169
- waiver of all civil liability in connection with the Program, unless a
170
- warranty or assumption of liability accompanies a copy of the Program
171
- in return for a fee.
172
-
173
- This License shall be governed by the laws of Brazil.
174
-
175
- END OF TERMS AND CONDITIONS
176
-
177
- How to Apply These Terms to Your New Programs
178
-
179
- If you develop a new program, and you want it to remain proprietary and
180
- fully owned by you, with source visible but with no rights granted, the
181
- best way to achieve this is to attach the following notices to the program.
182
- It is safest to attach them to the start of each source file.
183
-
184
- <one line to give the program's name and a brief idea of what it does.>
185
- Copyright (C) August 2026 devthink, nathlan, iakadion, nathu filho, allan neris, andraneris
186
- Project ID: saddle
187
-
188
- This program is proprietary and confidential: you can view its source
189
- code for evaluation purposes only under the terms of the Proprietary
190
- Source-Available License - View Only as published by the Licensor.
191
- You are not permitted to copy, modify, distribute, or use this program
192
- without prior written permission.
193
-
194
- This program is distributed in the hope that it will be transparent,
195
- but WITHOUT ANY WARRANTY; without even the implied warranty of
196
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
197
- Proprietary Source-Available License for more details.
198
-
199
- You should have received a copy of the Proprietary Source-Available
200
- License along with this program. If not, see
201
- <https://github.com/wenathlan/saddle/blob/main/license.txt>
202
-
203
- Also add information on how to contact you by electronic and paper mail.