@imransiddique/cpla 1.0.3 → 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
 
@@ -214,8 +214,8 @@ Proprietary - Part of [PaceUtils](https://paceutils.com)
214
214
 
215
215
  CPLA is built on the same security-first principles as:
216
216
 
217
- - **[Agent-OS](https://github.com/flora131/agent-os)** - Secure agent orchestration framework
218
- - **[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
219
219
 
220
220
  Together, these tools provide a complete, secure AI agent infrastructure.
221
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.3",
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
  }