-
Notifications
You must be signed in to change notification settings - Fork 0
Command import export
Move a project's durable knowledge in and out as a portable JSON document —
memories, epics, stories, tasks, tags and references. Vectors are not
included; columbus reindex rebuilds them.
columbus export [--out FILE]Writes the full knowledge document to stdout (or --out FILE). The document is
schema-versioned and round-trips with import.
$ columbus export --out knowledge.json
exported 12 knowledge entities to knowledge.jsoncolumbus import [PATH] [--preserve-ids]Reads a knowledge document from PATH (or stdin) and inserts it.
| Flag | Description |
|---|---|
--preserve-ids |
Restore original ids (errors on collision); default reassigns |
$ columbus import knowledge.json
imported 12, skipped 0 of 12 (reassigned ids)Older v2 documents (no story tier) import cleanly: their tasks are repointed to a synthesized General story per epic.
0 success · 2 usage (invalid document) · 3 not initialized. See
Exit Codes.
Columbus — the navigator your coding agent has been missing · local-only, deterministic code context · Repository · Issues · MIT License
Getting started
Concepts
Guides
- Using Columbus with Your Agent
- Searching Effectively
- Navigating Code
- Project Memory
- Tracking Work: Epics, Stories & Tasks
- Keeping the Index Fresh
Command reference
Reference
- Output Modes
- JSON Contract & Errors
- Exit Codes
- Configuration
- Supported Languages
- Color & Environment
Project