Example classroom workflow¶
- Teacher: Ask students to use Showtail for a project and commit
.showtail/with their work. - Student: Run
showtail setuponce (orshowtail trackthenshowtail connect <tool>per project) to turn on automatic capture. - Student: Work on the project as usual — prompts and edits are captured for
you. On a group project, each teammate's trail lands in their own
authors/<slug>/folder and merges through git without conflicts. - Student: Before submitting, run
showtail verify, then commit everything, including.showtail/. (Reports are regenerable and git-ignored by default — no need to commit them.) - Teacher: Run
showtail reportto (re)generate the trail, then open.showtail/reports/report-team-*.htmlfor the whole group, or areport-<student>-*.htmlfor one student. The Markdown source sits beside each. - Teacher: Run
showtail verifyorshowtail trace <file>when a deeper review is needed.
The goal is not to catch anyone. The goal is to make the process visible and give students a structured way to demonstrate genuine understanding.
See also¶
- Working as a team — how group projects merge through git.
- Example report — what you'll be reading.
- CLI reference —
report,verify, andtracein full.