diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-09 14:02:39 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-09 14:02:39 -0500 |
| commit | 6def7c4d63f499aba10fe93c7bb2c7e206a7d7f5 (patch) | |
| tree | a6681c3b906f8df1b94f2cd42e702b3b18fcab43 /.ai/workflows/meeting-prep.pre-wire.org | |
| parent | d69fdf077ffcd0b1a069807157c52d7a3c72997b (diff) | |
| download | rulesets-6def7c4d63f499aba10fe93c7bb2c7e206a7d7f5.tar.gz rulesets-6def7c4d63f499aba10fe93c7bb2c7e206a7d7f5.zip | |
chore: drop AI co-author from generated-document headers
Every org document an agent writes carried `#+AUTHOR: Craig Jennings & Claude`. No template stamps that line. Agents copy it from a neighboring file, so one stray header propagates through everything generated afterward.
My own repos tolerate the co-author line. Employers whose policy is that work product carries employee names alone do not. An `#+AUTHOR:` line survives conversion into docx, a wiki page, or a PDF that reaches a customer.
I rewrote the header to `Craig Jennings` across the workflows, templates, specs, and design docs. The rule now lives in commits.md, so the next generated document starts correct rather than inheriting the mistake.
Archived session logs keep their original headers as a record of what happened. The two Codex-authored design docs keep their byline, because Codex wrote them and relabeling would be a false attribution rather than the removal of one.
Diffstat (limited to '.ai/workflows/meeting-prep.pre-wire.org')
| -rw-r--r-- | .ai/workflows/meeting-prep.pre-wire.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ai/workflows/meeting-prep.pre-wire.org b/.ai/workflows/meeting-prep.pre-wire.org index 6a156c0..3e27c2a 100644 --- a/.ai/workflows/meeting-prep.pre-wire.org +++ b/.ai/workflows/meeting-prep.pre-wire.org @@ -1,5 +1,5 @@ #+TITLE: Meeting-Prep — Pre-Wire Method (supporting doc) -#+AUTHOR: Craig Jennings & Claude +#+AUTHOR: Craig Jennings #+DATE: 2026-06-10 Supporting document for the [[file:meeting-prep.org][meeting-prep workflow]]'s Phase 3.5. The workflow carries the condensed, in-flow version of pre-wiring; this file is the full Manager Tools method, kept beside the workflow (same name + =.pre-wire= suffix) so it travels with the workflow. Source casts: "How to Prewire a Meeting" (2007) and "Peer Prewire" (2015). |
