claudeos-core 0.0.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 (3) hide show
  1. package/README.md +9 -0
  2. package/index.js +2 -0
  3. package/package.json +14 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # claudeos-core
2
+
3
+ > Auto-generate Claude Code documentation from your actual source code.
4
+
5
+ **Coming soon.**
6
+
7
+ One command analyzes your codebase and generates a complete set of Standards, Rules, Skills, and Guides — tailored to your project's real patterns.
8
+
9
+ Supported stacks: Java/Spring Boot, Node.js/Express/NestJS, Next.js/React, Python/Django, Python/FastAPI.
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ console.log("claudeos-core is coming soon. Stay tuned!");
2
+ console.log("https://github.com/your-username/claudeos-core");
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "claudeos-core",
3
+ "version": "0.0.1",
4
+ "description": "Auto-generate Claude Code documentation from your source code. Coming soon.",
5
+ "main": "index.js",
6
+ "scripts": {},
7
+ "keywords": ["claude-code", "automation", "code-analysis", "CLAUDE.md", "standards"],
8
+ "author": "",
9
+ "license": "ISC",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": ""
13
+ }
14
+ }