Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
627efad
feat(security): add Daniel Security skill with CMMC Level 2 compliance
jbmml Dec 4, 2025
ee20911
feat(agile-pm): add AgilePm skill for enterprise product management
jbmml Dec 4, 2025
0f0b83f
feat(testing): add TestArchitect and Security skills
jbmml Dec 4, 2025
a43c805
feat(collaboration): add Standup skill and multi-agent system
jbmml Dec 4, 2025
63ad330
Merge branch 'feature/agile-pm' into forge-all
jbmml Dec 4, 2025
13887dd
Merge branch 'feature/testing' into forge-all
jbmml Dec 4, 2025
46c2202
Merge branch 'feature/collaboration' into forge-all
jbmml Dec 4, 2025
568e16c
feat(personalization): add ASSISTANT_NAME and USER_NAME support
jbmml Dec 4, 2025
ca50ae4
feat(standup-v2): implement intelligent agent selection (Story 1.1)
jbmml Dec 4, 2025
6f6734b
feat(standup-v2): add explicit conflict protocols to all agents (Stor…
jbmml Dec 4, 2025
225baf3
feat(standup-v2): implement round structure and cross-talk patterns (…
jbmml Dec 4, 2025
c875b1a
Merge feature/collaboration-v2: Standup V2 enhancements (Release 0.1.1)
jbmml Dec 4, 2025
0c52cb5
feat(standup-v2): add agent participation tracking state
jbmml Dec 4, 2025
4233684
docs: add FORGE enhancements section and curl install
jbmml Dec 4, 2025
9143831
fix: use $ASSISTANT_NAME env var for identity
jbmml Dec 4, 2025
417c2f7
fix: replace YOURNAME placeholder with actual PAI_DIR path
jbmml Dec 4, 2025
e709182
fix: make Homebrew optional in setup script
jbmml Dec 4, 2025
f9b6d4b
refactor: remove FORGE branding from user-facing content
jbmml Dec 4, 2025
085ad84
fix: correct documentation path in setup.sh (3 instances)
jbmml Dec 4, 2025
6181423
fix: enable interactive prompts when run via curl | bash
jbmml Dec 4, 2025
9dce1bc
fix: add TTY detection for curl | bash compatibility
jbmml Dec 4, 2025
4ede71a
fix: always prompt for AI_NAME and USER_NAME
jbmml Dec 5, 2025
e65159c
fix: redirect all interactive prompts to /dev/tty for visibility
jbmml Dec 5, 2025
861f90d
fix: update DA environment variable with chosen assistant name
jbmml Dec 5, 2025
81bd24a
fix: use {{DA}} placeholder instead of $ASSISTANT_NAME in CORE/SKILL.md
jbmml Dec 5, 2025
a089bcf
fix: correct ASSISTANT_NAME sed pattern in setup.sh
jbmml Dec 5, 2025
0cd4621
fix: set default model to Opus 4.5 to workaround picker bug
jbmml Dec 5, 2025
4505368
feat(setup): implement hybrid architecture with branch-aware cloning
jbmml Dec 5, 2025
928161c
fix(settings): sanitize settings.json for public distribution
jbmml Dec 5, 2025
49d169d
refactor: align with upstream - use initialize-session.ts
jbmml Dec 5, 2025
076ac81
refactor: consolidate Daniel skill into Security skill
jbmml Dec 5, 2025
fe018d1
fix(setup.sh): copy settings.json before modifying to keep repo clean
jbmml Dec 5, 2025
0919a50
fix(setup.sh): reset dirty settings.json before git pull
jbmml Dec 5, 2025
d4cc5bd
fix(setup.sh): prevent repo dirtying from runtime data
jbmml Dec 5, 2025
8d392dc
fix(setup.sh): PAI_DIR points to ~/.claude not repo
jbmml Dec 5, 2025
168c8ac
feat: add Cloudflare and GitLab foundational skills
jbmml Dec 10, 2025
bfdcff6
docs: add Phase 1 infrastructure setup documentation
jbmml Dec 10, 2025
786d5dd
feat: add ContentPublishing workflow skill
jbmml Dec 10, 2025
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: 4 additions & 0 deletions .claude/agent-sessions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"5c0446aa-a5aa-42d6-8fc6-afc7bf1da357": "pai",
"e3bf97ab-f1cd-4443-83b7-493baaf3eded": "pai"
}
Loading