| .github | Add fixture provenance retention deletion | human | 41 days ago |
| docs | Add T4 job cancellation retry and validation | human | 41 days ago |
| src | Add T4 job cancellation retry and validation | human | 41 days ago |
| tests | Add T4 job cancellation retry and validation | human | 41 days ago |
| .gitignore | Bootstrap Scooling Lab repository | human | 42 days ago |
| .museattributes | Bootstrap Scooling Lab repository | human | 42 days ago |
| .museignore | Bootstrap Scooling Lab repository | human | 42 days ago |
| DEPENDENCIES.md | Land Scooling Lab T0/T2 training contract and seven-ti… | human | 42 days ago |
| LICENSE | Bootstrap Scooling Lab repository | human | 42 days ago |
| NOTICE | Bootstrap Scooling Lab repository | human | 42 days ago |
| README.md | Document cross-repo training status | human | 42 days ago |
| pyproject.toml | Land Scooling Lab T0/T2 training contract and seven-ti… | human | 42 days ago |
| requirements.lock | Land Scooling Lab T0/T2 training contract and seven-ti… | human | 42 days ago |
Scooling Lab
Scooling Lab is the open-source training workspace for Scooling.
It provides the public, inspectable boundary for turning reviewed learning material into private custom model jobs. The main Scooling app remains the product, consent, billing, permission, Knowtation, and artifact-registration authority. Scooling Lab owns only the training API, worker contract, worker runtime, fixtures, tests, dependency inventory, and license notices.
Current Phase
Phase T0: license and dependency inventory.
This repository starts with no trainer implementation and no private data path. The first goal is to prove that the worker boundary, dependency policy, and license evidence can be audited before any training job runs.
Current cross-repo status and coordination rules are documented in
docs/CROSS-REPO-STATUS.md.
Boundary Rules
- No private Scooling application code.
- No Knowtation private vault data.
- No billing internals.
- No browser session tokens.
- No AGPL-covered Studio or CLI code.
- No secrets, API keys, local credentials, private datasets, or model artifacts.
Local Checks
PYTHONPATH=src python3 -m unittest discover -s tests
License
Apache-2.0. See LICENSE and NOTICE.