diff --git a/CLAUDE.md b/CLAUDE.md index 127eb92b..d5d46d82 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -46,6 +46,9 @@ When running build/typecheck/test commands, pipe through `tail -20` to avoid flo - `pnpm fix` - Lint fix + format - `pnpm quality` - Full check + format check + knip +## Git commits +Use normal, human-readable messages. Do not add tool-attribution trailers (for example `Made-with: …`) to commit messages. + ## Path Aliases Use path aliases for imports: - `@main/*` → `src/main/*` diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f1866687..1def1283 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,7 +6,9 @@ The format is based on Keep a Changelog and this project follows Semantic Versio ## [Unreleased] -## [1.0.2] - 2026-03-19 +## [1.0.0] - 2026-03-19 + +Initial public release. ### Added diff --git a/docs/RELEASE.md b/docs/RELEASE.md index c5b3a7c0..84e58e5e 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,16 +1,16 @@ # Release Guide -## Published: v1.0.2 (2026-03-19) +## Published: v1.0.0 (2026-03-19) -Patch release: reliable Claude CLI detection and login status in packaged builds (shell PATH/HOME, `CLAUDE_CONFIG_DIR`, auth output parsing), IPC cache invalidation on status errors, concurrent binary resolution guard, capped NDJSON diagnostics. Full list: [CHANGELOG.md](./CHANGELOG.md). +Initial release: Claude Agent Teams UI with reliable CLI detection in packaged builds (shell PATH/HOME, `CLAUDE_CONFIG_DIR`, auth output parsing), IPC status cache handling, concurrent binary resolution, capped NDJSON diagnostics. Full list: [CHANGELOG.md](./CHANGELOG.md). After CI uploads artifacts, optional notes update: ```bash -gh release edit v1.0.2 --repo 777genius/claude_agent_teams_ui --notes "$(cat <<'EOF' -## Claude Agent Teams UI v1.0.2 +gh release edit v1.0.0 --repo 777genius/claude_agent_teams_ui --notes "$(cat <<'EOF' +## Claude Agent Teams UI v1.0.0 -Patch focused on CLI/auth reliability in packaged apps and related IPC hardening. +First stable build: CLI/auth reliability in packaged apps, IPC hardening, and platform packaging. ### What's New - Setting to auto-expand AI response groups in transcripts (`general.autoExpandAIGroups`). @@ -29,33 +29,33 @@ Patch focused on CLI/auth reliability in packaged apps and related IPC hardening
|
-
+
- + |
-
+
May trigger SmartScreen — click "More info" → "Run anyway" |
-
+
- + |
@@ -233,14 +233,14 @@ electron-builder generates `latest-mac.yml`, `latest.yml`, `latest-linux.yml` al
```bash
# Create and publish a release
-git tag v1.0.2
-git push origin v1.0.2
+git tag v1.0.0
+git push origin v1.0.0
# Wait for CI to finish (~10 min), then update notes
# Delete a release (if needed)
-gh release delete v1.0.2 --repo 777genius/claude_agent_teams_ui --yes
-git tag -d v1.0.2
-git push origin :refs/tags/v1.0.2
+gh release delete v1.0.0 --repo 777genius/claude_agent_teams_ui --yes
+git tag -d v1.0.0
+git push origin :refs/tags/v1.0.0
# Check workflow status
gh run list --repo 777genius/claude_agent_teams_ui --workflow release.yml --limit 3
diff --git a/package.json b/package.json
index d67ec0bb..8470c20e 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "claude-agent-teams-ui",
"type": "module",
- "version": "1.0.2",
+ "version": "1.0.0",
"description": "Desktop app that visualizes Claude Code session execution — explore conversations, track context usage, and analyze tool calls",
"license": "AGPL-3.0",
"author": {