feat: add .topos/ extensions directory with structured experimental work#46
Closed
feat: add .topos/ extensions directory with structured experimental work#46
Conversation
Introduces .topos/ as a well-organized extensions directory containing: ## Structure (see .topos/README.md and .topos/AGENTS.md for navigation) ### syrup/ - OCapN/Syrup Protocol Implementation - syrup.ts: Core Syrup serialization (Scheme s-expressions) - ocapn-server.ts: OCapN capability server - captp-session.ts: CapTP session management - skill-capability.ts: Capability-based skill access ### src/ - Extended Modules - fleet/: Multi-VM fleet coordination - math/: GF(3) algebra with formal verification - shared/: Cross-module utilities ### verification/ - Formal Proofs - Dafny specs for GF(3) conservation - Rocq/Coq proofs for SplitMix64, QuadBalancing - Multi-language test targets (Go, Python, C#) ### docs/ - Design Documents - ACP protocol extensions - Chelsea VM integration plans - Security analysis (ReDoS, etc.) - Multi-VM architecture ### experiments/ - Runnable Experiments - nbb (Node Babashka) ClojureScript interop - Polyglot GF(3) implementations ### dockerfiles/ & fleet-config/ - Chelsea, Flox, Security Docker images - Fleet deployment configurations This directory is structured specifically to help AI agents navigate and understand the design space for vers-agent extensions. Amp-Thread-ID: https://ampcode.com/threads/T-019bcf76-5f6b-70dd-861f-ba11af380a01 Co-authored-by: Amp <amp@ampcode.com>
Contributor
|
No 36k line prs |
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
Adds
.topos/as a well-organized extensions directory containing experimental work, structured specifically to help AI agents navigate and understand the design space.Directory Structure
Agent Navigation
See
.topos/AGENTS.mdfor:Key Extensions
syrup/src/fleet/src/math/verification/Why Include This
Closes previous PR #45 (superseded)