relay-knowledge 1.1.6

Graph-database-based knowledge graph project.
Documentation
schema_version: 1
map_version: 1
updated_at: unix:1779897600
topics:
- id: architecture
  title: Architecture knowledge
  description: Architecture specs and hard constraints that guide implementation.
- id: cli
  title: CLI knowledge
  description: CLI command reference and agent workflow guidance.
sources:
- id: architecture-hard-constraints
  topic: architecture
  kind: doc
  uri: docs/zh/03-architecture-specs/02-engineering-hard-constraints.md
  source_scope: docs
  read_policy: direct
  write_policy: manual-review
  status: active
  version: 1
  description: Hard architecture constraints for relay-knowledge changes.
- id: cli-command-reference
  topic: cli
  kind: doc
  uri: docs/zh/01-user-guide/03-cli-command-reference.md
  source_scope: docs
  read_policy: direct
  write_policy: manual-review
  status: active
  version: 1
  description: User-facing CLI command reference.
- id: cli-skill-workflows
  topic: cli
  kind: doc
  uri: skills/relay-knowledge-cli/references/knowledge-map-workflows.md
  source_scope: skill
  read_policy: direct
  write_policy: manual-review
  status: active
  version: 1
  description: Agent workflow for maintaining the knowledge map through CLI commands.
routes:
- topic: architecture
  source_order:
  - architecture-hard-constraints
  fallback: bounded-search
- topic: cli
  source_order:
  - cli-command-reference
  - cli-skill-workflows
  fallback: bounded-search
history:
- version: 1
  action: init
  actor: cli
  summary: Created repository knowledge map contract.