peakypanes 0.0.26 → 0.0.28

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 CHANGED
@@ -9,7 +9,7 @@
9
9
  **Multi-project orchestration in a single TUI for AI agents and dev environments.**
10
10
 
11
11
  [![npm](https://img.shields.io/npm/v/peakypanes?logo=npm)](https://www.npmjs.com/package/peakypanes)
12
- [![homebrew](https://img.shields.io/badge/homebrew-regenrek%2Ftap%2Fpeakypanes-2e933c?logo=homebrew)](https://github.com/regenrek/homebrew-tap)
12
+ [![homebrew](https://img.shields.io/badge/homebrew-regenrek%2Ftap%2Fpeky-2e933c?logo=homebrew)](https://github.com/regenrek/homebrew-tap)
13
13
  [![DeepWiki](https://img.shields.io/badge/DeepWiki-regenrek%2Fpeakypanes-blue.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAyCAYAAAAnWDnqAAAAAXNSR0IArs4c6QAAA05JREFUaEPtmUtyEzEQhtWTQyQLHNak2AB7ZnyXZMEjXMGeK/AIi+QuHrMnbChYY7MIh8g01fJoopFb0uhhEqqcbWTp06/uv1saEDv4O3n3dV60RfP947Mm9/SQc0ICFQgzfc4CYZoTPAswgSJCCUJUnAAoRHOAUOcATwbmVLWdGoH//PB8mnKqScAhsD0kYP3j/Yt5LPQe2KvcXmGvRHcDnpxfL2zOYJ1mFwrryWTz0advv1Ut4CJgf5uhDuDj5eUcAUoahrdY/56ebRWeraTjMt/00Sh3UDtjgHtQNHwcRGOC98BJEAEymycmYcWwOprTgcB6VZ5JK5TAJ+fXGLBm3FDAmn6oPPjR4rKCAoJCal2eAiQp2x0vxTPB3ALO2CRkwmDy5WohzBDwSEFKRwPbknEggCPB/imwrycgxX2NzoMCHhPkDwqYMr9tRcP5qNrMZHkVnOjRMWwLCcr8ohBVb1OMjxLwGCvjTikrsBOiA6fNyCrm8V1rP93iVPpwaE+gO0SsWmPiXB+jikdf6SizrT5qKasx5j8ABbHpFTx+vFXp9EnYQmLx02h1QTTrl6eDqxLnGjporxl3NL3agEvXdT0WmEost648sQOYAeJS9Q7bfUVoMGnjo4AZdUMQku50McDcMWcBPvr0SzbTAFDfvJqwLzgxwATnCgnp4wDl6Aa+Ax283gghmj+vj7feE2KBBRMW3FzOpLOADl0Isb5587h/U4gGvkt5v60Z1VLG8BhYjbzRwyQZemwAd6cCR5/XFWLYZRIMpX39AR0tjaGGiGzLVyhse5C9RKC6ai42ppWPKiBagOvaYk8lO7DajerabOZP46Lby5wKjw1HCRx7p9sVMOWGzb/vA1hwiWc6jm3MvQDTogQkiqIhJV0nBQBTU+3okKCFDy9WwferkHjtxib7t3xIUQtHxnIwtx4mpg26/HfwVNVDb4oI9RHmx5WGelRVlrtiw43zboCLaxv46AZeB3IlTkwouebTr1y2NjSpHz68WNFjHvupy3q8TFn3Hos2IAk4Ju5dCo8B3wP7VPr/FGaKiG+T+v+TQqIrOqMTL1VdWV1DdmcbO8KXBz6esmYWYKPwDL5b5FA1a0hwapHiom0r/cKaoqr+27/XcrS5UwSMbQAAAABJRU5ErkJggg==)](https://deepwiki.com/regenrek/peakypanes)
14
14
  [![pkg.go.dev](https://pkg.go.dev/badge/github.com/regenrek/peakypanes.svg)](https://pkg.go.dev/github.com/regenrek/peakypanes)
15
15
 
@@ -34,7 +34,7 @@ window layouts and better-organized projects.
34
34
  - 🗂️ **Multi-project dashboard** - See every project/session in one TUI without switching windows
35
35
  - 📦 **Built-in layouts** - Works out of the box with sensible defaults
36
36
  - 🧩 **Exact grids** - Use `grid: 2x3` for consistent rows/columns
37
- - 📁 **Project-local config** - Commit `.peakypanes.yml` to git for team sharing
37
+ - 📁 **Project-local config** - Commit `.peky.yml` to git for team sharing
38
38
  - 🏠 **Global config** - Define layouts once, use everywhere
39
39
  - 🔄 **Variable expansion** - Use `${EDITOR}`, `${PROJECT_PATH}`, etc.
40
40
  - 🎯 **Zero config** - Just run `peky` in any directory
@@ -65,8 +65,8 @@ npx -y -p peakypanes peky
65
65
 
66
66
  ```bash
67
67
  brew tap regenrek/tap
68
- brew install regenrek/tap/peakypanes
69
- brew services start peakypanes
68
+ brew install regenrek/tap/peky
69
+ brew services start peky
70
70
  peky
71
71
  ```
72
72
 
@@ -89,8 +89,8 @@ peky start
89
89
  ```bash
90
90
  cd your-project
91
91
  peky init --local
92
- # Edit .peakypanes.yml
93
- git add .peakypanes.yml # Share with team
92
+ # Edit .peky.yml
93
+ git add .peky.yml # Share with team
94
94
  ```
95
95
 
96
96
  The CLI is `peky`.
@@ -108,7 +108,7 @@ The CLI is `peky`.
108
108
 
109
109
  ## Configuration (quick look)
110
110
 
111
- Project-local config lives in `.peakypanes.yml`, and global config lives in `~/.config/peakypanes/config.yml`.
111
+ Project-local config lives in `.peky.yml`, and global config lives in `~/.config/peky/config.yml`.
112
112
  See the full schema, built-in layouts, and variable expansion in [docs/configuration.md](docs/configuration.md).
113
113
 
114
114
  ```yaml
@@ -151,7 +151,7 @@ See `RELEASE-DOCS.md` for the full release checklist (tests, tag, GoReleaser, np
151
151
  ## For Teams
152
152
 
153
153
  1. Run `peky init --local` in your project
154
- 2. Customize `.peakypanes.yml` for your stack
154
+ 2. Customize `.peky.yml` for your stack
155
155
  3. Commit to git
156
156
  4. Teammates install peakypanes and run `peky` - done!
157
157
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "peakypanes",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "description": "Tmux layout manager with YAML based configuration.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/regenrek/peakypanes",
@@ -12,10 +12,10 @@
12
12
  "peky": "bin/peky.js"
13
13
  },
14
14
  "optionalDependencies": {
15
- "peakypanes-darwin-x64": "0.0.26",
16
- "peakypanes-darwin-arm64": "0.0.26",
17
- "peakypanes-linux-x64": "0.0.26",
18
- "peakypanes-linux-arm64": "0.0.26"
15
+ "peakypanes-darwin-x64": "0.0.28",
16
+ "peakypanes-darwin-arm64": "0.0.28",
17
+ "peakypanes-linux-x64": "0.0.28",
18
+ "peakypanes-linux-arm64": "0.0.28"
19
19
  },
20
20
  "engines": {
21
21
  "node": ">=18"
@@ -7,11 +7,11 @@ from pathlib import Path
7
7
 
8
8
 
9
9
  def state_dir() -> Path:
10
- root = os.environ.get("PEAKYPANES_AGENT_STATE_DIR")
10
+ root = os.environ.get("PEKY_AGENT_STATE_DIR")
11
11
  if root:
12
12
  return Path(root)
13
13
  runtime = os.environ.get("XDG_RUNTIME_DIR") or "/tmp"
14
- return Path(runtime) / "peakypanes" / "agent-state"
14
+ return Path(runtime) / "peky" / "agent-state"
15
15
 
16
16
 
17
17
  def write_state(pane_id: str, state: str, tool: str, payload: dict) -> None:
@@ -70,7 +70,7 @@ def map_event_to_state(event: str, payload: dict) -> str:
70
70
 
71
71
 
72
72
  def main() -> int:
73
- pane_id = os.environ.get("PEAKYPANES_PANE_ID", "").strip()
73
+ pane_id = os.environ.get("PEKY_PANE_ID", "").strip()
74
74
  if not pane_id:
75
75
  return 0
76
76
  try:
@@ -7,11 +7,11 @@ from pathlib import Path
7
7
 
8
8
 
9
9
  def state_dir() -> Path:
10
- root = os.environ.get("PEAKYPANES_AGENT_STATE_DIR")
10
+ root = os.environ.get("PEKY_AGENT_STATE_DIR")
11
11
  if root:
12
12
  return Path(root)
13
13
  runtime = os.environ.get("XDG_RUNTIME_DIR") or "/tmp"
14
- return Path(runtime) / "peakypanes" / "agent-state"
14
+ return Path(runtime) / "peky" / "agent-state"
15
15
 
16
16
 
17
17
  def write_state(pane_id: str, state: str, tool: str, payload: dict) -> None:
@@ -36,7 +36,7 @@ def write_state(pane_id: str, state: str, tool: str, payload: dict) -> None:
36
36
 
37
37
 
38
38
  def main() -> int:
39
- pane_id = os.environ.get("PEAKYPANES_PANE_ID", "").strip()
39
+ pane_id = os.environ.get("PEKY_PANE_ID", "").strip()
40
40
  if not pane_id:
41
41
  return 0
42
42
  if len(sys.argv) < 2: