image
Akan.js
Docs
문서컨벤션레퍼런스Cheatsheet
한국어
image
Akan.js
Akan.js v2 문서가 새로 나왔습니다.v1 문서 보기
문서컨벤션레퍼런스Cheatsheet
MIT 라이선스 하에 배포되었습니다.
Akan.js 공식 컨설팅 서비스Akansoft
Copyright © 2026 Akan.js 모든 권리 보유.
시스템 관리자bassman
CLI 레퍼런스
• 명령어
• Workspace
• Application
• Library
• Module
• Scalar
• Package
• Page
• Cloud
• Context
• Agent
• Guideline
AkanJS 레퍼런스
• akanjs/base
• akanjs/common
• akanjs/constant
• akanjs/fetch
• akanjs/signal
• akanjs/server
• akanjs/client
• akanjs/webkit
UI 레퍼런스
• Overview
• Core
• Display
• Forms
• Overlays
• System
CLI 레퍼런스
• 명령어
• Workspace
• Application
• Library
• Module
• Scalar
• Package
• Page
• Cloud
• Context
• Agent
• Guideline
AkanJS 레퍼런스
• akanjs/base
• akanjs/common
• akanjs/constant
• akanjs/fetch
• akanjs/signal
• akanjs/server
• akanjs/client
• akanjs/webkit
UI 레퍼런스
• Overview
• Core
• Display
• Forms
• Overlays
• System
이전
Agent
다음
akanjs/base

Guideline CLI

Guideline command는 LLM 호출이나 파일 변경 없이 Akan에 포함된 agent instruction을 노출합니다.
외부 agent가 module file, scalar file, UI pattern, global framework rule에 맞는 구체적인 instruction을 불러와야 할 때 사용합니다.

guideline

List or show bundled Akan guideline instructions. Use these read-only commands when an agent, documentation tool, or contributor needs the same generation and review guidance used by Akan's internal instruction set.
Signature
Arguments
ArgumentTypeRequiredDefaultDescription
actionStringyes-Use list to print guideline names or show to print a specific instruction.
nameStringfor show-Guideline name such as framework, moduleOverview, modelSignal, or scalarModule.
action
Type
String
Required
yes
Default
-
Description
Use list to print guideline names or show to print a specific instruction.
name
Type
String
Required
for show
Default
-
Description
Guideline name such as framework, moduleOverview, modelSignal, or scalarModule.
Options
OptionTypeDefaultEnum / FlagDescription
--formatStringmarkdownmarkdown | jsonOutput format. JSON includes both instruction text and generation metadata for `show`.
--format
Type
String
Default
markdown
Enum / Flag
markdown | json
Description
Output format. JSON includes both instruction text and generation metadata for `show`.
Notes
NameDescription
read-only`list` and `show` are public read-only commands. Instruction generation and reapply commands remain development-only.
agent contextMCP `get_guideline` and `akan guideline show` read from the same bundled guideline files.
read-only
Description
`list` and `show` are public read-only commands. Instruction generation and reapply commands remain development-only.
agent context
Description
MCP `get_guideline` and `akan guideline show` read from the same bundled guideline files.
Examples
Guideline CLI
guideline