Add submission links and session ID

This commit is contained in:
2026-07-17 08:51:10 -07:00
parent 9c2ab17c25
commit c71e55e814
5 changed files with 13 additions and 10 deletions
+6 -7
View File
@@ -9,9 +9,9 @@ Status date: July 17, 2026
- Track: Apps for Your Life
- Created: July 16, 2026, during the submission period
- Primary Codex build task: `019f6edd-de3d-78d2-8b6f-67af5fe6c44c`
- `/feedback` session ID: **pending**
- Intended repository: `https://github.com/Labyricorn/thinkloom-openai-hackathon` (**not yet created**)
- Public release/testing URL: **pending**
- `/feedback` session ID: `019f6edd-de3d-78d2-8b6f-67af5fe6c44c`
- Public repository: `https://github.com/Labyricorn/thinkloom-openai-hackathon`
- Public release/testing URL: `https://github.com/Labyricorn/thinkloom-openai-hackathon/releases/tag/v0.1.0`
- Public YouTube demo URL: **pending**
- License: GNU Affero General Public License v3.0 only
@@ -56,9 +56,9 @@ Thinkloom demonstrates a specific form of human-AI collaboration: the system can
- [x] Demo narration and shot list prepared
- [x] Entrant confirms sole ownership of the original project name, icon, example content, and other original assets
- [x] AGPL-3.0-only license selected and added
- [ ] `/feedback` is submitted from the primary build task and the resulting session ID is added
- [ ] GitHub CLI is installed and authenticated
- [ ] Public repository is created and its URL is verified
- [x] `/feedback` is submitted from the primary build task and the resulting session ID is added
- [x] GitHub CLI is installed and authenticated
- [x] Public repository is created and its URL is verified
- [ ] Installers are attached to a public release available through the end of judging
- [ ] Demo is recorded with audio, kept under three minutes, uploaded publicly to YouTube, and linked
- [ ] Demo is reviewed for unlicensed music, third-party material, private data, and incidental trademarks
@@ -69,6 +69,5 @@ Thinkloom demonstrates a specific form of human-AI collaboration: the system can
## Devpost fields still requiring the entrant
- Public YouTube URL
- `/feedback` session ID
- Any profile information requested by Devpost
- Final agreement to the Official Rules when submitting
+2 -2
View File
@@ -10,9 +10,9 @@ The current hackathon build is unsigned. Windows may show an unknown-publisher o
## Install without rebuilding
Before Devpost submission, replace the pending item below with the public GitHub Release URL and attach both existing artifacts:
Download the Windows installers from the public [Thinkloom v0.1.0 release](https://github.com/Labyricorn/thinkloom-openai-hackathon/releases/tag/v0.1.0):
- **Pending public release URL**
- [Public v0.1.0 release](https://github.com/Labyricorn/thinkloom-openai-hackathon/releases/tag/v0.1.0)
- `Thinkloom_0.1.0_x64-setup.exe` (NSIS installer)
- `Thinkloom_0.1.0_x64_en-US.msi` (MSI installer)
+2 -1
View File
@@ -27,9 +27,10 @@ GPT-5.6 Sol was used throughout the Codex discussions for product reasoning, arc
Primary Codex build task: `019f6edd-de3d-78d2-8b6f-67af5fe6c44c`.
Required `/feedback` session ID: **pending submission from the primary build task**.
Required `/feedback` session ID: `019f6edd-de3d-78d2-8b6f-67af5fe6c44c`.
See [HACKATHON_SUBMISSION.md](HACKATHON_SUBMISSION.md), [DEMO_SCRIPT.md](DEMO_SCRIPT.md), and [JUDGING.md](JUDGING.md) for the submission package.
## Implemented workflow
- Reversible Ideation, Drafting, and Finalization phases
+2
View File
@@ -3,6 +3,8 @@
"version": "0.1.0",
"author": "Christopher Chambers",
"license": "AGPL-3.0-only",
"repository": "https://github.com/Labyricorn/thinkloom-openai-hackathon.git",
"homepage": "https://github.com/Labyricorn/thinkloom-openai-hackathon",
"private": true,
"type": "module",
"engines": { "node": ">=22.13.0" },
+1
View File
@@ -4,6 +4,7 @@ version = "0.1.0"
description = "Local-first writing studio with creative provenance"
authors = ["Christopher Chambers"]
license = "AGPL-3.0-only"
repository = "https://github.com/Labyricorn/thinkloom-openai-hackathon.git"
edition = "2021"
rust-version = "1.77.2"