feat: scaffold standalone Maddox Think application - #2
Draft
brandonbryant12 wants to merge 1 commit into
Draft
Conversation
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.
What
Adds a self-contained scaffold under
scaffolds/maddox-think/for a brand-new company-agent application built on Cloudflare Think, idiomatic Effect TypeScript, and Alchemy Infrastructure-as-Effects.This is intentionally staged in the Effect template because the connected GitHub installation does not expose repository creation. The intended destination is a new private repository such as
card-madness/maddox-think; this PR should not be merged into Card Madness or the current Maddox/Hermes deployment.Architecture
MaddoxConversationAgentThink Durable Object per verified Slack thread;Included
Hermes posture
No dependency on or migration from the existing cloud-hosted Hermes deployment. A future administrative importer may take only selected SOUL/profile text, reviewed skills/resources, curated memory candidates, and optional summaries from the local Hermes instance. OAuth state, API keys, cookies, SQLite databases, caches, binaries, and old cloud recovery state are explicitly excluded.
Validation performed
scaffolds/maddox-think/;A dependency install, full typecheck, Workerd test, Alchemy plan, and deployment were not run in this connector-only staging environment. Those are the first acceptance gates after extracting the scaffold into the new repository and generating its lockfile.
Extraction
Copy the contents of
scaffolds/maddox-think/to the root of the new private repository, then implement Milestone A fromdocs/implementation-plan.mdbefore enabling any external write action.