Files
shard-wiki/README.md
tegwick 1c0c0efc56 Reorganize documentation into canonical repository layout
Adopt CoulombSocial/HelixForge/MarkiTect documentation structure:
- research/260608-yawex-prior-art/ — yawex exploration and sources
- demand/ — inbound NetKingdom integration requirements
- spec/ — PRD, TSD, UseCaseCatalog, ArchitectureBlueprint scaffolds
- docs/ — stakeholder documentation and repository-layout guide
- wiki/, issues/, history/ — scaffolded directories

Add SCOPE.md and AGENTS.md. Update workplan paths and README.
2026-06-08 13:55:27 +02:00

41 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# shard-wiki
Git-based Markdown wiki orchestrator and federation layer.
`shard-wiki` joins heterogeneous wiki-shaped page stores (**shards**) into a
coherent information space while preserving provenance, capabilities, and
history. It is an orchestration layer, not a wiki engine.
## Status
Early-stage: Python scaffold, intent and specification groundwork, active design
workplan. See `SCOPE.md` for current maturity.
## Documentation
| Document | Purpose |
|----------|---------|
| [INTENT.md](INTENT.md) | Aspiration and boundaries |
| [SCOPE.md](SCOPE.md) | What we achieve now |
| [AGENTS.md](AGENTS.md) | Agent working guide |
| [docs/repository-layout.md](docs/repository-layout.md) | How this repo organizes information |
## Quick start
```bash
pip install -e ".[dev]"
pytest
```
## Layout
```
research/ explorations (yymmdd-prefixed)
demand/ inbound unreviewed requirements
spec/ implementation specifications
workplans/ State Hubregistered tasks
docs/ stakeholder documentation
wiki/ collaborative knowledge (wiki UI when connected)
issues/ ticket mirrors
history/ archived material (yymmdd-prefixed)
```