@yeomyeonggeori/startup-agent 0.7.11 → 0.7.13

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 (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,3 +24,6 @@ Core package: [@yeomyeonggeori/raon-os](https://www.npmjs.com/package/@yeomyeong
24
24
  - 🤝 VC/Investor matching
25
25
  - 💬 Kakao i OpenBuilder integration
26
26
  - 🔍 Agentic RAG with 4,649+ knowledge chunks
27
+
28
+ ## Changelog
29
+ - 0.7.12: Sync with raon-os 2026.2.23 (security patch, feedback pipeline)
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@yeomyeonggeori/startup-agent",
3
- "version": "0.7.11",
3
+ "version": "0.7.13",
4
4
  "description": "AI-powered startup companion. Evaluate business plans, match government funding, connect with investors — Zero to One.",
5
5
  "keywords": ["startup", "ai-agent", "business-plan", "government-funding", "openclaw", "openclaw-skill"],
6
6
  "homepage": "https://k-startup.ai",
7
7
  "repository": {"type": "git", "url": "git+https://github.com/yeomyeonggeori/raon-os.git"},
8
8
  "author": "Yeomyeonggeori Inc. <iam@dawn.kim>",
9
9
  "license": "MIT",
10
- "dependencies": {"@yeomyeonggeori/raon-os": "^0.7.10"}
10
+ "dependencies": {"@yeomyeonggeori/raon-os": "^0.7.13"}
11
11
  }