Konstantin Tarkus

New: Prompt injection, changing root folder, and more

by

Hey hunters. Quick update on srcpack.

Just shipped v0.1.10 with features you've been asking for:

Prompt option - Prepend instructions to your bundles. Great for code reviews:

bundles: {
  review: {
    include: "src/**/*",
    prompt: "./prompts/review.md"
  }
}

Root option - Bundle from a different root folder:

root: "./packages/app",
bundles: { app: "src/**/*" }


Upload exclude - Skip local-only bundles from Google Drive sync.

Also fixed gitignore negation patterns and added CI.


Try it: npx srcpack


What workflows are you using srcpack for? Would love to hear.

9 views

Add a comment

Replies

Be the first to comment