Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,4 +317,4 @@ This implementation is released under the **Apache License 2.0**. The CTX specif

---

**Fox Valley AI Foundation** — [foxfoundation.ai](https://foxfoundation.ai) | [github.com/foxvalleyai/ctx-spec](https://github.com/foxvalleyai/ctx-spec)
**Fox Valley AI Foundation** — [foxfoundation.ai](https://foxfoundation.ai) | [github.com/mtecnic/ctx](https://github.com/mtecnic/ctx)
6 changes: 3 additions & 3 deletions specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CTX (Context Transfer Format) is a universal interchange format designed for opt

CTX is not a rendering format. It does not replace HTML for browsers or PDF for print. It is the **content layer between the web and AI** — optimized for how transformers tokenize, attend, and reason.

**Repository**: github.com/foxvalleyai/ctx-spec
**Repository**: github.com/mtecnic/ctx
**Contact**: foxfoundation.ai

---
Expand Down Expand Up @@ -873,7 +873,7 @@ As of v1.0, the core grammar (delimiters, block types, depth markers, attribute

### 20.2 Content Type Registry

The Fox Valley AI Foundation maintains a living registry of `§content.*` subtypes at github.com/foxvalleyai/ctx-spec/registry. Community members may propose new subtypes via pull request. Subtypes in the registry are documented but not mandated — parsers MUST treat any unknown subtype as `§content.reference`.
The Fox Valley AI Foundation maintains a living registry of `§content.*` subtypes in the `registry/` directory of the reference repository (github.com/mtecnic/ctx). Community members may propose new subtypes via pull request. Subtypes in the registry are documented but not mandated — parsers MUST treat any unknown subtype as `§content.reference`.

### 20.3 Custom Metadata

Expand Down Expand Up @@ -994,4 +994,4 @@ Stable at 172 MB under sustained load, zero growth across 100 consecutive conver

This specification is released under **CC BY 4.0**. The reference implementation is licensed under the **Apache License 2.0**.

**Fox Valley AI Foundation** — foxfoundation.ai | github.com/foxvalleyai/ctx-spec
**Fox Valley AI Foundation** — foxfoundation.ai | github.com/mtecnic/ctx