Vendor alxxpersonal/forge as a git subtree under vendor/forge/, symlink
the 14 charm-* skills into skills/, and add:
- vendor/sources: tab-separated manifest of vendored repos
- scripts/vendor-update.fish: pulls updates for all or named vendors
Amolith
created
6bdadd6
Merge commit '7fae3c3e7b89e009e19b0ab5675119e1215bf372' as 'vendor/forge'
Amolith
created
7fae3c3
Squashed 'vendor/forge/' content from commit ad59e04
Explicitly note that rumilo is amnesic and each invocation starts fresh,
so later queries that depend on earlier answers must include that
context. Also mention parallel execution for independent queries.
Add guidance on extracting command output from remote shells using
prompt patterns and random anchors. Include section on parallel work
with multiple tmux windows for concurrent tasks. Update summary pattern
to reference anchor filtering.
Amolith
created
565af03
refactor(comments): use CR instead of AGENT
a90bff7
refactor(commits): support both commit styles
Click to expand commit body
Refactor to detect commit style from recent history and support both
Conventional Commits and kernel-style formats. Add format script for
kernel-style message formatting. Update description to reflect broader
scope beyond just git.
Improve instructions for generating session IDs and naming windows.
Remove markdown bold from section headers. Add warning about excessive
tokens from full scrollback capture.
Add paragraph about agents undertriggering and the importance of
generous trigger contexts. Add tip about explaining reasoning rather
than relying on bare directives when overriding default behaviour.
Amolith
created
0962e0b
feat(bdd): separate ideation and automation skills
Click to expand commit body
Add ideating-with-bdd for collaborative discovery and formulation of
behaviour. Update testing-with-gocuke-and-gherkin to focus on
automation.
Separates concerns:
- ideating-with-bdd: Discovery, brainstorming, requirements gathering
- testing-with-gocuke-and-gherkin: Automation, running tests, TDD