Metadata-Version: 2.4
Name: witsoc-core
Version: 0.0.3
Summary: Self-installing runtime and resources for the Witsoc research skill
Author: Witsoc contributors
License: Proprietary
Keywords: research,orchestration,verification,witsoc
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# witsoc-core

`witsoc-core` is the runtime distribution for the Witsoc OpenScientist skill.
It contains the Python implementation plus package-owned contracts, references,
schemas, archival support, domain build metadata, and compatibility entrypoints.

The Git skill deliberately retains only `SKILL.md`, `ARCHITECTURE.md`, and the
Explorer, Generator, and Researcher role folders. After installing this package,
run:

```bash
witsoc-setup --skill-root ~/.openscientist/strings/skills/witsoc
```

The command atomically hydrates the other resources and installs and activates
the pinned `witsoc` maths and `witsoc-bio` biology domain packs. It is safe to
run repeatedly. The exact private-environment bootstrap used by OpenScientist is
documented in the retained Witsoc `SKILL.md`.
