@@ -628,23 +628,35 @@ curl -sSfLO https://github.com/bastean/codexgo/archive/refs/heads/main.zip \
628628
629629# # Repository
630630
631+ > We can use VSCode Search & Replace (` Ctrl+Shift+F` ) with the following options enabled:
632+ >
633+ > - Match Case (` Alt+C` )
634+ > - Match Whole Word (` Atl+W` )
635+
631636# ### Genesis
632637
633638- Run initialization from ` ZIP` ([codexGO](https://github.com/bastean/codexgo#zip))
634639
635640- Cleanup
636- - ` CHANGELOG`
637- - Everything not required
641+ - Remove ` CHANGELOG`
642+ - Everything not required...
643+
644+ - Assets
645+ - Add ` < repository> ` > ` assets/`
646+ - Compress ` assets`
638647
639- - Add ` < repository > ` > ` assets/ `
640- - Compress ` assets `
648+ - Colors
649+ - Update ` # 202224 ` > ` # <repository> `
641650
642- - Update ` # colors` > ` # <repository>`
651+ - Mentions
652+ - Update (` codexgo/v* ` | ` codexgo` | ` codexGO` | ` CODEXGO` | ` codex` | ` GO` ) > ` < repository> `
653+ - ` Source Code` , ` Files` & ` Folders`
643654
644- - Update (` codexgo/v* ` | ` codexgo` | ` codexGO` ) > ` < repository> `
645- - ` Source Code` , ` Files` & ` Folders`
655+ - ASCII Art
656+ - Change ` codexGO` > ` < repository> `
657+ - Update ` FontName` & ` FontHeight` (same in their ` Sentinel` tests)
646658
647- - Update ` README`
659+ - ` README`
648660 - Update ` Logo`
649661 - Update ` Description`
650662 - Add ` Disclaimer`
@@ -658,7 +670,9 @@ curl -sSfLO https://github.com/bastean/codexgo/archive/refs/heads/main.zip \
658670 - Update ` Tech Stack`
659671 - Remove all other sections, except:
660672 - ` Logo` , ` Description` , ` Disclaimer` , ` Badges` , ` Tech Stack` , ` Contributing` & ` License`
661- - Change ` v* .* .* ` > ` v0.0.0`
673+
674+ - Versions
675+ - Change ` v* .* .* ` > ` v0.0.0` & ` * .* .* ` > ` 0.0.0`
662676
663677- Commit, Upgrade & Push
664678
@@ -669,6 +683,8 @@ curl -sSfLO https://github.com/bastean/codexgo/archive/refs/heads/main.zip \
669683 && git status
670684 ` ` `
671685
686+ - Verify commit created
687+
672688# # GitHub
673689
674690# ### Settings
@@ -679,7 +695,7 @@ curl -sSfLO https://github.com/bastean/codexgo/archive/refs/heads/main.zip \
679695 - Branches
680696 - Enforcement status
681697 - Active
682- - Target branches
698+ - Target branches
683699 - Include by pattern
684700 - ` main`
685701 - ` v* `
@@ -692,7 +708,7 @@ curl -sSfLO https://github.com/bastean/codexgo/archive/refs/heads/main.zip \
692708 - Tags
693709 - Enforcement status
694710 - Active
695- - Target tags
711+ - Target tags
696712 - Include by pattern
697713 - ` v* `
698714 - Tag rules
0 commit comments