Skip to content

Commit 3a57dd4

Browse files
sneaky-hippoclaude
andcommitted
Public-surface polish: narrative changelog, README install link, CLI copy
- Rewrite public changelog as a narrative product story (not an atomic per-wave dump) - README install URL points at the kolm-ai/kolm repo + drops internal version tags - CLI help/error text drops internal release-tag noise from user-visible strings - .gitignore blocks internal planning + audit artifacts from re-entering the tree - Stage outstanding polish (account UI, docs, scripts, verify hub, demo-live) - sw.js cache bump to invalidate stale assets Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 966457d commit 3a57dd4

1,262 files changed

Lines changed: 12943 additions & 21167 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/quality-gate-action/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ If any of the three fails, the gate exits non-zero and the workflow fails.
7979

8080
## License
8181

82-
Apache-2.0. See [LICENSE](https://github.com/kolm-ai/kolmogorov-stack/blob/main/LICENSE).
82+
Apache-2.0. See [LICENSE](https://github.com/kolm-ai/kolm/blob/main/LICENSE).

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,17 @@ reports/
124124
**/.kolm/config.toml
125125
captures.db
126126
**/captures.db
127+
128+
# Internal planning / audit docs — never publish
129+
KOLM_*_PLAN.md
130+
KOLM_*_MANUAL.md
131+
FINAL_*.md
132+
STRATEGY.md
133+
DEMO.md
134+
audit-shots/
135+
.tmp-*
136+
.tmp-*.txt
137+
.tmp-*.py
138+
release-verify-*.err
139+
test-five*
140+
UsersuserAppData*/

DEMO.md

Lines changed: 0 additions & 239 deletions
This file was deleted.

0 commit comments

Comments
 (0)