Skip to content

Commit f873976

Browse files
committed
chore: bump version to 1.1.1 and update changelog
1 parent 50eb84c commit f873976

4 files changed

Lines changed: 27 additions & 2 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,10 @@ temp/
3939
package-lock.json
4040
yarn.lock
4141
pnpm-lock.yaml
42+
43+
44+
# AI coding agent files
45+
.agent/
46+
.cursorrules
47+
.windsurfrules
48+
.github/copilot-instructions.md

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.1.1] - 2026-01-03
6+
7+
### Fixed
8+
9+
- **Troubleshooting**: Added documentation for `InvalidStateError` related to restricted webview environments in VS Code.
10+
- **Ignore Rules**: Updated `.gitignore` to include `.agent`, `.cursorrules`, `.windsurfrules`, and `.github/copilot-instructions.md`.
11+
512
## [1.1.0] - 2025-12-31
613

714
### Changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,17 @@ Depending on the profile, your rules will cover:
105105
- **🧠 Anti-Hallucinations**: Instructions to prevent AI from inventing libraries or APIs.
106106
- **📁 File Structure**: component/container architecture, proper folder organization.
107107

108+
## ❓ Troubleshooting
109+
110+
### Error: "InvalidStateError: Failed to register a ServiceWorker"
111+
112+
If you encounter this error when opening the generated rule files in your editor (especially VS Code or strict environments), it is a known issue with the editor's Markdown previewer in restricted modes.
113+
114+
**Solution:**
115+
1. Right-click the file in your explorer.
116+
2. Select **"Open With..."** -> **"Text Editor"** (or similar).
117+
3. The file content is safe standard Markdown. The error is purely a visual bug in the previewer.
118+
108119
## 🤝 Contributing
109120

110121
We welcome community contributions to improve these standards!

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codingwithagent",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Production-ready coding standards for AI coding agents. Works with Cursor, Windsurf, Antigravity, and GitHub Copilot.",
55
"main": "bin/init.js",
66
"bin": {
@@ -53,4 +53,4 @@
5353
],
5454
"dependencies": {},
5555
"devDependencies": {}
56-
}
56+
}

0 commit comments

Comments
 (0)