push_node
Add discovered nodes to a live graph during analysis, merging properties when reusing an existing ID to keep visualizations current.
Instructions
발견한 노드를 그래프에 그린다 (분석 중 발견 즉시 호출).
같은 id 로 다시 부르면 갱신된다 (properties 는 merge).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 고유 키 (예: "app.OrderService") | |
| ttl | No | 초 단위 자동 만료 (0 = 영구) | |
| tags | No | ||
| type | Yes | 분류 (class/function/entity/file/...) | |
| label | Yes | 표시명 | |
| layer | No | ||
| parent_id | No | ||
| properties | No | 임의 K/V. `_` 로 시작하는 키는 시스템 예약이라 거부된다. | |
| style_hint | No | ||
| position_hint | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||