hyper-pm 0.1.3 → 0.1.5

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/env.example CHANGED
@@ -6,3 +6,8 @@ GITHUB_TOKEN=""
6
6
  HYPER_PM_AI_API_KEY=""
7
7
  # Optional: default audit actor for CLI mutations (overridden by --actor)
8
8
  HYPER_PM_ACTOR=""
9
+ # Optional: git author for data-branch commits when user.name / user.email are unset (see README sync)
10
+ HYPER_PM_GIT_USER_NAME=""
11
+ HYPER_PM_GIT_USER_EMAIL=""
12
+ GIT_AUTHOR_NAME=""
13
+ GIT_AUTHOR_EMAIL=""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyper-pm",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Git-backed work-item CLI with optional GitHub sync",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,8 +34,8 @@
34
34
  "ulid": "^3.0.1",
35
35
  "vitest": "^4.0.18",
36
36
  "zod": "^3",
37
- "@workspace/env": "0.0.0",
38
37
  "@workspace/eslint-config": "0.0.0",
38
+ "@workspace/env": "0.0.0",
39
39
  "@workspace/typescript-config": "0.0.0"
40
40
  },
41
41
  "scripts": {