Skip to content

Commit 82dc541

Browse files
committed
Updated project description and homepage in package.json
- feat: revised project description for clarity and detail - fix: updated homepage link to reflect new site address - refactor: modified keywords in package.json for better alignment with project features
1 parent 17c6a3e commit 82dc541

2 files changed

Lines changed: 32 additions & 7 deletions

File tree

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: vsmash
2+
ko_fi: myass

package.json

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "maiass",
33
"type": "module",
44
"version": "5.9.43",
5-
"description": "MAIASS - Modular AI-Augmented Semantic Scribe - Intelligent Git workflow automation",
5+
"description": "AI commit message generator, semantic versioning, and changelog automation for Git. One command stages, commits with AI, bumps version, and merges branches. Free credits on install — no sign-up needed.",
66
"main": "maiass.mjs",
77
"bin": {
88
"maiass": "./maiass.mjs",
@@ -14,7 +14,7 @@
1414
"type": "git",
1515
"url": "https://github.com/vsmash/nodemaiass.git"
1616
},
17-
"homepage": "https://github.com/vsmash/nodemaiass#readme",
17+
"homepage": "https://maiass.com",
1818
"bugs": {
1919
"url": "https://github.com/vsmash/nodemaiass/issues"
2020
},
@@ -29,13 +29,36 @@
2929
"node": ">=18.0.0"
3030
},
3131
"keywords": [
32-
"git",
33-
"automation",
34-
"workflow",
32+
"ai-commit",
33+
"ai-commit-message",
34+
"commit-message-generator",
35+
"git-automation",
36+
"git-workflow",
37+
"changelog-generator",
38+
"semantic-versioning",
39+
"version-bump",
40+
"conventional-commits",
3541
"ai",
42+
"git",
3643
"commit",
37-
"version",
38-
"cli"
44+
"changelog",
45+
"semver",
46+
"cli",
47+
"automation",
48+
"openai",
49+
"developer-tools",
50+
"version-management",
51+
"workflow"
52+
],
53+
"funding": [
54+
{
55+
"type": "github",
56+
"url": "https://github.com/sponsors/vsmash"
57+
},
58+
{
59+
"type": "ko_fi",
60+
"url": "https://ko-fi.com/myass"
61+
}
3962
],
4063
"scripts": {
4164
"start": "node maiass.mjs",

0 commit comments

Comments
 (0)