@team-semicolon/semo-cli 4.4.1 → 4.4.2

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/dist/index.js +6 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1412,6 +1412,12 @@ async function buildKbFirstBlock() {
1412
1412
  }
1413
1413
  domainGuide += `- 서비스 KPI → \`domain: {서비스명}\`, key: \`kpi/current\`\n`;
1414
1414
  domainGuide += `- 서비스 마일스톤 → \`domain: {서비스명}\`, key: \`milestone/{slug}\`\n`;
1415
+ domainGuide += `\n**정확한 경로를 모를 때:**\n`;
1416
+ domainGuide += `1. \`semo kb search "검색어"\` → 결과의 \`[domain] key/sub_key\` 경로 확인\n`;
1417
+ domainGuide += `2. \`semo kb get <domain> <key> <sub_key>\` 실행\n`;
1418
+ domainGuide += `\n**도메인 자체를 모를 때:**\n`;
1419
+ domainGuide += `- \`semo kb ontology --action instances\` — 서비스 도메인 목록\n`;
1420
+ domainGuide += `- \`semo kb ontology --action routing-table\` — 전체 domain→key 매핑\n`;
1415
1421
  }
1416
1422
  catch {
1417
1423
  // DB 연결 실패 시 최소한의 가이드
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-semicolon/semo-cli",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "description": "SEMO CLI - AI Agent Orchestration Framework Installer",
5
5
  "main": "dist/index.js",
6
6
  "bin": {