<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="f109ddcd-c921-4a27-aea6-657a0d3b75de" name="Changes" comment="feat(context directories): All commands require a directory to execute from, so that the child_process can CWD there, and the sf cli understand it's project context">
<change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="GitHubPullRequestSearchHistory">{
"lastFilter": {
"state": "OPEN",
"assignee": "codefriar"
}
}</component>
<component name="GithubPullRequestsUISettings">{
"selectedUrlAndAccountId": {
"url": "git@github.com:codefriar/sf-mcp.git",
"accountId": "cd1051c7-86d1-42aa-9984-58b0635d53d5"
},
"recentNewPullRequestHead": {
"server": {
"useHttp": false,
"host": "github.com",
"port": null,
"suffix": null
},
"owner": "codefriar",
"repository": "sf-mcp"
}
}</component>
<component name="ProjectColorInfo">{
"associatedIndex": 4
}</component>
<component name="ProjectId" id="2urn5n86K5zpk5YZjhjYXG5kRcZ" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">{
"keyToString": {
"ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.git.unshallow": "true",
"git-widget-placeholder": "#2 on feat/contextualExecution",
"js.linters.configure.manually.selectedeslint": "true",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.standard": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "/Users/kpoorman/src/sfMcp/node_modules/@eslint/eslintrc",
"node.js.selected.package.standard": "",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"settings.editor.selected.configurable": "settings.javascript.linters.eslint",
"ts.external.directory.path": "/Applications/IntelliJ IDEA.app/Contents/plugins/javascript-plugin/jsLanguageServicesImpl/external",
"vue.rearranger.settings.migration": "true"
}
}</component>
<component name="RubyModuleManagerSettings">
<option name="blackListedRootsPaths">
<list>
<option value="$PROJECT_DIR$" />
</list>
</option>
</component>
<component name="SharedIndexes">
<attachedChunks>
<set>
<option value="bundled-jdk-9823dce3aa75-a94e463ab2e7-intellij.indexing.shared.core-IU-243.26053.27" />
<option value="bundled-js-predefined-d6986cc7102b-1632447f56bf-JavaScript-IU-243.26053.27" />
</set>
</attachedChunks>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="f109ddcd-c921-4a27-aea6-657a0d3b75de" name="Changes" comment="" />
<created>1743015380248</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1743015380248</updated>
<workItem from="1743015381427" duration="2834000" />
<workItem from="1743030208472" duration="5343000" />
<workItem from="1743138461831" duration="925000" />
<workItem from="1743139755619" duration="9045000" />
<workItem from="1743222211272" duration="953000" />
<workItem from="1743606226833" duration="2474000" />
<workItem from="1743709358220" duration="3768000" />
</task>
<task id="LOCAL-00001" summary="feat(tools): autodiscovery of tools based on `sf commands --json`">
<option name="closed" value="true" />
<created>1743142354973</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1743142354973</updated>
</task>
<task id="LOCAL-00002" summary="chore(lint): prettier and eslint rules applied">
<option name="closed" value="true" />
<created>1743143924176</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1743143924176</updated>
</task>
<task id="LOCAL-00003" summary="chore(packaging): added standard-release">
<option name="closed" value="true" />
<created>1743144159287</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1743144159287</updated>
</task>
<task id="LOCAL-00004" summary="chore(build): build version">
<option name="closed" value="true" />
<created>1743144468869</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1743144468869</updated>
</task>
<task id="LOCAL-00005" summary="chore(cleanup): cleanup of code in prep for release, and the use of npx">
<option name="closed" value="true" />
<created>1743613695726</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1743613695726</updated>
</task>
<task id="LOCAL-00006" summary="feat(context directories): All commands require a directory to execute from, so that the child_process can CWD there, and the sf cli understand it's project context">
<option name="closed" value="true" />
<created>1743826235821</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1743826235821</updated>
</task>
<option name="localTasksCounter" value="7" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="feat(tools): autodiscovery of tools based on `sf commands --json`" />
<MESSAGE value="chore(lint): prettier and eslint rules applied" />
<MESSAGE value="chore(packaging): added standard-release" />
<MESSAGE value="chore(build): build version" />
<MESSAGE value="chore(cleanup): cleanup of code in prep for release, and the use of npx" />
<MESSAGE value="feat(context directories): All commands require a directory to execute from, so that the child_process can CWD there, and the sf cli understand it's project context" />
<option name="LAST_COMMIT_MESSAGE" value="feat(context directories): All commands require a directory to execute from, so that the child_process can CWD there, and the sf cli understand it's project context" />
</component>
<component name="XSLT-Support.FileAssociations.UIState">
<expand />
<select />
</component>
</project>