@automagik/genie 4.260405.6 → 4.260405.7
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.
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"plugins": [
|
|
11
11
|
{
|
|
12
12
|
"name": "genie",
|
|
13
|
-
"version": "4.260405.
|
|
13
|
+
"version": "4.260405.7",
|
|
14
14
|
"source": "./plugins/genie",
|
|
15
15
|
"description": "Human-AI partnership for Claude Code. Share a terminal, orchestrate workers, evolve together. Brainstorm ideas, wish them into plans, make with parallel agents, ship as one team. A coding genie that grows with your project."
|
|
16
16
|
}
|
package/commitlint.config.ts
CHANGED
|
@@ -12,5 +12,10 @@ export default {
|
|
|
12
12
|
(message: string) =>
|
|
13
13
|
/\(#\d+\)/.test(message.split('\n')[0]) &&
|
|
14
14
|
!/^(feat|fix|chore|refactor|docs|style|test|perf|ci|build|revert)/.test(message),
|
|
15
|
+
// Historical exception: one `wip:` commit landed on dev via #1065 before
|
|
16
|
+
// pre-commit hooks caught it (commit 2b226b3b). Ignoring it here unblocks
|
|
17
|
+
// the rolling promotion PRs without rewriting dev history. Do NOT add
|
|
18
|
+
// more `wip:` commits — type-enum still rejects them for new commits.
|
|
19
|
+
(message: string) => message.startsWith('wip: fix-omni-bridge-hardening#1'),
|
|
15
20
|
],
|
|
16
21
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genie",
|
|
3
|
-
"version": "4.260405.
|
|
3
|
+
"version": "4.260405.7",
|
|
4
4
|
"description": "Human-AI partnership for Claude Code. Share a terminal, orchestrate workers, evolve together. Brainstorm ideas, turn them into wishes, execute with /work, validate with /review, and ship as one team.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Namastex Labs"
|