Просмотр исходного кода

Merge remote-tracking branch 'origin/main' into feat/cross-language-impact-coverage

Colby McHenry 2 недель назад
Родитель
Сommit
ae391f093a
4 измененных файлов с 28 добавлено и 0 удалено
  1. 4 0
      .gitignore
  2. 1 0
      CLAUDE.md
  3. 8 0
      README.md
  4. 15 0
      assets/waitlist.svg

+ 4 - 0
.gitignore

@@ -59,3 +59,7 @@ release/
 
 # Local-only: browser-based tmux session launcher (see tmux-web/README.md)
 tmux-web/
+
+assets/__pycache__/
+
+assets/generate-waitlist.py

+ 1 - 0
CLAUDE.md

@@ -263,3 +263,4 @@ publish actions on shared state. Write the files, hand the user the commands.
   - The **last main commit** — `git log --first-parent main -1 --format='%ai %h %s'`. A comment after the last release but before a fix on main may already be addressed there but unreleased.
   - The **current branch's tip** — your own unmerged work obviously can't be what the comment is reacting to.
   Always disambiguate "released," "merged-but-unreleased," and "in-progress" before agreeing that a user-reported problem is unfixed (or that a fix is incomplete). A user saying "your fix only covers X" about a recent PR is usually pointing at the *released* shortcomings — your in-flight branch may already address them but they have no way to know that.
+- **Version-tag every image referenced in `README.md`.** GitHub caches README images (`raw.githubusercontent.com` with a 5-minute TTL; third-party hosts sit behind the long-lived camo proxy), so updating an asset in place can keep showing the stale version. Give each README image URL a `?v=N` query tag and **bump `N` in the same commit whenever the asset bytes change** — e.g. `assets/waitlist.svg?v=2`. The changed URL sidesteps every cache so the new image shows immediately instead of waiting on a TTL to expire.

+ 8 - 0
README.md

@@ -25,6 +25,14 @@
 [![Antigravity](https://img.shields.io/badge/Antigravity-supported-blueviolet.svg)](#supported-agents)
 [![Kiro](https://img.shields.io/badge/Kiro-supported-blueviolet.svg)](#supported-agents)
 
+<br>
+
+**The CodeGraph platform is coming** — for every PR, know exactly what to test, what could break, which flows are affected, and whether business logic is compromised.
+
+<a href="https://getcodegraph.com"><img alt="Join the waitlist for early beta access" src="https://raw.githubusercontent.com/colbymchenry/codegraph/main/assets/waitlist.svg?v=2" height="52"></a>
+
+<sub>Get <b>early beta access</b> to the hosted product · <a href="https://getcodegraph.com">getcodegraph.com</a></sub>
+
 </div>
 
 ## Get Started

Разница между файлами не показана из-за своего большого размера
+ 15 - 0
assets/waitlist.svg


Некоторые файлы не были показаны из-за большого количества измененных файлов