diff --git a/.github/assets/dashboard.gif b/.github/assets/dashboard.gif index a4b2fd2..92e107b 100644 Binary files a/.github/assets/dashboard.gif and b/.github/assets/dashboard.gif differ diff --git a/.gitignore b/.gitignore index 0979175..eccb22d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,15 +9,10 @@ internal config # Backup files *.bak -# Internal files -SESSION*.md -TODO.md docs-site/ docs/ *.txt -## Internal files -.internal/ examples/ # Generated by CI @@ -31,4 +26,20 @@ node_modules/ package.json package-lock.json /tmp/ -scripts/ + +# AI tooling — NEVER commit +CLAUDE.md +QWEN.md +MOTHER-CLAUDE*.md +.claude/ +.qwen/ +.cursor/ +.aider* +.copilot/ + +# Internal process +SESSION*.md +TODO.md +RELEASE_RUNBOOK.md +.internal/ +scripts/qa-panel.sh diff --git a/Cargo.toml b/Cargo.toml index 91e4751..c858f6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ ] [workspace.package] -version = "0.2.35" +version = "0.3.0" edition = "2021" license = "MIT" authors = ["DevITWay "]