@imransiddique/cpla 1.0.2 → 1.1.0

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
@@ -4,11 +4,11 @@
4
4
 
5
5
  [![npm version](https://badge.fury.io/js/@imransiddique%2Fcpla.svg)](https://www.npmjs.com/package/@imransiddique/cpla)
6
6
  [![Security](https://img.shields.io/badge/security-local--only-green.svg)](SECURITY.md)
7
- [![Part of Agent-OS](https://img.shields.io/badge/ecosystem-Agent--OS-blue.svg)](https://github.com/flora131/agent-os)
7
+ [![Part of Agent-OS](https://img.shields.io/badge/ecosystem-Agent--OS-blue.svg)](https://github.com/imran-siddique/agent-os)
8
8
 
9
9
  An MCP server that gives GitHub Copilot self-awareness about YOUR personal coding patterns - **100% local, zero cloud, completely private**.
10
10
 
11
- **Part of the [Agent-OS](https://github.com/flora131/agent-os) ecosystem.**
11
+ **Part of the [Agent-OS](https://github.com/imran-siddique/agent-os) ecosystem.**
12
12
 
13
13
  ## 🔒 Security First
14
14
 
@@ -35,6 +35,9 @@ An MCP server that gives GitHub Copilot self-awareness about YOUR personal codin
35
35
 
36
36
  ## 📦 Quick Install
37
37
 
38
+ **No installation required!** Just configure Copilot and it will use `npx` to run the server.
39
+
40
+ For global command line use (optional):
38
41
  ```bash
39
42
  npm install -g @imransiddique/cpla
40
43
  ```
@@ -115,9 +118,9 @@ Copilot: "Based on your patterns, add these to copilot-instructions.md:
115
118
  | `suggest_skills` | Personal skill suggestions | "What should I automate?", "Improve my workflow" |
116
119
  | `should_i_automate` | Check if action is auto-worthy | "Should I auto-run tests?" |
117
120
 
118
- ## 📦 Installation
121
+ ## 📦 From Source (Development)
119
122
 
120
- ### 1. Install dependencies
123
+ If you're developing CPLA locally:
121
124
 
122
125
  ```bash
123
126
  cd mcp-server
@@ -211,8 +214,8 @@ Proprietary - Part of [PaceUtils](https://paceutils.com)
211
214
 
212
215
  CPLA is built on the same security-first principles as:
213
216
 
214
- - **[Agent-OS](https://github.com/flora131/agent-os)** - Secure agent orchestration framework
215
- - **[Agent-Mesh](https://github.com/flora131/agent-mesh)** - Distributed agent communication
217
+ - **[Agent-OS](https://github.com/imran-siddique/agent-os)** - Secure agent orchestration framework
218
+ - **[Agent-Mesh](https://github.com/imran-siddique/agent-mesh)** - Distributed agent communication
216
219
 
217
220
  Together, these tools provide a complete, secure AI agent infrastructure.
218
221
 
package/SECURITY.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## 🔒 Security-First Design
4
4
 
5
- CPLA is built with security and privacy as core principles, following the [Agent-OS](https://github.com/flora131/agent-os) security guidelines.
5
+ CPLA is built with security and privacy as core principles, following the [Agent-OS](https://github.com/imran-siddique/agent-os) security guidelines.
6
6
 
7
7
  ### Data Handling
8
8
 
@@ -61,7 +61,7 @@ The codebase follows these security practices:
61
61
 
62
62
  If you discover a security vulnerability, please report it to:
63
63
  - Email: security@paceutils.com
64
- - Or via [Agent-OS security issues](https://github.com/flora131/agent-os/security/advisories)
64
+ - Or via [Agent-OS security issues](https://github.com/imran-siddique/agent-os/security/advisories)
65
65
 
66
66
  We follow responsible disclosure practices.
67
67
 
@@ -71,8 +71,8 @@ We follow responsible disclosure practices.
71
71
 
72
72
  CPLA follows the security standards established by:
73
73
 
74
- - **[Agent-OS](https://github.com/flora131/agent-os)** - Secure agent orchestration
75
- - **[Agent-Mesh](https://github.com/flora131/agent-mesh)** - Distributed agent communication
74
+ - **[Agent-OS](https://github.com/imran-siddique/agent-os)** - Secure agent orchestration
75
+ - **[Agent-Mesh](https://github.com/imran-siddique/agent-mesh)** - Distributed agent communication
76
76
 
77
77
  These projects share security principles:
78
78
  - Local-first architecture
package/dist/index.js CHANGED
@@ -150,7 +150,7 @@ const TOOLS = [
150
150
  // Create the MCP server
151
151
  const server = new Server({
152
152
  name: "cpla-mcp-server",
153
- version: "1.0.0",
153
+ version: "1.1.0",
154
154
  }, {
155
155
  capabilities: {
156
156
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imransiddique/cpla",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
4
4
  "description": "Copilot Personal Learning Agent - Secure, private AI self-awareness. Part of the Agent-OS ecosystem.",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -14,11 +14,11 @@
14
14
  ],
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "git+https://github.com/flora131/agent-os.git"
17
+ "url": "git+https://github.com/imran-siddique/agent-os.git"
18
18
  },
19
- "homepage": "https://github.com/flora131/agent-os",
19
+ "homepage": "https://github.com/imran-siddique/agent-os",
20
20
  "bugs": {
21
- "url": "https://github.com/flora131/agent-os/issues"
21
+ "url": "https://github.com/imran-siddique/agent-os/issues"
22
22
  },
23
23
  "scripts": {
24
24
  "build": "tsc",
@@ -59,6 +59,6 @@
59
59
  },
60
60
  "funding": {
61
61
  "type": "github",
62
- "url": "https://github.com/sponsors/flora131"
62
+ "url": "https://github.com/sponsors/imran-siddique"
63
63
  }
64
64
  }