docs: rewrite public README #8
Loading…
Reference in a new issue
No description provided.
Delete branch "ship/readme-public-rewrite"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replaces directory-listing README with one that explains pipeline architecture and shows production scale.
Key changes
Lede: Lead with what the pipeline actually does + verified production metrics (1,546 claims, 13 domains, 1,975 merged PRs, ~73 merges/day, 94% approval, ~$0.10/merged claim).
Two Mermaid diagrams: pipeline flow (Inbox→Extract→Validate→Evaluate→Merge→Effects) and review tier matrix (Light/Standard/Deep). Both verified to render on GitHub and Forgejo 9/Gitea 1.22.
Sensitive details removed (per Epimetheus review):
as user teleousername/opt/teleo-eval/install pathsThese move to the private
teleo-opsrepo (Cory creating).Numbers verified live against production:
grep -rl '^type: claim' domains/ core/ foundations/ | wc -l= 1,546ls domains/ | wc -l= 13SELECT COUNT(*) FROM prs WHERE status='merged'= 1,975WHERE merged_at > datetime('now','-7 days')= 508Models corrected from memory (this is what 'check your work' caught):
Ownership simplification: dropped per-directory table (a duplicate source of truth that drifts). CODEOWNERS is the only enforced ownership. README now keeps a 5-line high-level role map for orientation, points at CODEOWNERS for the actual rules.
Review focus
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.