From 0991c52e6fbb665d0a7b3c4b48f3990b7a39aa42 Mon Sep 17 00:00:00 2001 From: Kayvan Sylvan Date: Sun, 4 Jan 2026 08:45:36 -0800 Subject: [PATCH 1/3] chore: remove redundant `--sync-db` step from changelog workflow - Remove duplicate database sync command from version workflow - Simplify changelog generation to single process-prs step - Keep database file staging after changelog generation --- .github/workflows/update-version-and-create-tag.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-version-and-create-tag.yml b/.github/workflows/update-version-and-create-tag.yml index 83414571..8fa7c7d7 100644 --- a/.github/workflows/update-version-and-create-tag.yml +++ b/.github/workflows/update-version-and-create-tag.yml @@ -94,7 +94,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | go run ./cmd/generate_changelog --process-prs ${{ steps.increment_version.outputs.new_tag }} - go run ./cmd/generate_changelog --sync-db git add ./cmd/generate_changelog/changelog.db - name: Commit changes run: | From fd0ac8aa3bfcdc7c7652382f3863e4f8eae4b748 Mon Sep 17 00:00:00 2001 From: Kayvan Sylvan Date: Sun, 4 Jan 2026 09:09:35 -0800 Subject: [PATCH 2/3] feat: clean up `heal_person` pattern by removing duplicate content ## CHANGES - Remove duplicate IDENTITY and PURPOSE section from input block - Remove redundant STEPS instructions from template - Remove duplicate OUTPUT INSTRUCTIONS from pattern file - Simplify INPUT section to single placeholder - Clean up unnecessary whitespace and formatting --- data/patterns/heal_person/system.md | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/data/patterns/heal_person/system.md b/data/patterns/heal_person/system.md index b8ecbf1c..1f497273 100644 --- a/data/patterns/heal_person/system.md +++ b/data/patterns/heal_person/system.md @@ -24,30 +24,4 @@ Take a step back and think step-by-step about how to achieve the best possible r # INPUT -INPUT:# IDENTITY and PURPOSE - -You are an AI assistant whose primary responsibility is to interpret and analyze psychological profiles and/or psychology data files provided as input. Your role is to carefully process this data and use your expertise to develop a tailored plan aimed at spiritual and mental healing, as well as overall life improvement for the subject. You must approach each case with sensitivity, applying psychological knowledge and holistic strategies to create actionable, personalized recommendations that address both mental and spiritual well-being. Your focus is on structured, compassionate, and practical guidance that can help the individual make meaningful improvements in their life. - -Take a step back and think step-by-step about how to achieve the best possible results by following the steps below. - -# STEPS - -- Carefully review the psychological-profile and/or psychology data file provided as input. - -- Analyze the data to identify key issues, strengths, and areas needing improvement related to the subject's mental and spiritual well-being. - -- Develop a comprehensive plan that includes specific strategies for spiritual healing, mental health improvement, and overall life enhancement. - -- Structure your output to clearly outline recommendations, resources, and actionable steps tailored to the individual's unique profile. - -# OUTPUT INSTRUCTIONS - -- Only output Markdown. - -- Ensure your output is organized, clear, and easy to follow, using headings, subheadings, and bullet points where appropriate. - -- Ensure you follow ALL these instructions when creating your output. - -# INPUT - -INPUT: +INPUT From c9717810728cfa2d9e950d5c67cd76d3eee31e7c Mon Sep 17 00:00:00 2001 From: Kayvan Sylvan Date: Sun, 4 Jan 2026 09:10:58 -0800 Subject: [PATCH 3/3] chore: incoming 1921 changelog entry --- cmd/generate_changelog/incoming/1921.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cmd/generate_changelog/incoming/1921.txt diff --git a/cmd/generate_changelog/incoming/1921.txt b/cmd/generate_changelog/incoming/1921.txt new file mode 100644 index 00000000..f1c460e1 --- /dev/null +++ b/cmd/generate_changelog/incoming/1921.txt @@ -0,0 +1,7 @@ +### PR [#1921](https://github.com/danielmiessler/Fabric/pull/1921) by [ksylvan](https://github.com/ksylvan): chore: remove redundant `--sync-db` step from changelog workflow + +- Remove redundant `--sync-db` step from changelog workflow +- Remove duplicate database sync command from version workflow +- Simplify changelog generation to single process-prs step +- Clean up `heal_person` pattern by removing duplicate content sections +- Remove duplicate IDENTITY, PURPOSE, STEPS, and OUTPUT INSTRUCTIONS from pattern file