# docs 文件索引

這裡集中放置專案的輔助文件，供工程師、主管與 Codex 閱讀。

## 文件清單

- [prompt-library.md](./prompt-library.md)：Codex 協作 Prompt 範例。
- [error-codes.md](./error-codes.md)：錯誤代碼表。
- [log-format.md](./log-format.md)：Log 格式說明。
- [workflow-schema.md](./workflow-schema.md)：Workflow 設定規格。
- [config-schema.md](./config-schema.md)：devices.json / appsettings.json 設定規格。
- [verification-node.md](./verification-node.md)：功能節點完成後的驗證節點說明。
- [verification-records.md](./verification-records.md)：已完成節點的實際驗證紀錄。
- [phase-one-completion-criteria.md](./phase-one-completion-criteria.md)：第一階段剩餘缺口與 100% 完成標準。
- [phase-two-planning-overview.md](./phase-two-planning-overview.md)：第二階段規劃架構、優先順序與待確認決策。
- [phase-two-first-track-selection.md](./phase-two-first-track-selection.md)：第二階段第一個主軸選型比較。
- [mysql-taskstore-poc-checklist.md](./mysql-taskstore-poc-checklist.md)：MySQL TaskStore PoC 實作前確認清單。
- [mysql-taskstore-node-command-log-table-boundary-analysis.md](./mysql-taskstore-node-command-log-table-boundary-analysis.md)：MySQL TaskStore 節點 / 命令 / 詳細 log table 邊界分析。
- [mysql-taskstore-node-executions-implementation-checklist.md](./mysql-taskstore-node-executions-implementation-checklist.md)：MySQL TaskStore node_executions 實作前確認。
- [mysql-taskstore-node-executions-implementation-record.md](./mysql-taskstore-node-executions-implementation-record.md)：MySQL TaskStore node_executions 第一版實作紀錄。
- [mysql-taskstore-node-executions-manual-verification-design.md](./mysql-taskstore-node-executions-manual-verification-design.md)：MySQL TaskStore node_executions manual-only 真實 DB 驗證設計。
- [mysql-taskstore-node-executions-manual-xunit-implementation-record.md](./mysql-taskstore-node-executions-manual-xunit-implementation-record.md)：MySQL TaskStore node_executions manual-only xUnit 驗證入口實作紀錄。
- [mysql-taskstore-node-executions-real-db-precheck.md](./mysql-taskstore-node-executions-real-db-precheck.md)：MySQL TaskStore node_executions 真實 DB 驗證前確認清單。
- [mysql-taskstore-node-executions-goal-readiness-audit.md](./mysql-taskstore-node-executions-goal-readiness-audit.md)：MySQL TaskStore node_executions 目標模式收斂稽核。
- [mysql-taskstore-node-executions-real-db-verification-record.md](./mysql-taskstore-node-executions-real-db-verification-record.md)：MySQL TaskStore node_executions 真實 DB 驗證紀錄。
- [mysql-taskstore-command-executions-preimplementation-checklist.md](./mysql-taskstore-command-executions-preimplementation-checklist.md)：MySQL TaskStore command_executions 實作前確認。
- [mysql-db-logwriter-tracestore-boundary-design.md](./mysql-db-logwriter-tracestore-boundary-design.md)：MySQL DB LogWriter / TraceStore 邊界設計。
- [mysql-db-logwriter-tracestore-preimplementation-checklist.md](./mysql-db-logwriter-tracestore-preimplementation-checklist.md)：MySQL DB LogWriter / TraceStore 實作前確認。
- [mysql-db-logwriter-tracestore-implementation-record.md](./mysql-db-logwriter-tracestore-implementation-record.md)：MySQL DB LogWriter / TraceStore 第一版實作紀錄。
- [mysql-db-logwriter-tracestore-manual-verification-design.md](./mysql-db-logwriter-tracestore-manual-verification-design.md)：MySQL DB LogWriter / TraceStore manual-only 真實 DB 驗證設計。
- [mysql-db-logwriter-tracestore-manual-xunit-implementation-record.md](./mysql-db-logwriter-tracestore-manual-xunit-implementation-record.md)：MySQL DB LogWriter / TraceStore manual-only xUnit 驗證入口實作紀錄。
- [mysql-db-logwriter-tracestore-real-db-precheck.md](./mysql-db-logwriter-tracestore-real-db-precheck.md)：MySQL DB LogWriter 真實 DB 驗證前確認清單。
- [mysql-db-logwriter-tracestore-real-db-verification-record.md](./mysql-db-logwriter-tracestore-real-db-verification-record.md)：MySQL DB LogWriter task_log_traces 真實 DB 驗證紀錄。
- [mysql-task-trace-store-query-boundary-design.md](./mysql-task-trace-store-query-boundary-design.md)：MySQL TaskTraceStore 查詢邊界設計。
- [task-trace-store-public-query-interface-preimplementation-checklist.md](./task-trace-store-public-query-interface-preimplementation-checklist.md)：TaskTraceStore public 查詢介面實作前確認。
- [task-trace-store-interface-dto-location-audit.md](./task-trace-store-interface-dto-location-audit.md)：TaskTraceStore 介面命名與 DTO 位置盤點。
- [task-trace-store-public-contract-decision-record.md](./task-trace-store-public-contract-decision-record.md)：TaskTraceStore 第一版 public contract 決策紀錄。
- [task-trace-store-first-query-implementation-record.md](./task-trace-store-first-query-implementation-record.md)：TaskTraceStore 第一版查詢實作紀錄。
- [task-trace-store-manual-query-verification-entry-record.md](./task-trace-store-manual-query-verification-entry-record.md)：TaskTraceStore manual-only 查詢驗證入口紀錄。
- [task-trace-store-3a-completion-audit.md](./task-trace-store-3a-completion-audit.md)：TaskTraceStore 3A 完成稽核與待授權驗證清單。
- [task-trace-store-real-db-query-verification-record.md](./task-trace-store-real-db-query-verification-record.md)：TaskTraceStore 真實 DB read-only 查詢驗證紀錄。
- [mysql-schema-apply-ddl-executor-safety-strategy.md](./mysql-schema-apply-ddl-executor-safety-strategy.md)：MySQL Schema Apply / DDL Executor 安全策略。
- [manual-apply-preview-preimplementation-checklist.md](./manual-apply-preview-preimplementation-checklist.md)：ManualApplyPreview 實作前確認。
- [manual-apply-preview-decision-confirmation.md](./manual-apply-preview-decision-confirmation.md)：3B ManualApplyPreview 決策確認表。
- [manual-apply-preview-implementation-record.md](./manual-apply-preview-implementation-record.md)：ManualApplyPreview 第一版實作紀錄。
- [manual-apply-preview-3b-completion-audit.md](./manual-apply-preview-3b-completion-audit.md)：ManualApplyPreview 3B 完成稽核表。
- [manual-apply-preview-3b-online-acceptance-record.md](./manual-apply-preview-3b-online-acceptance-record.md)：ManualApplyPreview 3B 線上驗收紀錄。
- [phase-two-b-completion-checklist.md](./phase-two-b-completion-checklist.md)：第二階段 B 補完清單與收斂結論。
- [phase-two-b-closure-audit.md](./phase-two-b-closure-audit.md)：第二階段 B 收斂稽核。
- [phase-three-preplanning.md](./phase-three-preplanning.md)：第三階段前置規劃。
- [phase-three-dashboard.md](./phase-three-dashboard.md)：第三階段執行儀表板。
- [service-api-boundary-analysis.md](./service-api-boundary-analysis.md)：3C Service / API 邊界分析。
- [service-api-decision-confirmation.md](./service-api-decision-confirmation.md)：3C Service / API 決策確認表。
- [service-api-code-structure-preimplementation-checklist.md](./service-api-code-structure-preimplementation-checklist.md)：3C 程式 repo 結構檢查與實作前確認。
- [service-api-application-contract-preimplementation-checklist.md](./service-api-application-contract-preimplementation-checklist.md)：3C Application Service contract 草案 / 實作前確認表。
- [service-api-application-contract-decision-confirmation.md](./service-api-application-contract-decision-confirmation.md)：3C Application contract 決策確認紀錄。
- [service-api-application-contract-implementation-record.md](./service-api-application-contract-implementation-record.md)：3C Application contract 第一版實作紀錄。
- [service-api-application-contract-3c-completion-audit.md](./service-api-application-contract-3c-completion-audit.md)：3C Application contract 完成稽核表。
- [service-api-application-contract-commit-push-precheck.md](./service-api-application-contract-commit-push-precheck.md)：3C Application contract commit / push 前確認。
- [service-api-application-contract-3c-online-acceptance-record.md](./service-api-application-contract-3c-online-acceptance-record.md)：3C Application contract 線上驗收紀錄。
- [plugin-multi-device-boundary-analysis.md](./plugin-multi-device-boundary-analysis.md)：3D Plugin / 多設備單元邊界分析。
- [plugin-multi-device-decision-confirmation.md](./plugin-multi-device-decision-confirmation.md)：3D Plugin / 多設備單元決策確認表。
- [plugin-multi-device-contract-preimplementation-checklist.md](./plugin-multi-device-contract-preimplementation-checklist.md)：3D contract 草案 / 實作前確認表。
- [plugin-multi-device-contract-decision-confirmation.md](./plugin-multi-device-contract-decision-confirmation.md)：3D contract 決策確認表。
- [plugin-multi-device-3d-completion-audit.md](./plugin-multi-device-3d-completion-audit.md)：3D Plugin / 多設備單元完成稽核表。
- [plugin-multi-device-3d-online-acceptance-record.md](./plugin-multi-device-3d-online-acceptance-record.md)：3D Plugin / 多設備單元線上驗收紀錄。
- [plugin-multi-device-code-structure-preimplementation-checklist.md](./plugin-multi-device-code-structure-preimplementation-checklist.md)：3D 程式 repo 結構檢查與實作前確認。
- [plugin-multi-device-code-structure-online-acceptance-record.md](./plugin-multi-device-code-structure-online-acceptance-record.md)：3D 程式 repo 結構檢查線上驗收紀錄。
- [plugin-multi-device-application-contract-preimplementation-checklist.md](./plugin-multi-device-application-contract-preimplementation-checklist.md)：3D Application contract 草案 / 實作前確認表。
- [plugin-multi-device-application-contract-decision-confirmation.md](./plugin-multi-device-application-contract-decision-confirmation.md)：3D Application contract 決策確認表。
- [plugin-multi-device-application-contract-implementation-record.md](./plugin-multi-device-application-contract-implementation-record.md)：3D Application contract 第一版實作紀錄。
- [plugin-multi-device-application-contract-commit-push-precheck.md](./plugin-multi-device-application-contract-commit-push-precheck.md)：3D Application contract commit / push 前確認。
- [phase-three-final-closure-confirmation.md](./phase-three-final-closure-confirmation.md)：第三階段總收斂確認表。
- [phase-four-a-boundary-analysis.md](./phase-four-a-boundary-analysis.md)：4A WebApi / ServiceHost / Plugin Loader 邊界分析。
- [phase-four-a-decision-confirmation.md](./phase-four-a-decision-confirmation.md)：4A WebApi / ServiceHost / Plugin Loader 決策確認表。
- [phase-four-execution-split-plan.md](./phase-four-execution-split-plan.md)：第四階段 4B / 4C / 4D 執行切分表。
- [phase-four-4a-4b-split-online-acceptance-record.md](./phase-four-4a-4b-split-online-acceptance-record.md)：第四階段 4A / 4B 切分線上驗收紀錄。
- [phase-four-standards-scope-acceptance.md](./phase-four-standards-scope-acceptance.md)：第四階段標準 / 文件 / 施作範圍 / 驗收條件總表。
- [phase-four-goal-completion-audit.md](./phase-four-goal-completion-audit.md)：第四階段目標模式完成稽核表。
- [phase-four-b-webapi-contract-preimplementation-checklist.md](./phase-four-b-webapi-contract-preimplementation-checklist.md)：4B WebApi contract 草案 / 實作前確認表。
- [phase-four-b-webapi-decision-confirmation.md](./phase-four-b-webapi-decision-confirmation.md)：4B WebApi 決策確認紀錄。
- [phase-four-b-webapi-implementation-acceptance-record.md](./phase-four-b-webapi-implementation-acceptance-record.md)：4B WebApi 第一版實作與 API / DB 驗收紀錄。
- [phase-four-c-servicehost-contract-preimplementation-checklist.md](./phase-four-c-servicehost-contract-preimplementation-checklist.md)：4C ServiceHost contract 草案 / 實作前確認表。
- [phase-four-c-servicehost-decision-confirmation.md](./phase-four-c-servicehost-decision-confirmation.md)：4C ServiceHost 決策確認紀錄。
- [phase-four-c-servicehost-code-structure-preimplementation-checklist.md](./phase-four-c-servicehost-code-structure-preimplementation-checklist.md)：4C ServiceHost 程式 repo 結構檢查表。
- [phase-four-c-servicehost-implementation-acceptance-record.md](./phase-four-c-servicehost-implementation-acceptance-record.md)：4C ServiceHost 實作與驗收紀錄。
- [phase-four-c-servicehost-completion-audit.md](./phase-four-c-servicehost-completion-audit.md)：4C ServiceHost 完成稽核表。
- [phase-four-d-pluginloader-boundary-analysis.md](./phase-four-d-pluginloader-boundary-analysis.md)：4D PluginLoader 邊界分析。
- [phase-four-d-pluginloader-decision-confirmation.md](./phase-four-d-pluginloader-decision-confirmation.md)：4D PluginLoader 決策確認表。
- [phase-four-d-pluginloader-contract-preimplementation-checklist.md](./phase-four-d-pluginloader-contract-preimplementation-checklist.md)：4D PluginLoader contract 草案 / 實作前確認表。
- [phase-four-d-pluginloader-code-structure-preimplementation-checklist.md](./phase-four-d-pluginloader-code-structure-preimplementation-checklist.md)：4D PluginLoader 程式 repo 結構檢查表。
- [phase-four-d-pluginloader-application-contract-preimplementation-checklist.md](./phase-four-d-pluginloader-application-contract-preimplementation-checklist.md)：4D 最小 Application plugin contract 實作前最後確認表。
- [phase-four-d-pluginloader-application-contract-implementation-record.md](./phase-four-d-pluginloader-application-contract-implementation-record.md)：4D 最小 Application plugin contract 實作與驗收紀錄。
- [phase-four-d-pluginloader-completion-audit.md](./phase-four-d-pluginloader-completion-audit.md)：4D PluginLoader 完成稽核表。
- [phase-four-final-completion-confirmation.md](./phase-four-final-completion-confirmation.md)：第四階段完成確認表。
- [phase-four-d-pluginloader-application-contract-commit-push-precheck.md](./phase-four-d-pluginloader-application-contract-commit-push-precheck.md)：4D Application plugin contract commit / push 前確認與執行結果。
- [phase-four-final-online-acceptance-record.md](./phase-four-final-online-acceptance-record.md)：第四階段線上驗收紀錄。
- [phase-four-post-minimal-capability-split-plan.md](./phase-four-post-minimal-capability-split-plan.md)：第四階段後續功能節點切分表。
- [phase-four-e-post-minimal-decision-confirmation.md](./phase-four-e-post-minimal-decision-confirmation.md)：4E 後續功能節點決策確認表。
- [phase-five-a-pluginloader-preimplementation-checklist.md](./phase-five-a-pluginloader-preimplementation-checklist.md)：5A PluginLoader 實作前確認表。
- [phase-five-loader-to-service-scope-acceptance-plan.md](./phase-five-loader-to-service-scope-acceptance-plan.md)：第五階段 Loader 到 Service 後續文件 / 實作 / 驗收範圍補齊表。
- [phase-five-a-pluginloader-code-structure-preimplementation-checklist.md](./phase-five-a-pluginloader-code-structure-preimplementation-checklist.md)：5A PluginLoader 程式 repo 結構檢查與實作前盤點。
- [phase-five-a-pluginloader-final-preimplementation-checklist.md](./phase-five-a-pluginloader-final-preimplementation-checklist.md)：5A 最小 PluginLoader 實作前最後確認表。
- [phase-five-a-pluginloader-final-preimplementation-online-acceptance-record.md](./phase-five-a-pluginloader-final-preimplementation-online-acceptance-record.md)：5A 最小 PluginLoader 最後確認表線上驗收紀錄。
- [phase-five-a-pluginloader-implementation-test-matrix.md](./phase-five-a-pluginloader-implementation-test-matrix.md)：5A 最小 PluginLoader 實作測試案例與停止線稽核表。
- [phase-five-external-dll-manual-only-boundary-confirmation.md](./phase-five-external-dll-manual-only-boundary-confirmation.md)：外部 DLL manual-only 邊界確認表。
- [phase-five-external-dll-manual-only-boundary-online-acceptance-record.md](./phase-five-external-dll-manual-only-boundary-online-acceptance-record.md)：外部 DLL manual-only 邊界確認線上驗收紀錄。
- [phase-five-external-dll-manual-only-decision-confirmation.md](./phase-five-external-dll-manual-only-decision-confirmation.md)：外部 DLL manual-only 邊界決策確認紀錄。
- [phase-five-external-dll-manual-only-code-structure-preimplementation-checklist.md](./phase-five-external-dll-manual-only-code-structure-preimplementation-checklist.md)：外部 DLL manual-only 程式 repo 結構檢查與實作前確認。
- [phase-five-external-dll-manual-only-implementation-acceptance-record.md](./phase-five-external-dll-manual-only-implementation-acceptance-record.md)：外部 DLL manual-only fake verifier 實作與驗收紀錄。
- [phase-five-b-config-schema-boundary-analysis.md](./phase-five-b-config-schema-boundary-analysis.md)：5B config schema 邊界分析。
- [phase-five-b-config-schema-preimplementation-checklist.md](./phase-five-b-config-schema-preimplementation-checklist.md)：5B config schema 實作前確認表。
- [phase-five-b-config-schema-preimplementation-online-acceptance-record.md](./phase-five-b-config-schema-preimplementation-online-acceptance-record.md)：5B config schema 實作前確認線上驗收紀錄。
- [phase-five-b-config-schema-code-structure-preimplementation-checklist.md](./phase-five-b-config-schema-code-structure-preimplementation-checklist.md)：5B config schema 程式 repo 結構檢查與實作前盤點。
- [phase-five-b-config-schema-implementation-acceptance-record.md](./phase-five-b-config-schema-implementation-acceptance-record.md)：5B config schema 實作與驗收紀錄。
- [phase-five-c-db-audit-boundary-analysis.md](./phase-five-c-db-audit-boundary-analysis.md)：5C DB audit 邊界分析。
- [phase-five-c-db-audit-preimplementation-checklist.md](./phase-five-c-db-audit-preimplementation-checklist.md)：5C DB audit 實作前確認表。
- [phase-five-c-db-audit-code-structure-preimplementation-checklist.md](./phase-five-c-db-audit-code-structure-preimplementation-checklist.md)：5C DB audit 程式 repo 結構檢查與實作前盤點。
- [phase-five-c-db-audit-implementation-test-matrix.md](./phase-five-c-db-audit-implementation-test-matrix.md)：5C DB audit 實作測試案例與停止線稽核表。
- [phase-five-c-db-audit-preimplementation-online-acceptance-record.md](./phase-five-c-db-audit-preimplementation-online-acceptance-record.md)：5C DB audit 實作前文件線上驗收紀錄。
- [phase-five-c-db-audit-implementation-acceptance-record.md](./phase-five-c-db-audit-implementation-acceptance-record.md)：5C DB audit 實作與驗收紀錄。
- [phase-five-d-auth-swagger-boundary-analysis.md](./phase-five-d-auth-swagger-boundary-analysis.md)：5D auth / Swagger 邊界分析。
- [phase-five-d-auth-swagger-preimplementation-checklist.md](./phase-five-d-auth-swagger-preimplementation-checklist.md)：5D auth / Swagger 實作前確認表。
- [phase-five-d-auth-swagger-code-structure-preimplementation-checklist.md](./phase-five-d-auth-swagger-code-structure-preimplementation-checklist.md)：5D auth / Swagger 程式 repo 結構檢查與實作前盤點。
- [phase-five-d-auth-swagger-implementation-test-matrix.md](./phase-five-d-auth-swagger-implementation-test-matrix.md)：5D auth / Swagger 實作測試案例與停止線稽核表。
- [phase-five-d-auth-swagger-preimplementation-online-acceptance-record.md](./phase-five-d-auth-swagger-preimplementation-online-acceptance-record.md)：5D auth / Swagger 實作前文件線上驗收紀錄。
- [phase-five-d-auth-swagger-final-preimplementation-checklist.md](./phase-five-d-auth-swagger-final-preimplementation-checklist.md)：5D auth / Swagger 最小實作前最後確認表。
- [phase-five-d-auth-swagger-final-preimplementation-online-acceptance-record.md](./phase-five-d-auth-swagger-final-preimplementation-online-acceptance-record.md)：5D auth / Swagger 最小實作前最後確認表線上驗收紀錄。
- [phase-five-d-auth-swagger-implementation-work-package.md](./phase-five-d-auth-swagger-implementation-work-package.md)：5D auth / Swagger 實作工作包。
- [phase-five-e-windows-service-boundary-analysis.md](./phase-five-e-windows-service-boundary-analysis.md)：5E Windows Service 邊界分析。
- [phase-five-e-windows-service-preimplementation-checklist.md](./phase-five-e-windows-service-preimplementation-checklist.md)：5E Windows Service 實作前確認表。
- [phase-five-e-windows-service-code-structure-preimplementation-checklist.md](./phase-five-e-windows-service-code-structure-preimplementation-checklist.md)：5E Windows Service 程式 repo 結構檢查與實作前盤點。
- [phase-five-e-windows-service-implementation-test-matrix.md](./phase-five-e-windows-service-implementation-test-matrix.md)：5E Windows Service 實作測試案例與停止線稽核表。
- [phase-five-e-windows-service-preimplementation-online-acceptance-record.md](./phase-five-e-windows-service-preimplementation-online-acceptance-record.md)：5E Windows Service 實作前文件線上驗收紀錄。
- [phase-five-e-windows-service-final-preimplementation-checklist.md](./phase-five-e-windows-service-final-preimplementation-checklist.md)：5E Windows Service 最小實作前最後確認表。
- [phase-five-e-windows-service-final-preimplementation-online-acceptance-record.md](./phase-five-e-windows-service-final-preimplementation-online-acceptance-record.md)：5E Windows Service 最小實作前最後確認表線上驗收紀錄。
- [phase-five-e-windows-service-implementation-work-package.md](./phase-five-e-windows-service-implementation-work-package.md)：5E Windows Service 實作工作包。
- [phase-five-e-windows-service-current-state-refresh-record.md](./phase-five-e-windows-service-current-state-refresh-record.md)：5E Windows Service 實作前現況刷新紀錄。
- [phase-five-e-windows-service-implementation-acceptance-record.md](./phase-five-e-windows-service-implementation-acceptance-record.md)：5E Windows Service 實作與驗收紀錄。
- [phase-five-e-windows-service-online-acceptance-record.md](./phase-five-e-windows-service-online-acceptance-record.md)：5E Windows Service 線上驗收紀錄。
- [phase-five-remaining-gate-completion-audit.md](./phase-five-remaining-gate-completion-audit.md)：第五階段剩餘 gate 與完成條件稽核表。
- [phase-five-f-integration-acceptance-plan.md](./phase-five-f-integration-acceptance-plan.md)：5F 第五階段整合驗收計畫。
- [phase-five-f-integration-acceptance-preexecution-checklist.md](./phase-five-f-integration-acceptance-preexecution-checklist.md)：5F 第五階段整合驗收執行前確認表。
- [phase-five-f-integration-acceptance-record.md](./phase-five-f-integration-acceptance-record.md)：5F 第五階段整合驗收紀錄。
- [phase-five-final-completion-audit.md](./phase-five-final-completion-audit.md)：第五階段完成稽核表。
- [phase-five-final-online-acceptance-record.md](./phase-five-final-online-acceptance-record.md)：第五階段線上驗收紀錄。
- [mysql-package-selection-analysis.md](./mysql-package-selection-analysis.md)：MySQL 套件選型分析。
- [mysql-schema-auto-create-design.md](./mysql-schema-auto-create-design.md)：MySQL Schema 自動建表設計。
- [mysql-schema-class-draft.md](./mysql-schema-class-draft.md)：MySQL schema Class 初稿。
- [mysql-preflight-connection-checklist.md](./mysql-preflight-connection-checklist.md)：MySQL 行前連線資訊確認。
- [mysql-preflight-info-template.md](./mysql-preflight-info-template.md)：MySQL 行前資訊填寫範本與 Schema Attribute 實作前確認表。
- [mysql-schema-attribute-preimplementation-checklist.md](./mysql-schema-attribute-preimplementation-checklist.md)：MySQL Schema Attribute 實作前確認。
- [mysql-schema-attribute-sql-generator-design.md](./mysql-schema-attribute-sql-generator-design.md)：Schema Attribute 使用與 SQL 產生器設計。
- [mysql-sql-generator-preimplementation-checklist.md](./mysql-sql-generator-preimplementation-checklist.md)：SQL Generator 實作前確認。
- [mysql-sql-generator-implementation-record.md](./mysql-sql-generator-implementation-record.md)：MySqlSchemaSqlGenerator 第一版實作與驗證紀錄。
- [mysql-alter-schema-initializer-preimplementation-checklist.md](./mysql-alter-schema-initializer-preimplementation-checklist.md)：ALTER TABLE / Schema Initializer 實作前確認。
- [mysql-alter-dry-run-implementation-record.md](./mysql-alter-dry-run-implementation-record.md)：ALTER TABLE SQL 產生器與 Dry Run Plan 第一版實作紀錄。
- [mysql-schema-inspector-preimplementation-checklist.md](./mysql-schema-inspector-preimplementation-checklist.md)：Schema Inspector / information_schema 實作前確認。
- [mysql-schema-inspector-interface-mock-preimplementation-checklist.md](./mysql-schema-inspector-interface-mock-preimplementation-checklist.md)：Schema Inspector 抽象介面與 mock inspector 實作前確認。
- [schema-inspector-interface-mock-implementation-record.md](./schema-inspector-interface-mock-implementation-record.md)：Schema Inspector 抽象介面與 mock inspector 第一版實作紀錄。
- [schema-dry-run-planner-design.md](./schema-dry-run-planner-design.md)：Schema Inspector 與 Dry Run Plan 串接服務設計。
- [schema-dry-run-planner-implementation-record.md](./schema-dry-run-planner-implementation-record.md)：SchemaDryRunPlanner 第一版實作紀錄。
- [schema-dry-run-planner-consolehost-initializer-design.md](./schema-dry-run-planner-consolehost-initializer-design.md)：SchemaDryRunPlanner ConsoleHost / Initializer 承接設計。
- [schema-dry-run-planner-consolehost-display-implementation-checklist.md](./schema-dry-run-planner-consolehost-display-implementation-checklist.md)：SchemaDryRunPlanner ConsoleHost 顯示實作前確認。
- [schema-dry-run-planner-consolehost-display-record.md](./schema-dry-run-planner-consolehost-display-record.md)：SchemaDryRunPlanner ConsoleHost 顯示第一版實作紀錄。
- [consolehost-schema-dry-run-display-verification-record.md](./consolehost-schema-dry-run-display-verification-record.md)：ConsoleHost Schema Dry Run 顯示人工驗證紀錄。
- [schema-initializer-dryrun-flow-design.md](./schema-initializer-dryrun-flow-design.md)：Schema Initializer DryRun 流程設計。
- [schema-initializer-dryrun-preimplementation-checklist.md](./schema-initializer-dryrun-preimplementation-checklist.md)：Schema Initializer DryRun 實作前確認。
- [schema-initializer-dryrun-implementation-record.md](./schema-initializer-dryrun-implementation-record.md)：Schema Initializer DryRun 第一版實作紀錄。
- [schema-initializer-dryrun-consolehost-integration-design.md](./schema-initializer-dryrun-consolehost-integration-design.md)：Schema Initializer DryRun ConsoleHost 接入設計。
- [schema-initializer-dryrun-consolehost-integration-preimplementation-checklist.md](./schema-initializer-dryrun-consolehost-integration-preimplementation-checklist.md)：Schema Initializer DryRun ConsoleHost 接入實作前確認。
- [schema-initializer-dryrun-consolehost-integration-implementation-record.md](./schema-initializer-dryrun-consolehost-integration-implementation-record.md)：Schema Initializer DryRun ConsoleHost 接入實作紀錄。
- [consolehost-schema-initializer-dryrun-verification-record.md](./consolehost-schema-initializer-dryrun-verification-record.md)：ConsoleHost Schema Initializer DryRun 人工驗證紀錄。
- [schema-automation-first-closure-check.md](./schema-automation-first-closure-check.md)：Schema Automation 第一輪收尾檢查。
- [mysql-real-schema-inspector-preimplementation-checklist.md](./mysql-real-schema-inspector-preimplementation-checklist.md)：真實 MySQL Inspector 前置確認。
- [mysql-real-schema-inspector-implementation-checklist.md](./mysql-real-schema-inspector-implementation-checklist.md)：MySqlSchemaInspector 實作前確認清單。
- [mysql-real-schema-inspector-query-row-mapper-design.md](./mysql-real-schema-inspector-query-row-mapper-design.md)：MySqlSchemaInspector Query Builder / Row Mapper 設計。
- [mysql-real-schema-inspector-query-row-mapper-preimplementation-checklist.md](./mysql-real-schema-inspector-query-row-mapper-preimplementation-checklist.md)：Query Builder / Row Mapper 實作前確認。
- [mysql-real-schema-inspector-code-structure-scope-check.md](./mysql-real-schema-inspector-code-structure-scope-check.md)：程式 repo 結構檢查與第一版實作範圍盤點。
- [mysql-real-schema-inspector-helper-implementation-record.md](./mysql-real-schema-inspector-helper-implementation-record.md)：MySQL Schema Inspector 純程式 helper 實作紀錄。
- [mysql-real-schema-inspector-provider-preimplementation-checklist.md](./mysql-real-schema-inspector-provider-preimplementation-checklist.md)：MySqlSchemaInspector 真實 DB provider 實作前確認。
- [document-site-information-architecture-plan.md](./document-site-information-architecture-plan.md)：文件網站首頁減量、第二階段分頁與資料庫可視化規劃。
- [document-site-navigation-redesign-plan.md](./document-site-navigation-redesign-plan.md)：文件網站導覽重整方案。
- [platform-capability-roadmap.md](./platform-capability-roadmap.md)：專案能力邊界與平台化需求地圖。
- [phase-two-dashboard.md](./phase-two-dashboard.md)：第二階段已完成 / 未完成邊界與主線進度。
- [database-dashboard.md](./database-dashboard.md)：MySQL / Schema Automation 資料庫可視化儀表板。
- [development-log.md](./development-log.md)：開發日誌與完成時間記錄。
- [code-status-sync.md](./code-status-sync.md)：程式 repo push 後同步文件首頁開發狀態的設計。
- [github-secret-setup.md](./github-secret-setup.md)：GitHub Secret 建立、權限與同步驗證步驟。

