@adityaaria/spark 6.0.25 → 6.0.26

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.
@@ -620,10 +620,6 @@ install_for_agent() {
620
620
  *)
621
621
  # Shell-hook agents: copy manifest to agent-plugin dir
622
622
  local plugin_dir="$target_dir/.${agent_id}-plugin"
623
- # For project scope, put manifest in the target dir itself
624
- if [ "$SCOPE" = "project" ]; then
625
- plugin_dir="$(pwd)/.${agent_id}-plugin"
626
- fi
627
623
  if [ -f "$source_path" ]; then
628
624
  mkdir -p "$plugin_dir"
629
625
  copy_file "$source_path" "$plugin_dir/$manifest_basename"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adityaaria/spark",
3
- "version": "6.0.25",
3
+ "version": "6.0.26",
4
4
  "description": "SPARK skills and runtime bootstrap for coding agents",
5
5
  "type": "module",
6
6
  "publishConfig": {