Skip to content

Commit 9a4d2e4

Browse files
committed
doc correction
1 parent 5969a3d commit 9a4d2e4

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Scope
44

5-
- This repository defines constitutional rules, schemas, and validation logic.
65
- Changes must preserve:
76
- determinism
87
- cross-platform compatibility

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ uv run python -m zensical build
8989

9090
# save progress
9191
git add -A
92-
git commit -m "update"
92+
git add -A
9393
git push -u origin main
9494
```
9595

zensical.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# WHY: Centralizes project documentation configuration.
55

66
[project]
7-
site_name = "SE Constitution"
7+
site_name = "SE Kernel"
88
site_url = "https://structural-explainability.github.io/se-kernel/"
99
repo_url = "https://github.com/structural-explainability/se-kernel"
1010
repo_name = "structural-explainability/se-kernel"

0 commit comments

Comments
 (0)