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 STANDARDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Each standard is prefixed with a unique identifer following the format: "FMSG-##
| [FMSG-005](standards/fmsg-005-reactions.md) | Emoji reactions to messages, carried as terminal fmsg messages |
| [FMSG-006](standards/fmsg-006-indicators.md) | Ephemeral indicators such as composing a reply, as unacknowledged UDP datagrams |
| [FMSG-007](standards/fmsg-007-mcp-binding.md) | Model Context Protocol binding: how an MCP server gives an AI agent an fmsg address |

| [FMSG-008](standards/fmsg-008-signing.md) | Ed25519 message signatures, DNS keys, and signing policy |


1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ nav:
- FMSG-005 — Reactions: standards/fmsg-005-reactions.md
- FMSG-006 — Indicators: standards/fmsg-006-indicators.md
- FMSG-007 — MCP binding: standards/fmsg-007-mcp-binding.md
- FMSG-008 — Message signing: standards/fmsg-008-signing.md
- White paper: white-paper.md
- Implementations: IMPLEMENTATIONS.md
- Background: show-hn.md
Expand Down
Loading