maruto
Results
2
issues of
maruto
Update docs/cli/configuration.md to reflect the V2 schema structure where includeDirectories is nested under context object. This aligns the documentation with the actual implementation in packages/cli/src/config/settings.ts. Changes: - Update setting names...
Bug: Migration map typo for `loadMemoryFromIncludeDirectories` causes setting to be silently ignored
### What happened? There is a typo in the `MIGRATION_MAP` in `packages/cli/src/config/settings.ts` (line 115) that causes the V1 setting `loadMemoryFromIncludeDirectories` to be migrated to an incorrect V2 path. **Current (incorrect)...
priority/p1
area/agent