tenseleyflow/shithub / 3d303c4

Browse files

S40: README — pivot to v1.0.0-launched framing

Authored by espadonne
SHA
3d303c41ca473dc406d898ea29ed6e6187d3a66c
Parents
d45235b
Tree
603c034

1 changed file

StatusFile+-
M README.md 5 3
README.mdmodified
@@ -10,11 +10,13 @@
1010
 
1111
 ---
1212
 
13
-**Honest status: very much a work in progress.**
13
+**Status: v1.0.0 launched — early days. Honest about WIP areas.**
1414
 
15
-shithub is an attempt to recreate GitHub — the platform, the UI, the workflows — as faithfully as we can, as a self-hostable open-source forge. The goal is "you should barely notice you switched." We are nowhere near that yet. It will be some time before it looks and feels the way GitHub does. There is a lot of GitHub.
15
+shithub is an attempt to recreate GitHub — the platform, the UI, the workflows — as faithfully as we can, as a self-hostable open-source forge. The goal is "you should barely notice you switched." We are not there yet. The core forge loop works end-to-end (see "What works today"); large surfaces (SSH transport, Actions/CI, GraphQL, Packages) are explicitly not shipped at v1.0.0.
1616
 
17
-If you came here expecting drop-in parity, it's not ready for you. If you came here to watch (or help) one get built in the open, welcome.
17
+The hosted instance is at **[shithub.example](https://shithub.example)**. The project's own source has migrated here from GitHub; this GitHub repo is a one-way mirror for the first 90 days post-launch as a recovery surface.
18
+
19
+If you came here expecting drop-in parity with everything GitHub does, you'll find specific gaps. If you came here for an honest, AI-free, self-hostable forge, this is for you.
1820
 
1921
 ## What works today
2022