# AIWG Knowledge Base

Knowledge-base / wiki framework for structured corpus authoring.

## Features

- **Source Ingestion**: URL, file, or freeform note → entity + concept pages
- **Query**: Search the local KB, synthesize answers with inline citations
- **Health & Lint**: Orphan page detection, broken wiki-links, stale claims, index regeneration

## Skills

- `kb-ingest`: Ingest a source into the knowledge base
- `kb-health`: Lint and health-check the KB

## Quick Start

```bash
# Ingest a source
/kb-ingest "https://example.com/article"

# Health check
/kb-health
```

## Documentation

- Full guide: https://docs.aiwg.io/knowledge-base
- Discord: https://discord.gg/BuAusFMxdA
