glaucis 0.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 +13 -0
- package/index.js +2 -0
- package/package.json +14 -0
package/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# glaucis
|
|
2
|
+
|
|
3
|
+
Knowledge platform for AI coding agents.
|
|
4
|
+
|
|
5
|
+
> This package is reserved. Full release coming soon.
|
|
6
|
+
|
|
7
|
+
## About
|
|
8
|
+
|
|
9
|
+
**glaucis** makes AI coding agents smarter by giving them structured access
|
|
10
|
+
to knowledge about your codebase — modules, dependencies, patterns, and more.
|
|
11
|
+
|
|
12
|
+
- GitHub: https://github.com/glaucis
|
|
13
|
+
- Website: https://glaucis.dev
|
package/index.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "glaucis",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Knowledge platform for AI coding agents.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"keywords": ["ai", "agents", "knowledge", "mcp", "llm", "coding"],
|
|
7
|
+
"author": "Tomosius",
|
|
8
|
+
"license": "Apache-2.0",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/glaucis/glaucis"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://glaucis.dev"
|
|
14
|
+
}
|