docs: plan workflow console foundation

This commit is contained in:
lda
2026-07-02 10:58:57 +07:00 Verified
parent b41d64e7f7
commit 98f85f6726
3 changed files with 1104 additions and 3 deletions
File diff suppressed because it is too large Load Diff
+3
View File
@@ -49,6 +49,9 @@
\end{minipage}% \end{minipage}%
} }
\end{titlepage} \end{titlepage}
% The titlepage environment resets the page counter. Continue with physical
% page 2 so PDF page labels remain unique for viewers and print dialogs.
\setcounter{page}{2}
\clearpage \clearpage
\thispagestyle{empty} \thispagestyle{empty}
\section*{Supervisor Certification} \section*{Supervisor Certification}
+13 -3
View File
@@ -13,14 +13,24 @@
"mcp": { "mcp": {
"serena": { "serena": {
"type": "local", "type": "local",
"command": ["serena", "start-mcp-server", "--project-from-cwd"], "command": ["serena", "start-mcp-server", "--project-from-cwd"]
// "enabled": false
},
"Astro docs": {
"type": "remote",
"url": "https://mcp.docs.astro.build/mcp",
"enabled": false
},
"context7": {
"type": "local",
"command": ["npx", "-y", "@upstash/context7-mcp"],
"enabled": false "enabled": false
} }
}, },
"permission": { "permission": {
"skill": { "skill": {
"wf-*": "allow", "wf-*": "allow"
"*": "deny" // "*": "deny"
} }
} }
} }