Three-Wheeled Sloth Studio Public Knowledge Catalog
Bundle OKF 0.2 · 12 conceitos · Three-Wheeled-Sloth-Studio/TWS-catalog-public
Open source Repository Open in the app JSON README (API)
About
# Three-Wheeled Sloth Studio Public Knowledge Catalog
Generated discovery index. Catalog records are derived metadata; originating repositories and exact commit SHAs remain authoritative.
## Sources
- [Agent Academy](https://github.com/Three-Wheeled-Sloth-Studio/Agent-Academy/tree/16691651776151a7eb1ebf13d99a92658e0684e6) — `main` · `166916517761` · public · okf-compatible · reference
- [Application Trail](https://github.com/Three-Wheeled-Sloth-Studio/Application-Trail/tree/caa093bdc95f9f523ce5e362c32f1a7b2530feeb) — `main` · `caa093bdc95f` · public · not_assessed · active
- [Campaign Crawl](https://github.com/Three-Wheeled-Sloth-Studio/Campaign-Crawl/tree/b22b9c025adb75340fd50570606fee06bbe09b71) — `main` · `b22b9c025adb` · public · not_assessed
- [Character Forge](https://github.com/Three-Wheeled-Sloth-Studio/Character-Forge/tree/6ac2c3e2f1a3b021cc5e96969db6fa7c9352e4eb) — `dev` · `6ac2c3e2f1a3` · public · okf-compatible · active
- [Nerve Center](https://github.com/Three-Wheeled-S
Details
- Kind
- OKF bundles
- Topic
- Version control
- Publisher
- three-wheeled-sloth-studio
- Origin
- okf_github
- Category
- dados
- Version
- 0.2
- Last push
- 2026-09-03T14:46:46Z
- Repository state
- ativo
- Language
- Python
- License
- AGPL-3.0
- Added
- 2026-09-09 05:03:59
- Updated
- 2026-09-09 05:03:59
- Origin id
Three-Wheeled-Sloth-Studio/TWS-catalog-public:index.md
README
# TWS Public Knowledge Catalog This repository is the public discovery catalog for Three-Wheeled Sloth Studio projects and shared engineering knowledge. It is intentionally **derived metadata, not a source of project truth**. Every catalog entry points back to an originating repository, the branch representing current working truth, and the exact commit SHA captured by the catalog. Project knowledge remains authoritative in the source repository. ## Safety boundary The public catalog is generated from an explicit allowlist. Private repositories are never discovered and then redacted; they are excluded from the source set entirely. This prevents repository names, relationship edges, stale links, or cached summaries from leaking private studio structure. The catalog also does not index itself, and deleted/archived repositories are not retained merely for historical completeness. ## Open Knowledge Format The discovery surface follows Open Knowledge Format (OKF) v0.2 and the Agent Academy compatibility profile. Source projects may have richer deterministic YAML state than OKF currently expresses; the catalog preserves upstream trust and provenance rather than flattening or reinterpreting it. Start with [index.md](index.md). Machine-readable records live in [sources.yaml](sources.yaml) and [relationships.yaml](relationships.yaml). ## Validation ```bash python -m pip install -r requirements-dev.txt python tools/validate_catalog.py python tools/generate_index.py --check ``` The index is generated deterministically and committed. Refresh automation will be added separately; the initial population is intentionally a pinned, reviewable snapshot.