6c2f3899c8
git.karti.ai/PIG/PIG-Demo is now the source of truth, public and anonymously cloneable. Every self-link in the site and the docs repoints there — Gitea serves file paths at /src/branch/main/, not /blob/main/, so those needed rewriting rather than a hostname swap. CI moves with it. An archived GitHub repo is read-only and its Actions stop firing, so leaving the workflow there would have meant a repo whose gates silently never run. .github/ is deleted rather than kept for reference: a workflow that can never execute is worse than no workflow, because it looks like coverage. The Gitea workflow is not a copy. That runner is aarch64 and installs pnpm through corepack from `packageManager` rather than pnpm/action-setup, uses checkout@v4 and setup-node@v4, and fetches uv from astral.sh directly. It is also configured `container.network: host` — nothing here needs a service container, but the comment says so, because that setting cost the sibling repo three failed runs. The header and footer icon changed from the GitHub mark to a neutral one. A GitHub logo pointing at a Gitea instance is a small lie about where the code lives, on a site whose argument is that you can go and check it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019mt6sHQHEnEYrJZvoMCJSB
56 lines
2.5 KiB
Plaintext
56 lines
2.5 KiB
Plaintext
PIG-Demo
|
|
Copyright 2026 Karti Tripathi
|
|
|
|
This product includes software and data developed by third parties, listed
|
|
below with their licences. Full licence texts are linked; where a licence
|
|
requires a copy to be distributed, it is included in this repository.
|
|
|
|
--------------------------------------------------------------------------------
|
|
shadcn/ui — MIT
|
|
https://github.com/shadcn-ui/ui
|
|
The components under src/components/ui/ are derived from shadcn/ui's registry
|
|
and adapted by hand. navigation-menu.tsx is a substantial rewrite: the upstream
|
|
version targets Tailwind 4 and this project is on Tailwind 3.4.
|
|
|
|
Radix UI — MIT
|
|
https://github.com/radix-ui/primitives
|
|
The unstyled primitives those components are built on.
|
|
|
|
--------------------------------------------------------------------------------
|
|
Wordnik word list — MIT
|
|
https://github.com/wordnik/wordlist
|
|
Snapshot wordlist-20210729.txt. Source of envs/wordle_five/words/guesses.json.
|
|
|
|
SCOWL (Spell Checker Oriented Word Lists) — permissive, attribution required
|
|
http://wordlist.aspell.net/
|
|
Copyright 2000-2020 Kevin Atkinson. The `wamerican` list is used, in
|
|
intersection with the above, to derive envs/wordle_five/words/answers.json.
|
|
See envs/wordle_five/words/PROVENANCE.md for exactly how.
|
|
|
|
--------------------------------------------------------------------------------
|
|
Manrope — SIL Open Font License 1.1
|
|
https://github.com/sharanda/manrope
|
|
Copyright 2019 The Manrope Project Authors. Licence text: public/fonts/OFL.txt
|
|
"Manrope" is a Reserved Font Name under that licence: a modified version of the
|
|
font may not be distributed under that name.
|
|
|
|
Lucide — ISC
|
|
https://github.com/lucide-icons/lucide
|
|
Icons, themselves derived from Feather (MIT, copyright 2013-2017 Cole Bemis).
|
|
|
|
Recharts — MIT
|
|
https://github.com/recharts/recharts
|
|
|
|
--------------------------------------------------------------------------------
|
|
PIG (Prime Intellect Growth) — Apache-2.0
|
|
https://git.karti.ai/PIG/PIG-Demo is a sibling of that project. The design
|
|
token layer in src/index.css and the palette in tailwind.config.js are derived
|
|
from it. Same author; the notice is here because this repository is public and
|
|
Apache-2.0 section 4(d) asks for it either way.
|
|
|
|
--------------------------------------------------------------------------------
|
|
Not affiliated with, endorsed by, or derived from the code or assets of The New
|
|
York Times Company or its games. "wordle-five" is an independent implementation
|
|
of the well-known five-letter word-guessing format, with its own word lists,
|
|
its own palette, and its own reward.
|