Skip to content

docs: refresh CLAUDE.md + ingestion plan for PR #46/#51-55 merged state - #56

Merged
JC-000 merged 1 commit into
masterfrom
docs/claudemd-pr46-51-55-refresh
Jul 20, 2026
Merged

docs: refresh CLAUDE.md + ingestion plan for PR #46/#51-55 merged state#56
JC-000 merged 1 commit into
masterfrom
docs/claudemd-pr46-51-55-refresh

Conversation

@JC-000

Copy link
Copy Markdown
Owner

Summary

Docs-only refresh. CLAUDE.md was partially updated during the session that produced PRs #51#55; several sections survived with pre-bump claims that no longer match reality. This brings them current in one pass.

  • Crypto ABI: x25519 sibling pin v0.4.0 → v0.6.0; mark P-256 as c64-lib-contract SPEC-aligned with the make -C libs/<X> lib-VARIANT integration pattern.
  • MEMORY requirements: rename CRYPTOCRYPTO_HOT (UCI) / CRYPTO_RESIDENT (ip65) per the W1 hot/cold split; cross-link c64-lib-contract + docs/library-ingestion-architecture.md.
  • Build vars: document USE_X25519_SIBLING + EMBED_P256_OVERLAY.
  • UCI Memory layout: collapse to a pointer at the post-W1 table.
  • Known issues: rewrite the X25519 sibling block for v0.6.0 + post-W1 split; replace the MemoryPolicy note with the centralized VICE helper.
  • ECDSA P-256 wall-clock: 86.7 s (v0.2.0) → 82.1 s (v0.3.0); drop the v0.2.0-era defensive-init footnote.
  • Memory layout: replace the pre-W1 monolithic CRYPTO table with the full UCI + ip65 post-W1 layout; document the ip65 CRYPTO_COLD_SHADOW 1,662 B overflow tracked at c64-nist-curves#54.

docs/library-ingestion-architecture.md gains a "Status as of 2026-05-23" appendix snapshotting which library-side issues / c64-https work items landed via PRs #51#55 vs. are still in-flight.

No source / cfg / integration script / submodule changes.

Test plan

Docs only — no build or test impact. (Separately verified this session: the default BACKEND=uci P-256 build links clean and the P-256 TLS 1.3 e2e passes on U64E hardware at 86.5 s.)

🤖 Generated with Claude Code

CLAUDE.md was partially updated during the session that produced
PRs #51-#55; several sections survived with pre-bump claims that no
longer match reality. This commit refreshes them in one pass:
- Crypto ABI: bump x25519 sibling pin v0.4.0 -> v0.6.0; mark P-256
as c64-lib-contract SPEC-aligned with the make -C libs/<X>
lib-VARIANT integration pattern.
- MEMORY requirements: rename CRYPTO -> CRYPTO_HOT (UCI) /
CRYPTO_RESIDENT (ip65) per the W1 hot/cold split; cross-link
c64-lib-contract repo + docs/library-ingestion-architecture.md.
- Build vars: document USE_X25519_SIBLING + EMBED_P256_OVERLAY.
- UCI Memory layout: collapse to a pointer at the post-W1 table
below.
- Known issues: rewrite the X25519 sibling block for v0.6.0 + the
post-W1 split; replace MemoryPolicy note with the centralized
VICE helper (tools/_vice_helpers.py::default_vice_config).
- ECDSA P-256 wall-clock: update to 82.1 s under v0.3.0 (was 86.7 s
under v0.2.0); drop the v0.2.0-era defensive-init footnote.
- Memory layout: replace pre-W1 monolithic CRYPTO table with the
full UCI + ip65 post-W1 layout; document the ip65 CRYPTO_COLD_SHADOW
1,662 B overflow tracked at c64-nist-curves#54.
docs/library-ingestion-architecture.md gets a "Status as of 2026-05-23"
appendix snapshotting which §3 library-side issues and §4 c64-https-side
work items landed via PRs #51-#55 vs. are still in-flight (Task #12 /
P-384 wall-clock / CI bot).
No source / cfg / integration script / submodule changes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@JC-000
JC-000 merged commit e45326a into masterJul 20, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@JC-000