Changes
PR #1759 by ksylvan: Add Windows-style Flag Support for Language Detection
- Feat: add Windows-style forward slash flag support to CLI argument parser
- Add runtime OS detection for Windows platform
- Support
/flag
syntax for Windows command line - Handle Windows colon delimiter
/flag:value
format - Maintain backward compatibility with Unix-style flags
PR #1762 by OmriH-Elister: New pattern for writing interaction between two characters
- Feat: add new pattern that creates story simulating interaction between two people
- Chore: add
create_story_about_people_interaction
pattern for persona analysis - Add
create_story_about_people_interaction
pattern description - Include pattern in
ANALYSIS
andWRITING
categories - Update
suggest_pattern
system and user documentation
Direct commits
-
Chore: update alias creation to use consistent naming
-
Remove redundant prefix from
pattern_name
variable -
Add
alias_name
variable for consistent alias creation -
Update alias command to use
alias_name
-
Modify PowerShell function to use
aliasName
-
Docs: add optional prefix support for fabric pattern aliases via FABRIC_ALIAS_PREFIX env var
-
Add FABRIC_ALIAS_PREFIX environment variable support
-
Update bash/zsh alias generation with prefix
-
Update PowerShell alias generation with prefix
-
Improve readability of alias setup instructions
-
Enable custom prefixing for pattern commands
-
Maintain backward compatibility without prefix