Spaces:
Running
Running
feat: add starter kit zip download and update index
Browse filesLink starter kit button to downloadable .zip file instead of
browsing the directory.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- index.html +1 -1
- my-assistant.zip +3 -0
- my-assistant/data/.gitkeep +0 -0
- my-assistant/scripts/.gitkeep +0 -0
index.html
CHANGED
|
@@ -177,7 +177,7 @@
|
|
| 177 |
<div class="card starter-kit">
|
| 178 |
<h2>My Assistant — Starter Kit</h2>
|
| 179 |
<p>A ready-to-use workspace template for building your personal AI coding assistant with Codex. Includes custom instructions, context files, and reusable skills.</p>
|
| 180 |
-
<a class="dl-btn" href="my-assistant
|
| 181 |
</div>
|
| 182 |
|
| 183 |
<!-- Presentations -->
|
|
|
|
| 177 |
<div class="card starter-kit">
|
| 178 |
<h2>My Assistant — Starter Kit</h2>
|
| 179 |
<p>A ready-to-use workspace template for building your personal AI coding assistant with Codex. Includes custom instructions, context files, and reusable skills.</p>
|
| 180 |
+
<a class="dl-btn" href="my-assistant.zip" download>Download starter kit (.zip)</a>
|
| 181 |
</div>
|
| 182 |
|
| 183 |
<!-- Presentations -->
|
my-assistant.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df8d209764760f2babb05c215713c2bb3a5179a39f226ad140d59a192fd5c394
|
| 3 |
+
size 12711
|
my-assistant/data/.gitkeep
DELETED
|
File without changes
|
my-assistant/scripts/.gitkeep
DELETED
|
File without changes
|