7 Commits

Author SHA1 Message Date
Skilly
ccd3d8ebf3 Update README.md 0.1 latest 2026-09-06 16:47:06 +02:00
Skilly
eba8c0eb8a Delete the archipelago_tester package
Left behind by the rename to apworld_tester: the new package was added
but the old tree was never removed, so both were committed and both
were installed. Nothing imported it and 58 of its 85 files had since
diverged, but it stayed importable and shadowed the live code.

Constrain packages.find to apworld_tester* so a stray directory under
src/ cannot be packaged again.
2026-09-06 16:19:51 +02:00
Skilly
61647d7511 Create the data directory before writing the sheet
SheetFetcher.save() opened paths.sheet_html without creating its parent,
so a fresh install failed with FileNotFoundError on the first fetch --
Paths only computes locations, and this is usually the first write to
the data root. Matches how every other writer in the pipeline behaves.
2026-09-06 16:02:30 +02:00
Skilly
14f2309688 Fix .gitignore swallowing the pipeline build package
The unanchored 'build/' pattern matched src/apworld_tester/pipeline/build/,
so the package was never committed and a fresh clone failed at import with
ModuleNotFoundError. Anchor build/ and dist/ to the repo root and add the
missing module files. Also ignore .venv/.
2026-09-06 15:53:18 +02:00
Skilly
c0fbbf3578 Update README.md 2026-09-06 15:41:14 +02:00
Skilly
0d77a07291 initial commit 2026-09-06 15:12:38 +02:00
Skilly
4caf096780 Initial commit 2026-09-06 13:10:34 +00:00