Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Simon Gonzalez De Cruz GitHub Defaults

This repository holds shared public GitHub defaults for repositories owned by Simon Gonzalez De Cruz.

## What Lives Here

- `profile/README.md` is the public GitHub organization/profile README content.
- `.github/workflows/` contains reusable repository-health and agent-law checks.
- `.github/pull_request_template.md` gives pull requests a consistent review shape.
- `docs/agent-law/` documents the shared agent workflow rules used across repos.
- `scripts/provision-agent-law.py` helps copy the shared guidance into target repositories.

## How To Use It

Use this repo as the source of truth for public repository defaults and agent-facing workflow guidance. Product-specific README content should stay in each product repository; this repo only defines reusable defaults, templates, and shared doctrine.

## Maintenance Notes

- Keep shared guidance generic enough to apply across repos.
- Put product-specific instructions in the target repo instead of here.
- Update this README when a new default file, workflow, or provisioning script becomes part of the shared surface.

## License

See [LICENSE](LICENSE).
Loading