DocumentationCLI ReferenceIWE InitIWE InitInitializes the current directory as an IWE project.Usage iwe initWhat it does Creates .iwe/ marker directoryGenerates default config.toml configurationSets up the project structure for IWE operationsExample cd ~/my-notes iwe init # Creates .iwe/config.toml with default settingsIWE New