speclore 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -5064,7 +5064,7 @@ var init_server = __esm({
5064
5064
  description: STATUS_TOOL_DESC,
5065
5065
  inputSchema: statusInputSchema.shape
5066
5066
  },
5067
- async (args) => {
5067
+ (args) => {
5068
5068
  const result = executeStatusTool(
5069
5069
  { feature: args.feature },
5070
5070
  getProjectRoot()