@aikotools/repo-maintenance 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Web-based dashboard for managing multi-repo monorepos. Provides dependency graph visualization, cascade updates, bulk operations, and Git management across all your packages.
4
4
 
5
- ![Domain Overview](docs/screenshots/dashboard.png)
5
+ ![Domain Overview](https://raw.githubusercontent.com/aikotools/repo-maintenance/main/docs/screenshots/dashboard.png)
6
6
 
7
7
  ## Features
8
8
 
@@ -34,7 +34,7 @@ npm install -g @aikotools/repo-maintenance
34
34
  - **Default Branch** (e.g. `main`)
35
35
  4. Click **"Refresh repo structure"** to scan your repos
36
36
 
37
- ![Settings](docs/screenshots/settings.png)
37
+ ![Settings](https://raw.githubusercontent.com/aikotools/repo-maintenance/main/docs/screenshots/settings.png)
38
38
 
39
39
  ## Prerequisites
40
40
 
@@ -58,13 +58,13 @@ Click on any repo in the sidebar to open the detail view:
58
58
  - **Actions** — Refresh, Pull, Start Cascade.
59
59
  - **Recent Commits** — last commits for the repo.
60
60
 
61
- ![Repository Detail](docs/screenshots/repo-detail.png)
61
+ ![Repository Detail](https://raw.githubusercontent.com/aikotools/repo-maintenance/main/docs/screenshots/repo-detail.png)
62
62
 
63
63
  ### Dependency Graph
64
64
 
65
65
  Interactive visualization of all internal dependencies as a node-edge graph (React Flow). Filter by domain, toggle between full graph and affected-only views. Click on a node to navigate to the repo detail.
66
66
 
67
- ![Dependency Graph](docs/screenshots/dependency-graph.png)
67
+ ![Dependency Graph](https://raw.githubusercontent.com/aikotools/repo-maintenance/main/docs/screenshots/dependency-graph.png)
68
68
 
69
69
  ### Pull All
70
70
 
@@ -105,7 +105,7 @@ Propagates dependency updates automatically through the entire dependency chain.
105
105
  - **Commit Prefix** — e.g. `deps: ` or `chore: `
106
106
  4. Review the plan and start
107
107
 
108
- ![Cascade Update](docs/screenshots/cascade.png)
108
+ ![Cascade Update](https://raw.githubusercontent.com/aikotools/repo-maintenance/main/docs/screenshots/cascade.png)
109
109
 
110
110
  **Per repo, the cascade executes:**
111
111
 
@@ -126,7 +126,7 @@ Run arbitrary shell commands across multiple repos in parallel:
126
126
  3. Choose concurrency (1–20)
127
127
  4. Start — live output per repo with exit code and duration
128
128
 
129
- ![Bulk Operations](docs/screenshots/bulk-operations.png)
129
+ ![Bulk Operations](https://raw.githubusercontent.com/aikotools/repo-maintenance/main/docs/screenshots/bulk-operations.png)
130
130
 
131
131
  ### Packages (File-URL Management)
132
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aikotools/repo-maintenance",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "publishConfig": {