-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.yaml
More file actions
47 lines (39 loc) · 1.18 KB
/
module.yaml
File metadata and controls
47 lines (39 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: datacortex
version: 0.1.0
description: Knowledge graph visualization for Datacore
author: datacore
repository: https://github.com/datacore-system/datacortex
dependencies: []
provides:
skills:
- datacortex # Knowledge graph visualization
# Settings (user can override in settings.local.yaml under datacortex:)
settings:
auto_serve: false # Auto-start server on /datacortex
default_space: null # Default space to visualize (null = ask user)
open_browser: true # Open browser when server starts
port: 8765
# Use cases (for discoverability)
use_cases:
- Visualize knowledge graph connections
- Find orphan notes (unlinked documents)
- Track graph evolution over time
- Identify knowledge clusters
# Python package info
python:
package: datacortex
entry_point: datacortex.cli.commands:cli
install: pip install -e .
# Configuration files
config:
base: config/datacortex.yaml
local: config/datacortex.local.yaml # gitignored
# Installation hooks
hooks:
post_install: |
echo "Datacortex installed."
echo "Run /datacortex to start exploring your knowledge graph."
# Documentation
docs:
readme: README.md
claude: CLAUDE.base.md