Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6e6dfe9
feat(claude): add claude code skills, personas, and agents framework
dgokcin Jan 23, 2026
2c9327d
fix: claude capital letter fixes
dgokcin Jan 23, 2026
596d3c3
refactor(claude): extract gitboi and jiragirl agents from mega-dev
dgokcin Jan 23, 2026
3b44a35
docs(claude): add comprehensive framework documentation
dgokcin Jan 23, 2026
3c5f006
feat(claude): add custom settings and file suggestion integration
dgokcin Jan 26, 2026
0596a6a
refactor(claude): improve skill tool restrictions and context injection
dgokcin Jan 26, 2026
decbd49
refactor(claude): remove redundant pr diff stat command from create-p…
dgokcin Jan 26, 2026
2515271
feat(claude): add pr/mr update support to create-pr skill
dgokcin Jan 26, 2026
c8ec771
refactor(claude): reorganize framework structure and extract scripts
dgokcin Jan 27, 2026
fdffce9
docs(claude): add gitlab backtick escaping instructions to create-pr …
dgokcin Jan 27, 2026
8364fc4
docs(claude): clarify jira ticket handling and simplify skill outputs
dgokcin Jan 31, 2026
c38fabd
fix: remove create_story from allowed tools of create-story
dgokcin Feb 4, 2026
e5bd014
fix: remove legacy bmad rules
dgokcin Feb 4, 2026
86bc23e
chore: add haiku model to claude settings configuration
dgokcin Feb 5, 2026
abc1d96
feat: upgade the statusline
dgokcin Feb 9, 2026
c0b22b3
fix: recover accidentally deleted files
dgokcin Feb 9, 2026
15008b2
refactor(agents, skills): normalize config paths to absolute references
dgokcin Feb 9, 2026
1b9075a
refactor(claude): update agent config and normalize vault paths
dgokcin Feb 9, 2026
6efbeb6
fix: minor fixes, steve still needs tome updates
dgokcin Feb 9, 2026
25b676b
fix: minor update to house search config
dgokcin Feb 9, 2026
75cc6e2
fix(claude): harden usage data fetch and cache validation
dgokcin Feb 10, 2026
cee7820
wip: working on optimizing tokens for steve
dgokcin Feb 10, 2026
c7d1010
feat(claude): improve steve agent and house search templates
dgokcin Feb 11, 2026
02e3a31
feat(ai): add gitops-geezer agent - british gitops and argocd expert
claude Mar 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
for file in ~/.{aliases,functions,path,extra}; do
[ -r "$file" ] && [ -f "$file" ] && source "$file";
done;
if [ -f "/Users/denizgokcin/.config/fabric/fabric-bootstrap.inc" ]; then . "/Users/denizgokcin/.config/fabric/fabric-bootstrap.inc"; fi
if [ -f "/Users/denizgokcin/.config/fabric/fabric-bootstrap.inc" ]; then . "/Users/denizgokcin/.config/fabric/fabric-bootstrap.inc"; fi
export VOLTA_HOME="$HOME/.volta"
export PATH="$VOLTA_HOME/bin:$PATH"
90 changes: 0 additions & 90 deletions .cursor/rules/core-rules/custom-mode-generator-agent.mdc

This file was deleted.

86 changes: 0 additions & 86 deletions .cursor/rules/core-rules/rule-generating-agent.mdc

This file was deleted.

84 changes: 0 additions & 84 deletions .cursor/rules/documentation/debug-report-manual.mdc

This file was deleted.

59 changes: 0 additions & 59 deletions .cursor/rules/documentation/markdown-auto.mdc

This file was deleted.

45 changes: 0 additions & 45 deletions .cursor/rules/documentation/timestamp-auto.mdc

This file was deleted.

Loading