|
2 | 2 |
|
3 | 3 | [](https://structural-explainability.github.io/se-constitution/) |
4 | 4 | [](https://github.com/structural-explainability/se-constitution) |
| 5 | +[](./pyproject.toml) |
| 6 | +[](./LICENSE) |
5 | 7 | [](https://github.com/structural-explainability/se-constitution/actions/workflows/ci-python-zensical.yml) |
6 | 8 | [](https://github.com/structural-explainability/se-constitution/actions/workflows/deploy-zensical.yml) |
7 | 9 | [](https://github.com/structural-explainability/se-constitution/actions/workflows/links.yml) |
8 | | -[](#) |
9 | | -[](./LICENSE) |
10 | 10 |
|
11 | | -> Structural Explainability constitution: governing rules, schemas, and validation for the SE ecosystem. |
| 11 | +> Structural Explainability constitution: |
| 12 | +> rules, schemas, and validation for the SE ecosystem. |
12 | 13 |
|
13 | 14 | ## Command Reference |
14 | 15 |
|
15 | 16 | <details> |
16 | 17 | <summary>Show command reference</summary> |
17 | 18 |
|
18 | | -### In a machine terminal (open in your `Repos` folder) |
| 19 | +### In a machine terminal |
19 | 20 |
|
20 | 21 | After you get a copy of this repo in your own GitHub account, |
21 | | -open a machine terminal in your `Repos` folder: |
| 22 | +open a machine terminal in `Repos` or where you want the project: |
22 | 23 |
|
23 | 24 | ```shell |
24 | 25 | # Replace username with YOUR GitHub username. |
@@ -47,6 +48,7 @@ uvx pre-commit run --all-files |
47 | 48 | uv run python -m se_constitution validate |
48 | 49 |
|
49 | 50 | # do chores |
| 51 | +npx markdownlint-cli "**/*.md" --fix |
50 | 52 | uv run python -m ruff format . |
51 | 53 | uv run python -m ruff check . --fix |
52 | 54 | uv run python -m pyright |
|
0 commit comments