address comments by bot and format

This commit is contained in:
A.K.M. Adib
2026-01-27 12:54:43 -05:00
parent f5bf268117
commit 6f59385e0c
4 changed files with 9 additions and 4 deletions
@@ -26,7 +26,9 @@ export function usePlanMonitoring(config: Config) {
const updatePlan = async () => {
try {
const securityCheck = await isDirectorySecure(plansDir);
const securityCheck = await isDirectorySecure(plansDir, {
owner: 'user',
});
if (!securityCheck.secure) {
debugLogger.warn(
'Security check failed for plans directory',