An open API service indexing awesome lists of open source software.

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.

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.