Implementation Suggestion
suggestionAsk any implementation question about Commonware blockchain. Receive a structured answer with Summary, Reasoning, and Details, combining research knowledge and real code from reference repositories.
Instructions
Get an implementation suggestion combining Commonware research knowledge and actual code from reference repos. Ask any implementation question and get back a structured response with Summary, Reasoning, and Details.
FLOW MODEL: stage 1 is suggestion only; stage 2 (search_implementation) is user-triggered in the same session.
If repos is omitted, the tool auto-selects repos from REFERENCE_REPOS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repos | No | Optional repo override. If omitted, the tool auto-selects from: octocat/Hello-World, facebook/react | |
| question | Yes | Implementation question, e.g. 'How would I implement a subblock mempool?' |