mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
docs: Add docstrings for ideation context settings
This commit is contained in:
@@ -116,7 +116,14 @@ interface IdeationActions {
|
||||
setFilterStatus: (status: IdeaStatus | 'all') => void;
|
||||
|
||||
// Context sources
|
||||
/**
|
||||
* Returns the effective context-source settings for a project,
|
||||
* merging defaults with any stored overrides.
|
||||
*/
|
||||
getContextSources: (projectPath: string) => IdeationContextSources;
|
||||
/**
|
||||
* Updates a single context-source flag for a project.
|
||||
*/
|
||||
setContextSource: (
|
||||
projectPath: string,
|
||||
key: keyof IdeationContextSources,
|
||||
|
||||
Reference in New Issue
Block a user