Merge LLM-friendliness remediation and transport/IPC fixes#26
Merged
Conversation
…ecision log, evaluation hardening Three-phase remediation derived from a cross-project structural comparison with plasma-bft, refined through a Socratic exchange between two LLM agents. Phase 1 — Foundation: - Add document authority framework to AGENTS.md (status taxonomy, authority hierarchy, escalation rules, status matrix) - Add Status: headers to all 4 spec files, CONTRIBUTING.md, and 3 rubrics - Create docs/decision-log.md with 8 seed entries (historical decisions) - Create docs/open-questions.md with 1 seed entry - Add institutional-memory co-change rule to AGENTS.md invariants Phase 2 — Routing & contextual guidance: - Create docs/agent-index.json (machine-readable subsystem map with 10 subsystems, 8 common tasks, validation commands) - Create 10 nested AGENTS.md files (one per module under src/) - Add nested-AGENTS index to root AGENTS.md - Add agent-index co-change rule to CONTRIBUTING.md Phase 3 — Evaluation infrastructure: - Create rubrics/EVALUATION-PRINCIPLES.md (shared principles factored out of 3 existing rubrics to eliminate duplication) - Create rubrics/README.md (concern ownership map, scoring policy, double-deduction guidance, spec-to-rubric traceability) - Create rubrics/AGENT-READABILITY.md (100-point meta-rubric for LLM agent navigability) Also removes spec/RETICULUM_ENHANCEMENTS.md and all references to it. Amp-Thread-ID: https://ampcode.com/threads/T-019c9323-3f90-7518-bc0d-cdebdc732a12 Co-authored-by: Amp <amp@ampcode.com>
Static peers configured with hostnames are now re-resolved every 60 seconds. When a peer's address changes (e.g. dynamic DNS, Tailscale), a new PeerEvent::Discovered is emitted so the daemon can reconnect. Also: - Suppress noisy mdns_sd crate logging (default to warn level) - Preserve PersistedStaticPeerConfig through config resolution so unresolved hostnames remain available for re-resolution - Bump version to 0.7.2 Amp-Thread-ID: https://ampcode.com/threads/T-019c9349-8163-768e-b49e-34c7bb052b31 Co-authored-by: Amp <amp@ampcode.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification