hotlap 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.
- package/README.md +6 -0
- package/package.json +11 -0
package/README.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# hotlap
|
|
2
|
+
|
|
3
|
+
Placeholder. This version reserves the name so the GitHub Actions Trusted Publisher can be configured; it ships no code.
|
|
4
|
+
|
|
5
|
+
Hotlap is a fork of [T3 Code](https://github.com/pingdotgg/t3code) (MIT). Real releases come from
|
|
6
|
+
[shwarmadev/hotlap](https://github.com/shwarmadev/hotlap).
|
package/package.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "hotlap",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Placeholder release. Hotlap is a personal fork of T3 Code; the real CLI ships from the release workflow.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/shwarmadev/hotlap"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"keywords": ["hotlap", "t3", "coding-agents"]
|
|
11
|
+
}
|