orcommit 1.2.11 → 1.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,7 +101,7 @@ orc commit --breaking # breaking change
|
|
|
101
101
|
orc commit --dry-run # preview only
|
|
102
102
|
```
|
|
103
103
|
|
|
104
|
-
👉 Full CLI reference
|
|
104
|
+
👉 [Full CLI reference](https://github.com/markolofsen/openrouter-commit/blob/main/docs/cli.md)
|
|
105
105
|
|
|
106
106
|
---
|
|
107
107
|
|
|
@@ -115,7 +115,7 @@ ORCommit includes **mandatory security checks**:
|
|
|
115
115
|
|
|
116
116
|
These checks run **before** commit creation and cannot be bypassed accidentally.
|
|
117
117
|
|
|
118
|
-
👉
|
|
118
|
+
👉 [Security details](https://github.com/markolofsen/openrouter-commit/blob/main/docs/security.md)
|
|
119
119
|
|
|
120
120
|
---
|
|
121
121
|
|
|
@@ -152,10 +152,10 @@ export OPENAI_API_KEY="your-key"
|
|
|
152
152
|
|
|
153
153
|
## 📚 Documentation
|
|
154
154
|
|
|
155
|
-
* CLI Reference
|
|
156
|
-
* Security Model
|
|
157
|
-
* Architecture
|
|
158
|
-
* Advanced Usage
|
|
155
|
+
* [CLI Reference](https://github.com/markolofsen/openrouter-commit/blob/main/docs/cli.md)
|
|
156
|
+
* [Security Model](https://github.com/markolofsen/openrouter-commit/blob/main/docs/security.md)
|
|
157
|
+
* [Architecture](https://github.com/markolofsen/openrouter-commit/blob/main/docs/architecture.md)
|
|
158
|
+
* [Advanced Usage](https://github.com/markolofsen/openrouter-commit/blob/main/docs/advanced.md)
|
|
159
159
|
|
|
160
160
|
---
|
|
161
161
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "orcommit",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.13",
|
|
4
4
|
"description": "AI-powered commit message generator - Automated git commits using OpenAI, Claude, and OpenRouter APIs with intelligent diff processing, custom prompts, and interactive regeneration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"git",
|