generated from coulomb/repo-seed
Some checks failed
ci / validate-registry (push) Has been cancelled
Implement Integration Definition validator CLI with schema and index checks, pytest suite, and CI workflow. Register open-cmis-tck and issue-core-gitea in the integration index. Closes OPEN-WP-0003 and OPEN-WP-0004.
28 lines
586 B
Markdown
28 lines
586 B
Markdown
## Stack
|
|
|
|
- **Language:** Python CLI + Markdown/YAML registry artifacts
|
|
- **Key deps:** State Hub ADR-001 workplans, `jsonschema`, `pyyaml`,
|
|
`registry/indexes/integrations.yaml`
|
|
|
|
## Dev Commands
|
|
|
|
```bash
|
|
# Orient (offline-safe)
|
|
cat .custodian-brief.md
|
|
cat INTENT.md
|
|
cat SCOPE.md
|
|
ls workplans/
|
|
|
|
# Install and validate
|
|
python -m pip install -e ".[dev]"
|
|
open-reuse validate
|
|
open-reuse validate --repos-base /home/worsch
|
|
pytest -q
|
|
|
|
# After workplan or registry edits — from ~/state-hub
|
|
make fix-consistency REPO=open-reuse
|
|
|
|
# Sanity-check markdown / registry edits
|
|
git diff --check
|
|
```
|