diff options
| -rw-r--r-- | gitsyncer/config.json | 4 | ||||
| -rw-r--r-- | prompts/skills/blog-writing-style/SKILL.md | 2 | ||||
| -rw-r--r-- | prompts/skills/f3s/SKILL.md | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/gitsyncer/config.json b/gitsyncer/config.json index 744d119..a995e81 100644 --- a/gitsyncer/config.json +++ b/gitsyncer/config.json @@ -10,7 +10,9 @@ }, { "host": "ssh://git@r0:30022/repos", - "backupLocation": true + "backupLocation": true, + "descriptionSyncHost": "root@r0", + "descriptionSyncRoot": "/data/nfs/k3svolumes/git-server/repos" } ], "repositories": [], diff --git a/prompts/skills/blog-writing-style/SKILL.md b/prompts/skills/blog-writing-style/SKILL.md index 11c3777..c55aea5 100644 --- a/prompts/skills/blog-writing-style/SKILL.md +++ b/prompts/skills/blog-writing-style/SKILL.md @@ -1,6 +1,6 @@ --- name: blog-writing-style -description: De-LLM blog posts to sound authentically human. Rewrite text in .gmi.tpl and .gmi files to match the casual, personal style of older posts. Remove corporate/formal language, hedging, and over-explanation. Triggers on: de-llm, humanize text, fix writing style, blog style. +description: "De-LLM blog posts to sound authentically human. Rewrite text in .gmi.tpl and .gmi files to match the casual, personal style of older posts. Remove corporate/formal language, hedging, and over-explanation. Triggers on: de-llm, humanize text, fix writing style, blog style." --- # Blog Writing Style (De-LLM) diff --git a/prompts/skills/f3s/SKILL.md b/prompts/skills/f3s/SKILL.md index 33769c2..1e0601a 100644 --- a/prompts/skills/f3s/SKILL.md +++ b/prompts/skills/f3s/SKILL.md @@ -25,6 +25,7 @@ Detailed reference documentation is in the `references/` subfolder: - [Storage](references/storage.md) — ZFS (zdata), CARP, NFS over stunnel, zrepl replication - [k3s Setup](references/k3s-setup.md) — HA k3s cluster, etcd, node IPs, kubeconfig, ArgoCD - [Observability](references/observability.md) — Prometheus, Grafana, Loki, Alloy, Tempo +- [Package Repos](references/package-repos.md) — Custom FreeBSD/OpenBSD pkg repo served from k3s nginx pod ## Quick Reference: Host IPs |
