Record repository publication
This commit is contained in:
parent
55820b3458
commit
ba7592e30c
2 changed files with 10 additions and 3 deletions
|
|
@ -24,6 +24,12 @@ from documented APIs such as OpenAlex, Crossref, arXiv, Unpaywall, and ORCID.
|
||||||
See [AGENTS.md](AGENTS.md) for the full project constraints and [TASKS.md](TASKS.md) for the
|
See [AGENTS.md](AGENTS.md) for the full project constraints and [TASKS.md](TASKS.md) for the
|
||||||
ordered work queue.
|
ordered work queue.
|
||||||
|
|
||||||
|
## Repositories
|
||||||
|
|
||||||
|
- Primary: <https://github.com/JustinZeus/scholarr>
|
||||||
|
- Forgejo copy: <https://git.justintime.lol/justinzeus/scholarr>
|
||||||
|
- Preserved legacy implementation: <https://github.com/JustinZeus/scholarr-legacy>
|
||||||
|
|
||||||
## Frozen interface contract
|
## Frozen interface contract
|
||||||
|
|
||||||
The reviewed interface contract is in [design/DESIGN.md](design/DESIGN.md). Its tokens, component
|
The reviewed interface contract is in [design/DESIGN.md](design/DESIGN.md). Its tokens, component
|
||||||
|
|
|
||||||
7
TASKS.md
7
TASKS.md
|
|
@ -3,12 +3,13 @@
|
||||||
Work in order. A card is complete only when its acceptance criteria are met. Specs are reviewed
|
Work in order. A card is complete only when its acceptance criteria are met. Specs are reviewed
|
||||||
and frozen one at a time before implementation begins.
|
and frozen one at a time before implementation begins.
|
||||||
|
|
||||||
## Card 0: publish the clean repository **IN PROGRESS**
|
## Card 0: publish the clean repository **COMPLETE 2026-07-22**
|
||||||
|
|
||||||
**Goal:** publish this clean-history bootstrap as the public project.
|
**Goal:** publish this clean-history bootstrap as the public project.
|
||||||
|
|
||||||
The local bootstrap is complete and the personal GitHub identity is authenticated on tank. Publish
|
The legacy GitHub repository was preserved as `JustinZeus/scholarr-legacy`. The clean bootstrap is
|
||||||
this same history to GitHub first, then to the Forgejo copy.
|
public at `JustinZeus/scholarr` on GitHub, with the same history copied to Forgejo. GitHub is the
|
||||||
|
primary remote.
|
||||||
|
|
||||||
**Acceptance:** public `justinzeus/scholarr` repositories exist on GitHub (primary) and Forgejo
|
**Acceptance:** public `justinzeus/scholarr` repositories exist on GitHub (primary) and Forgejo
|
||||||
(copy), both point at this clean history, no legacy history is present, and no secret or work
|
(copy), both point at this clean history, no legacy history is present, and no secret or work
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue