Skip to content

Commit 751ec5d

Browse files
committed
docs: Refactor profile README repository links table and update root README with new configuration files.
1 parent 879f249 commit 751ec5d

2 files changed

Lines changed: 14 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@ This repository defines public defaults used across SQLoot repositories:
1515
## Repository structure
1616

1717
```text
18-
.github/
18+
.
19+
├── .github/
20+
│ └── dependabot.yml
1921
├── ISSUE_TEMPLATE/
2022
├── workflow-templates/
2123
├── profile/
2224
│ └── README.md
2325
├── CODEOWNERS
2426
├── CODE_OF_CONDUCT.md
2527
├── CONTRIBUTING.md
28+
├── FUNDING.yml
2629
├── PULL_REQUEST_TEMPLATE.md
2730
├── SECURITY.md
2831
└── SUPPORT.md

profile/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<p align="center">
1111
<img src="https://img.shields.io/badge/Public_rollout-WIP-f59e0b?style=flat-square" alt="Public rollout WIP" />
1212
<img src="https://img.shields.io/badge/Built_on-Evolu-1f6feb?style=flat-square" alt="Foundation Evolu" />
13-
<img src="https://img.shields.io/badge/Bun-first-v1.3.10-111827?style=flat-square&logo=bun&logoColor=white" alt="Bun-first runtime" />
13+
<img src="https://img.shields.io/badge/Bun-first%20%7C%20v1.3.10-111827?style=flat-square&logo=bun&logoColor=white" alt="Bun-first | v1.3.10" />
1414
</p>
1515

1616
## Why SQLoot
@@ -23,16 +23,16 @@ Current strategy:
2323
- ship measurable improvements in SQLoot-owned tracks
2424
- expose benchmark evidence and operational runbooks publicly
2525

26-
## Public Repositories
26+
## Repository Links
2727

28-
| Repository | Purpose | Current focus |
29-
| --- | --- | --- |
30-
| [`evolu-plan-b`](https://github.com/SQLoot/evolu-plan-b) | Evolu-compatible Bun + Biome baseline | Integrations hardening, `Electrobun` bootstrap (P0) |
31-
| [`bench-suite`](https://github.com/SQLoot/bench-suite) | Reproducible benchmark harness | Regression gates, comparable matrix outputs |
32-
| [`relays`](https://github.com/SQLoot/relays) | Evolu-compatible relay implementations | Compatibility + hardening lanes |
33-
| [`website`](https://github.com/SQLoot/website) | Public docs and product web surfaces | Docs + benchmark visibility |
34-
| [`sqloot.github.io`](https://github.com/SQLoot/sqloot.github.io) | Deployment target for public pages | Stable publishing surface |
35-
| [`awesome-local-first`](https://github.com/SQLoot/awesome-local-first) | Curated local-first ecosystem list | Curation baseline and taxonomy |
28+
| Repository | Link status | Purpose | Current focus |
29+
| --- | --- | --- | --- |
30+
| [`evolu-plan-b`](https://github.com/SQLoot/evolu-plan-b) | Available | Evolu-compatible Bun + Biome baseline | Integrations hardening, `Electrobun` bootstrap (P0) |
31+
| `bench-suite` | Link removed (not publicly available) | Reproducible benchmark harness | Regression gates, comparable matrix outputs |
32+
| `relays` | Link removed (not publicly available) | Evolu-compatible relay implementations | Compatibility + hardening lanes |
33+
| `website` | Link removed (not publicly available) | Public docs and product web surfaces | Docs + benchmark visibility |
34+
| `SQLoot.github.io` | Link removed (not publicly available) | Deployment target for public pages | Stable publishing surface |
35+
| `awesome-local-first` | Link removed (not publicly available) | Curated local-first ecosystem list | Curation baseline and taxonomy |
3636

3737
## 2026 Delivery Priorities
3838

0 commit comments

Comments
 (0)