usesteady 0.1.0-alpha.3 → 0.1.0-alpha.4
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/package.json +1 -1
- package/ui/dist/ai.txt +14 -0
- package/ui/dist/apple-icon.png +0 -0
- package/ui/dist/assets/index-C_i9832M.js +268 -0
- package/ui/dist/assets/index-D_rglT6E.css +2 -0
- package/ui/dist/favicon-16.png +0 -0
- package/ui/dist/favicon-32.png +0 -0
- package/ui/dist/favicon.svg +22 -0
- package/ui/dist/icon-192.png +0 -0
- package/ui/dist/icon-512.png +0 -0
- package/ui/dist/icon.png +0 -0
- package/ui/dist/icons.svg +24 -0
- package/ui/dist/index.html +19 -0
- package/ui/dist/robots.txt +71 -0
package/package.json
CHANGED
package/ui/dist/ai.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# ai.txt — UseSteady
|
|
2
|
+
# https://site.ai/ai-txt (emerging standard, analogous to robots.txt for AI)
|
|
3
|
+
#
|
|
4
|
+
# This file declares the site owner's preferences regarding AI systems.
|
|
5
|
+
|
|
6
|
+
User-agent: *
|
|
7
|
+
Allow: none
|
|
8
|
+
|
|
9
|
+
# Training-data use is explicitly prohibited. See /AI-POLICY for the full policy.
|
|
10
|
+
Disallow-training: true
|
|
11
|
+
|
|
12
|
+
# Content on this site is proprietary and copyright Shortgigs LLC 2026.
|
|
13
|
+
# Apache 2.0 license grants certain usage rights but NOT the right to use
|
|
14
|
+
# this content or source code to train machine learning models.
|
|
Binary file
|