Back to the catalog

Durion Knowledge Catalog

Bundle OKF 0.2 · 3 conceitos · louisburroughs/durion

Open source Repository Open in the app JSON README (API)

About

# Durion Knowledge Catalog

* [ADRs](/adr/)
* [Domains](/domains/)
* [Backend Modules](/backend/)

Details

Kind
OKF bundles
Topic
No topic detected
Publisher
louisburroughs
Origin
okf_github
Category
dados
Version
0.2
Stars
1
Last push
2026-09-08T02:47:04Z
Repository state
ativo
Language
Python
Added
2026-09-08 02:24:34
Updated
2026-09-08 02:24:34
Origin id
louisburroughs/durion:knowledge-catalog/index.md

README

# Durion

Durion is the shared workspace for governance, architecture decisions, domain language, and cross-repo coordination. This repo acts as the canonical hub for ADRs, domain docs, shared agent config, and the knowledge catalog.

## Quick Start

```bash
# Review the catalog first
ls knowledge-catalog

# Browse ADRs and domain docs
ls docs/adr
grep -R "type: Domain\|type: ADR" knowledge-catalog
```

## Key Areas

- `docs/adr/` — architecture decisions
- `docs/architecture/` — architecture references and observability guidance
- `domains/` — domain-level documentation and boundaries
- `knowledge-catalog/` — OKF-based navigation layer for docs and modules
- `AGENTS.md` — cross-repo quick-reference guidance

## Related Repos

- `../durion-positivity-backend/` — Java/Spring Boot services
- `../durion-positivity-frontend/` — Angular app
- `../durion-positivity-sdk-angular/` — Angular SDK

More