docs: replace front door terminology

This commit is contained in:
Turtle
2026-07-22 15:13:12 +08:00
parent 6648ff984a
commit a7fc81d745
121 changed files with 211 additions and 211 deletions

View File

@@ -236,7 +236,7 @@ describe('dsh-agent-spine-demo bundle', () => {
}
})
it('loads and configures bounded request recovery for every bundled front door', async () => {
it('loads and configures bounded request recovery for every bundled entry point', async () => {
const adapter = new TransientOnceAdapter()
const ctx = await mount({ workspaceContext: false })
ctx.llm.registerAdapter(['mock'], adapter)
@@ -704,9 +704,9 @@ describe('dsh-agent-spine-demo bundle', () => {
await ctx.fiber.dispose()
})
it('picks shared spine config without leaking front-door fields', () => {
it('picks shared spine config without leaking entry-point fields', () => {
const appConfig = {
model: 'front-door-only',
model: 'entrypoint-only',
includeHarnessIdentity: false,
persona: 'You are merged.',
toolOrder: ['zulu'],