From c71e55e81411982c8ff5f59b24f6229b97102a1f Mon Sep 17 00:00:00 2001 From: Labyricorn Date: Fri, 17 Jul 2026 08:51:10 -0700 Subject: [PATCH] Add submission links and session ID --- HACKATHON_SUBMISSION.md | 13 ++++++------- JUDGING.md | 4 ++-- README.md | 3 ++- package.json | 2 ++ src-tauri/Cargo.toml | 1 + 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/HACKATHON_SUBMISSION.md b/HACKATHON_SUBMISSION.md index 916ab43..24756f1 100644 --- a/HACKATHON_SUBMISSION.md +++ b/HACKATHON_SUBMISSION.md @@ -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 diff --git a/JUDGING.md b/JUDGING.md index 649574e..a293023 100644 --- a/JUDGING.md +++ b/JUDGING.md @@ -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) diff --git a/README.md b/README.md index f82e733..e24cd56 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 58bb767..2454604 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8476419..7bac6ef 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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"