ContinueBusabase × Continue

Continueのナレッジベース

Continue Agentsはmodels、context、Rules、Prompts、Docs、MCP serversをversionable YAMLで構成します。これはexecutionを再現可能にします。Busabaseは別の保証を加え、evidenceとaccountable reviewerが合意したoutcomeだけをshared recordにします。

Agent result proposalConfiguration verified
Continue Agentが生成したresultを確認するBusabase
Reproducible configはAgentの動作方法を説明しますが、claimのauthorityは決めません。

1つのconfig、7つのblocks

Configurationをexecution manifestとして扱い、changing factsのwarehouseにしない。

Continue v1 configは役割の異なるblocksを組み合わせます。異なるlifecycleのdataを複製せず、各blockから正しいsourceを参照します。

Block所有するもの入れないもの
modelsProvider、model、roles、capabilitiesBusiness status
contextFiles、code、diff、terminal、HTTP contextAccepted conclusions
rulesAgent/Chat/Editに適用するguidanceChanging customer facts
promptsInvokable slash workflowsCurrent workflow state
docsIndexed documentation sourcesUnverified decisions
mcpServersExternal tools/live data accessAutomatic authority
dataDevelopment event destination/filterSecrets/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しません。

CONFIG ID

name + version + schema

REPOSITORY REVISION

Exact YAML / local block files

MODEL ROLES

Chat、edit、apply、autocomplete、embed

RUNTIME SECRETS

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します。

GOOD RULE

Schema change後にmigrationを生成しtestする。

BAD FACT SNAPSHOT

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へ保存します。

/PROMPT

Reusable task definition

AGENT RUN

Model、context、tools、generated changes

EVIDENCE

Diff、tests、external records、logs

REVIEWED RECORD

Accepted outcome / lifecycle

Docsとcontext

Retrievalはrelevant pageを示してもfreshnessやapplicabilityを保証しない。

Docs blockはsiteをindexし、context providersはcode、files、diffs、terminal output、HTTP resourcesを提供します。Resultに使ったsource/revisionを保存し、reviewerが適用可能性を判断します。

INDEX SOURCE

どのdocumentation rootをcrawlしたか?

RETRIEVED REF

どのpage/chunkがanswerを支えたか?

CODE STATE

Context内のrepository revisionは?

APPLICABILITY

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へ書きません。

CONFIGURED

Server blockがparse/load

AUTHORIZED

Runtime identityがtool call可能

EXECUTED

Callがbounded evidenceを返す

REVIEWED

Proposed stateをaccept

Mode boundaries

Agent、Chat、Edit、Autocompleteは異なるevidence surfaceを作る。

全Continue interactionをautonomous Agent runと呼びません。Mode、model role、tool availability、file/external systemを変更できたかを記録します。

ModeJobEvidence
AgentToolを使いdevelopment taskを実行Tool calls、diffs、tests
ChatCodeを説明・議論Cited context、answer
EditSelected code sectionsを変更Before/after diff
AutocompleteInline code suggestionAccepted suggestion、repository diff

Run evidence

Config revisionをpromote対象のexact outputへ接続する。

同じconfigでもmodel、repository、docs、external systemsが変わればresultは変わります。後からchallengeできるruntime evidenceを残します。

agent_configConfig identity/revision
mode_modelExecution mode/model role
context_refsFiles、docs、diff、source records
tool_callsMCP actions/returned evidence
verificationTests、review、downstream checks
Continue Agent runのevidenceを示すBusabase record

Knowledge contract

YAML graphやconversation全体ではなくsmall outcomeをpromoteする。

Continueはexecution clientのままです。Recordは他team/Agentがtrustする必要のあるstateだけを表します。

outcome_keyShared claimのstable identity
config_refContinue config version/repository revision
run_refMode、model、session reference
source_refsDocs、code、external records
evidenceDiffs、tests、logs、tool responses
proposed_stateResultのconcise interpretation
ownerAcceptanceのaccountable person
decisionAccepted、conditional、rejected、superseded
next_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を提出します。