Skip to content

Commit d6973c5

Browse files
WaylandYangclaude
andauthored
chore: capitalize brand name as DeepLethe across project metadata (#9)
The company brand is DeepLethe (camelCase), not deeplethe. Fixed the lowercase occurrences in the public-facing author/affiliation fields: - docs/paper/main.tex: \affil[1]{DeepLethe} - firmware/esp32/library.properties: author / maintainer - pyproject.toml: authors[].name (shows on the PyPI project page) - docs/paper/README.md: submission-checklist reference Not touched: examples/smart_panel_manifest.yaml still has `vendor: deeplethe`, which is a separate question — the `vendor` field elsewhere (lamp) uses a domain form (example.dev), so that one should likely become a domain rather than just be recapitalized. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b6466e7 commit d6973c5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/paper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The tarball is `.gitignored` — regenerate before each upload.
4949

5050
## Before submitting to arXiv
5151

52-
1. **Authors.** Replace `deeplethe` and the placeholder email. arXiv lets
52+
1. **Authors.** Replace `DeepLethe` and the placeholder email. arXiv lets
5353
you list affiliations per-author.
5454
2. **Repo URL.** Currently a footnote placeholder
5555
(`github.com/device-context-protocol`). Either point to the real public

docs/paper/main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
LLM-Driven Control of Constrained Devices}
5959

6060
\author[1]{Dongxu Yang\thanks{Correspondence: \texttt{wayland0916@gmail.com}.}}
61-
\affil[1]{deeplethe}
61+
\affil[1]{DeepLethe}
6262

6363
\date{May 2026}
6464

firmware/esp32/library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=DCP
22
version=0.3.0
3-
author=deeplethe
4-
maintainer=deeplethe
3+
author=DeepLethe
4+
maintainer=DeepLethe
55
sentence=Device Context Protocol: bridge LLM agents to physical devices.
66
paragraph=Reference firmware for the DCP wire protocol. Parses COBS-framed CRC-checked DCP frames over Serial OR BLE GATT (with NimBLE-Arduino), decodes a tiny CBOR subset, dispatches to user-registered intent handlers, and optionally verifies per-frame HMAC-SHA256 signatures.
77
category=Communication

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Device Context Protocol — Python reference implementation. A br
55
readme = "README.md"
66
requires-python = ">=3.11"
77
license = { text = "MIT" }
8-
authors = [{ name = "deeplethe" }]
8+
authors = [{ name = "DeepLethe" }]
99
keywords = ["mcp", "iot", "hardware", "llm", "agent", "device", "protocol"]
1010
dependencies = [
1111
"cbor2>=5.6",

0 commit comments

Comments
 (0)