@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 +4 -4
- package/SECURITY.md +4 -4
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@imransiddique/cpla)
|
|
6
6
|
[](SECURITY.md)
|
|
7
|
-
[](https://github.com/
|
|
7
|
+
[](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/
|
|
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/
|
|
218
|
-
- **[Agent-Mesh](https://github.com/
|
|
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/
|
|
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/
|
|
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/
|
|
75
|
-
- **[Agent-Mesh](https://github.com/
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imransiddique/cpla",
|
|
3
|
-
"version": "1.0
|
|
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/
|
|
17
|
+
"url": "git+https://github.com/imran-siddique/agent-os.git"
|
|
18
18
|
},
|
|
19
|
-
"homepage": "https://github.com/
|
|
19
|
+
"homepage": "https://github.com/imran-siddique/agent-os",
|
|
20
20
|
"bugs": {
|
|
21
|
-
"url": "https://github.com/
|
|
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/
|
|
62
|
+
"url": "https://github.com/sponsors/imran-siddique"
|
|
63
63
|
}
|
|
64
64
|
}
|