Skip to content

Commit ad2f1fd

Browse files
PythonLuvrclaude
andcommitted
release: catch up to v0.16.0
Brings public main from v0.13.0 to v0.16.0. See CHANGELOG.md for full release notes covering v0.14 (drop primary-agent auto-prefix), v0.15 (team-scale workspace sync over WebSocket bus), and v0.16 (one-click multiplayer hosting with four modes: Cloudflare Quick Tunnel, Cloudflare Named Tunnel, Tailscale, Manual VPS). Adds SECURITY.md (GitHub Security Advisories as the disclosure channel), docs/sync-hosting.md for the new hosting flows, lib/team.ts and lib/config.ts as the single identity/config layer, and the WarBit hero image in README. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 34450ca commit ad2f1fd

164 files changed

Lines changed: 4986 additions & 897 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/ISSUE_TEMPLATE/bug_report.yml

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

.github/ISSUE_TEMPLATE/config.yml

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

.github/ISSUE_TEMPLATE/feature_request.yml

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

.github/pull_request_template.md

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

.github/workflows/ci.yml

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

.gitignore

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ yarn-error.log*
3232

3333
# env files (can opt-in for committing if needed)
3434
.env*
35-
!.env.example
3635

3736
# vercel
3837
.vercel
@@ -52,16 +51,3 @@ Thumbs.db
5251
brief.md
5352
notes.txt
5453
/test-results
55-
56-
# Playwright artifacts
57-
/test-results/
58-
/playwright-report/
59-
/blob-report/
60-
/playwright/.cache/
61-
DEFERRED.md
62-
63-
# Source-material WarBit variants
64-
branding/War_Bit (*.png
65-
branding/War_Bit_Story (*.png
66-
branding/WarBit_SocialMedia (*.png
67-
branding/WarBit_Visuals (*.png

0 commit comments

Comments
 (0)