Continueのナレッジベース
Continue Agentsはmodels、context、Rules、Prompts、Docs、MCP serversをversionable YAMLで構成します。これはexecutionを再現可能にします。Busabaseは別の保証を加え、evidenceとaccountable reviewerが合意したoutcomeだけをshared recordにします。
1つのconfig、7つのblocks
Configurationをexecution manifestとして扱い、changing factsのwarehouseにしない。
Continue v1 configは役割の異なるblocksを組み合わせます。異なるlifecycleのdataを複製せず、各blockから正しいsourceを参照します。
| Block | 所有するもの | 入れないもの |
|---|---|---|
| models | Provider、model、roles、capabilities | Business status |
| context | Files、code、diff、terminal、HTTP context | Accepted conclusions |
| rules | Agent/Chat/Editに適用するguidance | Changing customer facts |
| prompts | Invokable slash workflows | Current workflow state |
| docs | Indexed documentation sources | Unverified decisions |
| mcpServers | External tools/live data access | Automatic authority |
| data | Development event destination/filter | Secrets/canonical records |
Versioned agent configuration
Pinned configはbehaviorを再現できても、読み取るknowledgeは変化し続ける。
Config name、version、schema、model roles、enabled blocks、repository revisionを記録します。Changing valueは実行時にowner systemから解決し、snapshotをRules/Promptsへcommitしません。
name + version + schema
Exact YAML / local block files
Chat、edit、apply、autocomplete、embed
Secure referenceのみ。Recordへcopyしない
Rules
RulesはAgent behaviorを定義し、truthを証明しない。
ContinueはAgent、Chat、Edit modesでRulesを適用します。`.continue/rules`はproject/org guidanceとしてversion-controlできます。Standard、security check、paved pathを置き、changing factsはqueryします。
Schema change後にmigrationを生成しtestする。
Customer Xはplan Yでrenewal approved。
Prompts
Slash commandはreusable request templateでありcompleted workflow recordではない。
Continue Promptsは`/`でon-demand invocationします。Repeatable task framingはそこに残し、各runのinputs、outputs、evidence、owner、acceptanceはowner systemへ保存します。
Docsとcontext
Retrievalはrelevant pageを示してもfreshnessやapplicabilityを保証しない。
Docs blockはsiteをindexし、context providersはcode、files、diffs、terminal output、HTTP resourcesを提供します。Resultに使ったsource/revisionを保存し、reviewerが適用可能性を判断します。
どのdocumentation rootをcrawlしたか?
どのpage/chunkがanswerを支えたか?
Context内のrepository revisionは?
Guidanceがenvironmentに合うと誰が確認したか?
Agent-only MCP
Continue MCP toolの成功はrecord acceptanceではない。
MCP serversは`config.yaml`または`.continue/mcpServers/` standalone filesで設定できます。Continueはstdio、SSE、streamable HTTPをsupportします。Locally stored secretsをreferenceし、shared YAML/evidenceへ書きません。
Server blockがparse/load
Runtime identityがtool call可能
Callがbounded evidenceを返す
Proposed stateをaccept
Mode boundaries
Agent、Chat、Edit、Autocompleteは異なるevidence surfaceを作る。
全Continue interactionをautonomous Agent runと呼びません。Mode、model role、tool availability、file/external systemを変更できたかを記録します。
| Mode | Job | Evidence |
|---|---|---|
| Agent | Toolを使いdevelopment taskを実行 | Tool calls、diffs、tests |
| Chat | Codeを説明・議論 | Cited context、answer |
| Edit | Selected code sectionsを変更 | Before/after diff |
| Autocomplete | Inline code suggestion | Accepted suggestion、repository diff |
Run evidence
Config revisionをpromote対象のexact outputへ接続する。
同じconfigでもmodel、repository、docs、external systemsが変わればresultは変わります。後からchallengeできるruntime evidenceを残します。
agent_configConfig identity/revisionmode_modelExecution mode/model rolecontext_refsFiles、docs、diff、source recordstool_callsMCP actions/returned evidenceverificationTests、review、downstream checksKnowledge contract
YAML graphやconversation全体ではなくsmall outcomeをpromoteする。
Continueはexecution clientのままです。Recordは他team/Agentがtrustする必要のあるstateだけを表します。
outcome_keyShared claimのstable identityconfig_refContinue config version/repository revisionrun_refMode、model、session referencesource_refsDocs、code、external recordsevidenceDiffs、tests、logs、tool responsesproposed_stateResultのconcise interpretationownerAcceptanceのaccountable persondecisionAccepted、conditional、rejected、supersedednext_review_atFreshness checkpoint実務上の質問
ContinueナレッジベースのFAQ
Busabaseはconfig.yamlを置き換えますか?
いいえ。Continue configはmodels、context、rules、prompts、docs、toolsを定義し、Busabaseはselected reviewed outcomesを保存します。
Changing business factsをRulesへ置きますか?
置きません。Rulesはpersistent behavioral guidanceであり、changing factsはowner systemからqueryします。
MCPはChat modeで使えますか?
Continueのcurrent docsではMCPはAgent modeのみです。
Versioned Promptはrun完了を証明しますか?
いいえ。Task templateを証明するだけで、run evidenceとoutcome reviewが別に必要です。
1 recordから複数Continue modesを参照できますか?
できます。各modeのcontributionとproposed stateを生成したrunをevidenceで区別します。
1つのreproducible runから始める
Agent configをpinし、evidenceを保存し、shared trustが必要なoutcomeだけをreviewする。
Stable config revisionとcompleted verificationを持つContinue workflowを選び、他team/Agentが使う前にconcise result recordを提出します。