## 對應 HTML 文件

- [docs/README.html](./README.html)
- [prompt-library.html](./prompt-library.html)
- [error-codes.html](./error-codes.html)
- [log-format.html](./log-format.html)
- [workflow-schema.html](./workflow-schema.html)
- [config-schema.html](./config-schema.html)
- [verification-node.html](./verification-node.html)
- [verification-records.html](./verification-records.html)
- [phase-one-completion-criteria.html](./phase-one-completion-criteria.html)
- [phase-two-planning-overview.html](./phase-two-planning-overview.html)
- [phase-two-first-track-selection.html](./phase-two-first-track-selection.html)
- [mysql-taskstore-poc-checklist.html](./mysql-taskstore-poc-checklist.html)
- [mysql-taskstore-node-command-log-table-boundary-analysis.html](./mysql-taskstore-node-command-log-table-boundary-analysis.html)
- [mysql-taskstore-node-executions-implementation-checklist.html](./mysql-taskstore-node-executions-implementation-checklist.html)
- [mysql-taskstore-node-executions-implementation-record.html](./mysql-taskstore-node-executions-implementation-record.html)
- [mysql-taskstore-node-executions-manual-verification-design.html](./mysql-taskstore-node-executions-manual-verification-design.html)
- [mysql-taskstore-node-executions-manual-xunit-implementation-record.html](./mysql-taskstore-node-executions-manual-xunit-implementation-record.html)
- [mysql-taskstore-node-executions-real-db-precheck.html](./mysql-taskstore-node-executions-real-db-precheck.html)
- [mysql-taskstore-node-executions-goal-readiness-audit.html](./mysql-taskstore-node-executions-goal-readiness-audit.html)
- [mysql-taskstore-node-executions-real-db-verification-record.html](./mysql-taskstore-node-executions-real-db-verification-record.html)
- [mysql-taskstore-command-executions-preimplementation-checklist.html](./mysql-taskstore-command-executions-preimplementation-checklist.html)
- [mysql-db-logwriter-tracestore-boundary-design.html](./mysql-db-logwriter-tracestore-boundary-design.html)
- [mysql-db-logwriter-tracestore-preimplementation-checklist.html](./mysql-db-logwriter-tracestore-preimplementation-checklist.html)
- [mysql-task-trace-store-query-boundary-design.html](./mysql-task-trace-store-query-boundary-design.html)
- [task-trace-store-public-query-interface-preimplementation-checklist.html](./task-trace-store-public-query-interface-preimplementation-checklist.html)
- [task-trace-store-interface-dto-location-audit.html](./task-trace-store-interface-dto-location-audit.html)
- [task-trace-store-public-contract-decision-record.html](./task-trace-store-public-contract-decision-record.html)
- [task-trace-store-first-query-implementation-record.html](./task-trace-store-first-query-implementation-record.html)
- [task-trace-store-manual-query-verification-entry-record.html](./task-trace-store-manual-query-verification-entry-record.html)
- [task-trace-store-3a-completion-audit.html](./task-trace-store-3a-completion-audit.html)
- [task-trace-store-real-db-query-verification-record.html](./task-trace-store-real-db-query-verification-record.html)
- [manual-apply-preview-preimplementation-checklist.html](./manual-apply-preview-preimplementation-checklist.html)
- [manual-apply-preview-decision-confirmation.html](./manual-apply-preview-decision-confirmation.html)
- [manual-apply-preview-implementation-record.html](./manual-apply-preview-implementation-record.html)
- [manual-apply-preview-3b-completion-audit.html](./manual-apply-preview-3b-completion-audit.html)
- [manual-apply-preview-3b-online-acceptance-record.html](./manual-apply-preview-3b-online-acceptance-record.html)
- [phase-two-b-completion-checklist.html](./phase-two-b-completion-checklist.html)
- [phase-two-b-closure-audit.html](./phase-two-b-closure-audit.html)
- [phase-three-preplanning.html](./phase-three-preplanning.html)
- [phase-three-dashboard.html](./phase-three-dashboard.html)
- [service-api-boundary-analysis.html](./service-api-boundary-analysis.html)
- [service-api-decision-confirmation.html](./service-api-decision-confirmation.html)
- [service-api-code-structure-preimplementation-checklist.html](./service-api-code-structure-preimplementation-checklist.html)
- [service-api-application-contract-preimplementation-checklist.html](./service-api-application-contract-preimplementation-checklist.html)
- [service-api-application-contract-decision-confirmation.html](./service-api-application-contract-decision-confirmation.html)
- [service-api-application-contract-implementation-record.html](./service-api-application-contract-implementation-record.html)
- [service-api-application-contract-3c-completion-audit.html](./service-api-application-contract-3c-completion-audit.html)
- [service-api-application-contract-commit-push-precheck.html](./service-api-application-contract-commit-push-precheck.html)
- [service-api-application-contract-3c-online-acceptance-record.html](./service-api-application-contract-3c-online-acceptance-record.html)
- [plugin-multi-device-boundary-analysis.html](./plugin-multi-device-boundary-analysis.html)
- [plugin-multi-device-decision-confirmation.html](./plugin-multi-device-decision-confirmation.html)
- [plugin-multi-device-contract-preimplementation-checklist.html](./plugin-multi-device-contract-preimplementation-checklist.html)
- [plugin-multi-device-contract-decision-confirmation.html](./plugin-multi-device-contract-decision-confirmation.html)
- [plugin-multi-device-3d-completion-audit.html](./plugin-multi-device-3d-completion-audit.html)
- [plugin-multi-device-3d-online-acceptance-record.html](./plugin-multi-device-3d-online-acceptance-record.html)
- [plugin-multi-device-code-structure-preimplementation-checklist.html](./plugin-multi-device-code-structure-preimplementation-checklist.html)
- [plugin-multi-device-code-structure-online-acceptance-record.html](./plugin-multi-device-code-structure-online-acceptance-record.html)
- [plugin-multi-device-application-contract-preimplementation-checklist.html](./plugin-multi-device-application-contract-preimplementation-checklist.html)
- [plugin-multi-device-application-contract-decision-confirmation.html](./plugin-multi-device-application-contract-decision-confirmation.html)
- [plugin-multi-device-application-contract-implementation-record.html](./plugin-multi-device-application-contract-implementation-record.html)
- [plugin-multi-device-application-contract-commit-push-precheck.html](./plugin-multi-device-application-contract-commit-push-precheck.html)
- [phase-three-final-closure-confirmation.html](./phase-three-final-closure-confirmation.html)
- [phase-four-a-boundary-analysis.html](./phase-four-a-boundary-analysis.html)
- [phase-four-a-decision-confirmation.html](./phase-four-a-decision-confirmation.html)
- [phase-four-execution-split-plan.html](./phase-four-execution-split-plan.html)
- [phase-four-4a-4b-split-online-acceptance-record.html](./phase-four-4a-4b-split-online-acceptance-record.html)
- [phase-four-standards-scope-acceptance.html](./phase-four-standards-scope-acceptance.html)
- [phase-four-goal-completion-audit.html](./phase-four-goal-completion-audit.html)
- [phase-four-b-webapi-contract-preimplementation-checklist.html](./phase-four-b-webapi-contract-preimplementation-checklist.html)
- [phase-four-b-webapi-decision-confirmation.html](./phase-four-b-webapi-decision-confirmation.html)
- [phase-four-b-webapi-implementation-acceptance-record.html](./phase-four-b-webapi-implementation-acceptance-record.html)
- [phase-four-c-servicehost-contract-preimplementation-checklist.html](./phase-four-c-servicehost-contract-preimplementation-checklist.html)
- [phase-four-c-servicehost-decision-confirmation.html](./phase-four-c-servicehost-decision-confirmation.html)
- [phase-four-c-servicehost-code-structure-preimplementation-checklist.html](./phase-four-c-servicehost-code-structure-preimplementation-checklist.html)
- [phase-four-c-servicehost-implementation-acceptance-record.html](./phase-four-c-servicehost-implementation-acceptance-record.html)
- [phase-four-c-servicehost-completion-audit.html](./phase-four-c-servicehost-completion-audit.html)
- [phase-four-d-pluginloader-boundary-analysis.html](./phase-four-d-pluginloader-boundary-analysis.html)
- [phase-four-d-pluginloader-decision-confirmation.html](./phase-four-d-pluginloader-decision-confirmation.html)
- [phase-four-d-pluginloader-contract-preimplementation-checklist.html](./phase-four-d-pluginloader-contract-preimplementation-checklist.html)
- [phase-four-d-pluginloader-code-structure-preimplementation-checklist.html](./phase-four-d-pluginloader-code-structure-preimplementation-checklist.html)
- [phase-four-d-pluginloader-application-contract-preimplementation-checklist.html](./phase-four-d-pluginloader-application-contract-preimplementation-checklist.html)
- [phase-four-d-pluginloader-application-contract-implementation-record.html](./phase-four-d-pluginloader-application-contract-implementation-record.html)
- [phase-four-d-pluginloader-completion-audit.html](./phase-four-d-pluginloader-completion-audit.html)
- [phase-four-final-completion-confirmation.html](./phase-four-final-completion-confirmation.html)
- [phase-four-d-pluginloader-application-contract-commit-push-precheck.html](./phase-four-d-pluginloader-application-contract-commit-push-precheck.html)
- [phase-four-final-online-acceptance-record.html](./phase-four-final-online-acceptance-record.html)
- [phase-four-post-minimal-capability-split-plan.html](./phase-four-post-minimal-capability-split-plan.html)
- [phase-four-e-post-minimal-decision-confirmation.html](./phase-four-e-post-minimal-decision-confirmation.html)
- [phase-five-a-pluginloader-preimplementation-checklist.html](./phase-five-a-pluginloader-preimplementation-checklist.html)
- [phase-five-loader-to-service-scope-acceptance-plan.html](./phase-five-loader-to-service-scope-acceptance-plan.html)
- [phase-five-a-pluginloader-code-structure-preimplementation-checklist.html](./phase-five-a-pluginloader-code-structure-preimplementation-checklist.html)
- [phase-five-a-pluginloader-final-preimplementation-checklist.html](./phase-five-a-pluginloader-final-preimplementation-checklist.html)
- [phase-five-a-pluginloader-final-preimplementation-online-acceptance-record.html](./phase-five-a-pluginloader-final-preimplementation-online-acceptance-record.html)
- [phase-five-a-pluginloader-implementation-test-matrix.html](./phase-five-a-pluginloader-implementation-test-matrix.html)
- [phase-five-e-windows-service-boundary-analysis.html](./phase-five-e-windows-service-boundary-analysis.html)
- [phase-five-e-windows-service-preimplementation-checklist.html](./phase-five-e-windows-service-preimplementation-checklist.html)
- [phase-five-e-windows-service-code-structure-preimplementation-checklist.html](./phase-five-e-windows-service-code-structure-preimplementation-checklist.html)
- [phase-five-e-windows-service-implementation-test-matrix.html](./phase-five-e-windows-service-implementation-test-matrix.html)
- [phase-five-e-windows-service-preimplementation-online-acceptance-record.html](./phase-five-e-windows-service-preimplementation-online-acceptance-record.html)
- [phase-five-e-windows-service-final-preimplementation-checklist.html](./phase-five-e-windows-service-final-preimplementation-checklist.html)
- [phase-five-e-windows-service-final-preimplementation-online-acceptance-record.html](./phase-five-e-windows-service-final-preimplementation-online-acceptance-record.html)
- [phase-five-e-windows-service-implementation-work-package.html](./phase-five-e-windows-service-implementation-work-package.html)
- [phase-five-e-windows-service-current-state-refresh-record.html](./phase-five-e-windows-service-current-state-refresh-record.html)
- [phase-five-e-windows-service-implementation-acceptance-record.html](./phase-five-e-windows-service-implementation-acceptance-record.html)
- [phase-five-e-windows-service-online-acceptance-record.html](./phase-five-e-windows-service-online-acceptance-record.html)
- [phase-five-remaining-gate-completion-audit.html](./phase-five-remaining-gate-completion-audit.html)
- [phase-five-f-integration-acceptance-plan.html](./phase-five-f-integration-acceptance-plan.html)
- [phase-five-f-integration-acceptance-preexecution-checklist.html](./phase-five-f-integration-acceptance-preexecution-checklist.html)
- [phase-five-f-integration-acceptance-record.html](./phase-five-f-integration-acceptance-record.html)
- [phase-five-final-completion-audit.html](./phase-five-final-completion-audit.html)
- [phase-five-final-online-acceptance-record.html](./phase-five-final-online-acceptance-record.html)
- [phase-five-d-auth-swagger-final-preimplementation-checklist.html](./phase-five-d-auth-swagger-final-preimplementation-checklist.html)
- [phase-five-d-auth-swagger-final-preimplementation-online-acceptance-record.html](./phase-five-d-auth-swagger-final-preimplementation-online-acceptance-record.html)
- [phase-five-d-auth-swagger-implementation-work-package.html](./phase-five-d-auth-swagger-implementation-work-package.html)
- [mysql-package-selection-analysis.html](./mysql-package-selection-analysis.html)
- [mysql-schema-auto-create-design.html](./mysql-schema-auto-create-design.html)
- [mysql-schema-class-draft.html](./mysql-schema-class-draft.html)
- [mysql-preflight-connection-checklist.html](./mysql-preflight-connection-checklist.html)
- [mysql-preflight-info-template.html](./mysql-preflight-info-template.html)
- [mysql-schema-attribute-preimplementation-checklist.html](./mysql-schema-attribute-preimplementation-checklist.html)
- [mysql-schema-attribute-sql-generator-design.html](./mysql-schema-attribute-sql-generator-design.html)
- [mysql-sql-generator-preimplementation-checklist.html](./mysql-sql-generator-preimplementation-checklist.html)
- [mysql-sql-generator-implementation-record.html](./mysql-sql-generator-implementation-record.html)
- [mysql-alter-schema-initializer-preimplementation-checklist.html](./mysql-alter-schema-initializer-preimplementation-checklist.html)
- [mysql-alter-dry-run-implementation-record.html](./mysql-alter-dry-run-implementation-record.html)
- [mysql-schema-inspector-preimplementation-checklist.html](./mysql-schema-inspector-preimplementation-checklist.html)
- [mysql-schema-inspector-interface-mock-preimplementation-checklist.html](./mysql-schema-inspector-interface-mock-preimplementation-checklist.html)
- [schema-inspector-interface-mock-implementation-record.html](./schema-inspector-interface-mock-implementation-record.html)
- [schema-dry-run-planner-design.html](./schema-dry-run-planner-design.html)
- [schema-dry-run-planner-implementation-record.html](./schema-dry-run-planner-implementation-record.html)
- [schema-dry-run-planner-consolehost-initializer-design.html](./schema-dry-run-planner-consolehost-initializer-design.html)
- [schema-dry-run-planner-consolehost-display-implementation-checklist.html](./schema-dry-run-planner-consolehost-display-implementation-checklist.html)
- [schema-dry-run-planner-consolehost-display-record.html](./schema-dry-run-planner-consolehost-display-record.html)
- [consolehost-schema-dry-run-display-verification-record.html](./consolehost-schema-dry-run-display-verification-record.html)
- [schema-initializer-dryrun-flow-design.html](./schema-initializer-dryrun-flow-design.html)
- [schema-initializer-dryrun-preimplementation-checklist.html](./schema-initializer-dryrun-preimplementation-checklist.html)
- [schema-initializer-dryrun-implementation-record.html](./schema-initializer-dryrun-implementation-record.html)
- [schema-initializer-dryrun-consolehost-integration-design.html](./schema-initializer-dryrun-consolehost-integration-design.html)
- [schema-initializer-dryrun-consolehost-integration-preimplementation-checklist.html](./schema-initializer-dryrun-consolehost-integration-preimplementation-checklist.html)
- [schema-initializer-dryrun-consolehost-integration-implementation-record.html](./schema-initializer-dryrun-consolehost-integration-implementation-record.html)
- [consolehost-schema-initializer-dryrun-verification-record.html](./consolehost-schema-initializer-dryrun-verification-record.html)
- [schema-automation-first-closure-check.html](./schema-automation-first-closure-check.html)
- [mysql-real-schema-inspector-preimplementation-checklist.html](./mysql-real-schema-inspector-preimplementation-checklist.html)
- [mysql-real-schema-inspector-implementation-checklist.html](./mysql-real-schema-inspector-implementation-checklist.html)
- [mysql-real-schema-inspector-query-row-mapper-design.html](./mysql-real-schema-inspector-query-row-mapper-design.html)
- [mysql-real-schema-inspector-query-row-mapper-preimplementation-checklist.html](./mysql-real-schema-inspector-query-row-mapper-preimplementation-checklist.html)
- [mysql-real-schema-inspector-code-structure-scope-check.html](./mysql-real-schema-inspector-code-structure-scope-check.html)
- [mysql-real-schema-inspector-helper-implementation-record.html](./mysql-real-schema-inspector-helper-implementation-record.html)
- [mysql-real-schema-inspector-provider-preimplementation-checklist.html](./mysql-real-schema-inspector-provider-preimplementation-checklist.html)
- [document-site-information-architecture-plan.html](./document-site-information-architecture-plan.html)
- [document-site-navigation-redesign-plan.html](./document-site-navigation-redesign-plan.html)
- [platform-capability-roadmap.html](./platform-capability-roadmap.html)
- [phase-two-dashboard.html](./phase-two-dashboard.html)
- [database-dashboard.html](./database-dashboard.html)
- [development-log.html](./development-log.html)
- [code-status-sync.html](./code-status-sync.html)
- [github-secret-setup.html](./github-secret-setup.html)
- [phase-five-a-pluginloader-implementation-acceptance-record.html](./phase-five-a-pluginloader-implementation-acceptance-record.html)
- [phase-five-a-pluginloader-commit-push-precheck.html](./phase-five-a-pluginloader-commit-push-precheck.html)
- [phase-five-a-pluginloader-completion-audit.html](./phase-five-a-pluginloader-completion-audit.html)
- [phase-five-external-dll-manual-only-boundary-confirmation.html](./phase-five-external-dll-manual-only-boundary-confirmation.html)
- [phase-five-external-dll-manual-only-boundary-online-acceptance-record.html](./phase-five-external-dll-manual-only-boundary-online-acceptance-record.html)
- [phase-five-external-dll-manual-only-decision-confirmation.html](./phase-five-external-dll-manual-only-decision-confirmation.html)
- [phase-five-external-dll-manual-only-code-structure-preimplementation-checklist.html](./phase-five-external-dll-manual-only-code-structure-preimplementation-checklist.html)
- [phase-five-external-dll-manual-only-implementation-acceptance-record.html](./phase-five-external-dll-manual-only-implementation-acceptance-record.html)
- [phase-five-b-config-schema-boundary-analysis.html](./phase-five-b-config-schema-boundary-analysis.html)
- [phase-five-b-config-schema-preimplementation-checklist.html](./phase-five-b-config-schema-preimplementation-checklist.html)
- [phase-five-b-config-schema-preimplementation-online-acceptance-record.html](./phase-five-b-config-schema-preimplementation-online-acceptance-record.html)
- [phase-five-b-config-schema-code-structure-preimplementation-checklist.html](./phase-five-b-config-schema-code-structure-preimplementation-checklist.html)
- [phase-five-b-config-schema-implementation-acceptance-record.html](./phase-five-b-config-schema-implementation-acceptance-record.html)
