https://github.com/wsollers/lra-governance
Governance rules, architecture docs, sync policy, and agent instruction generators for the LRA ecosystem.
https://github.com/wsollers/lra-governance
documentation github-actions governance learning-real-analysis monorepo-sync
Last synced: 5 days ago
JSON representation
Governance rules, architecture docs, sync policy, and agent instruction generators for the LRA ecosystem.
- Host: GitHub
- URL: https://github.com/wsollers/lra-governance
- Owner: wsollers
- Created: 2026-05-27T17:55:39.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2026-06-07T06:44:39.000Z (8 days ago)
- Last Synced: 2026-06-07T07:19:36.081Z (8 days ago)
- Topics: documentation, github-actions, governance, learning-real-analysis, monorepo-sync
- Language: Python
- Size: 457 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Governance: docs/governance/README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# LRA Governance
This repository is the canonical source for project-wide governance files used
by the Learning Real Analysis split-repo workspace.
## Source Of Truth
- `DESIGN.md`
- `REPOSITORY_STRUCTURE.md`
- `.gitignore`
- `constitution/`
These files are synced one-way into the monorepo, volume repos, and shared
common repo so local work in any repo has the same project rules available at
the repository root.
## Sync Direction
```text
lra-governance -> Learning-Real-Analysis
lra-governance -> lra-common
lra-governance -> lra-volume-i
lra-governance -> lra-volume-ii
lra-governance -> lra-volume-iii
lra-governance -> lra-volume-iv
lra-governance -> lra-volume-v
lra-governance -> lra-volume-vi
lra-governance -> lra-volume-vii
lra-governance -> lra-volume-viii
lra-governance -> lra-source-profiles
```
Do not edit synced governance files in downstream repos. Make changes here and
let the workflow distribute them.