Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
172 commits
Select commit Hold shift + click to select a range
6ac3c12
Fix worktree creation and removal issues (#1)
bkrabach Sep 10, 2025
365253a
Add GitHub configuration for default merge method
bkrabach Sep 10, 2025
09bbdc2
fix: migrate to Pydantic v2 patterns and fix test warnings (#2)
bkrabach Sep 10, 2025
88acecf
Remove claude-web interface and all references (#3)
bkrabach Sep 10, 2025
7ae3497
feat: add Claude commit command for conventional git commits
bkrabach Sep 10, 2025
43086b3
docs: enhance commit command with context-aware messaging
bkrabach Sep 10, 2025
0da74d0
chore: remove slides tool module and all references (#4)
bkrabach Sep 10, 2025
69daa15
chore: remove unused PostgreSQL and Azure database infrastructure (#5)
bkrabach Sep 10, 2025
afc760b
docs: update SUPPORT.md to clarify no support and project status
bkrabach Sep 10, 2025
303bbc4
docs: refactor README to emphasize value-add features and improve cla…
bkrabach Sep 11, 2025
402ab32
feat: implement two-tier help system for Makefile
bkrabach Sep 11, 2025
4e29b55
Enhance smoke testing framework and clean up dependencies (#6)
bkrabach Sep 12, 2025
1712141
refactor: move subagent logs from .data/ to logs/ directory (#8)
bkrabach Sep 12, 2025
32deef0
refactor: relocate subagent logs to .claude/logs for consistency
bkrabach Sep 12, 2025
7501bd4
chore: remove obsolete prototype code from ai_working directory
bkrabach Sep 12, 2025
168ea4c
Enhance knowledge extraction with resilience and improved user experi…
bkrabach Sep 12, 2025
bdbe4b2
Refactor: Extract trace viewer into standalone package (#10)
bkrabach Sep 12, 2025
df419b8
refactor: remove redundant content-scan from knowledge pipeline (#12)
bkrabach Sep 15, 2025
636b393
Add comprehensive AI context documentation for Claude Code SDK featur…
bkrabach Sep 15, 2025
2aa9437
Merge branch 'main' of https://github.com/microsoft/amplifier
bkrabach Sep 15, 2025
34c6eee
feat: add runtime argument support to Claude commands
bkrabach Sep 17, 2025
433b23d
Add Claude Code SDK toolkit and idea synthesis pipeline (#13)
bkrabach Sep 18, 2025
db8532d
refactor: modularize notification system and simplify implementation …
bkrabach Sep 18, 2025
d969706
feat: add modular builder workflow with intent architect and contract…
bkrabach Sep 18, 2025
f0bb61a
feat: implement natural completion with streaming support (#16)
bkrabach Sep 18, 2025
fd78e83
docs: add comprehensive analysis of Amplifier's Claude Code leverage …
bkrabach Sep 19, 2025
5433864
Add PreCompact hook for exporting conversation transcripts (#19)
bkrabach Sep 19, 2025
5d9dac8
Comprehensive documentation and enhancements for CCSDK (#20)
bkrabach Sep 20, 2025
3294e21
Export-on-compact (#21)
bkrabach Sep 20, 2025
3e34df2
Add comprehensive documentation and enhance defensive utilities for C…
bkrabach Sep 22, 2025
bb777d2
fix: update default content directory path in configuration files
bkrabach Sep 22, 2025
49b1083
Merge branch 'main' of https://github.com/microsoft/amplifier
bkrabach Sep 22, 2025
abfce1b
refactor: remove outdated md-synthesizer evolution analysis document,…
bkrabach Sep 23, 2025
5fb72bf
docs: clarify user responsibilities during verification process
bkrabach Sep 23, 2025
e915048
feat: add Codex transcripts generator tool with session processing an…
bkrabach Sep 23, 2025
9d0b64c
refactor: simplify type checks using union operator for better readab…
bkrabach Sep 23, 2025
8404610
fix: rename codex transcript builder tool
bkrabach Sep 23, 2025
ab6e490
fix: update worktree path format to use dot separator for consistency…
bkrabach Sep 23, 2025
01bcc23
feat: add advanced worktree management with stash/unstash and adopt c…
bkrabach Sep 23, 2025
a7acdaf
feat: enhance worktree management with name-based stash/unstash and p…
bkrabach Sep 23, 2025
f8fa4dc
feat: add testing phase to ultrathink-task workflow for improved vali…
bkrabach Sep 23, 2025
309b931
feat: emphasize the use of amplifier-cli-architect for ccsdk-related …
bkrabach Sep 23, 2025
8742349
update make worktree commands to strip username from local dir paths
bkrabach Sep 27, 2025
4f49e4b
Adds Dockerized setup for Amplifier with enhanced configuration (#26)
colombod Sep 29, 2025
384979d
docs: add comprehensive Claude Code session documentation and tools (…
bkrabach Sep 29, 2025
48b4343
feat: add DOT to Mermaid converter CLI tool
bkrabach Sep 30, 2025
e983377
chore: add pydot dependency for DOT file parsing
bkrabach Sep 30, 2025
4de83d9
feat: add context-aware session selection and output organization to …
bkrabach Sep 30, 2025
d859575
Merge branch 'main' of https://github.com/microsoft/amplifier
bkrabach Sep 30, 2025
34400cb
more what you'd call "guidelines" (#45)
robotdad Oct 1, 2025
30400ac
Claude-code-session-docs (#46)
bkrabach Oct 1, 2025
1eee4f6
scenarios - for sharing learnings and example tools (#48)
bkrabach Oct 1, 2025
7d4d162
Improve usage of new scenarios guidance by default (#50)
bkrabach Oct 1, 2025
6798c99
analysis of adaptive system evolution (#52)
bkrabach Oct 1, 2025
87b501b
feat: add article_illustrator scenario tool with AI-powered image gen…
robotdad Oct 2, 2025
50ed90b
fix: ContentLoader now uses PathConfig to properly load .env settings…
robotdad Oct 3, 2025
8930263
fix: update prerequisites to provide 'uv' requirement in README.md
bkrabach Oct 3, 2025
af3ce84
Merge branch 'main' of https://github.com/microsoft/amplifier
bkrabach Oct 3, 2025
50c7bc8
Create devcontainer configuration with Python image
bkrabach Oct 5, 2025
07693bd
Adds post-create.sh for dev containers
bkrabach Oct 5, 2025
c352281
Rename devcontainer from 'recipe-tool' to 'amplifier' and enable post…
bkrabach Oct 5, 2025
1059224
Add README for GitHub Codespaces devcontainer setup
bkrabach Oct 5, 2025
0363d28
Add optimization tips for GitHub Codespaces
bkrabach Oct 5, 2025
c795956
Create POST_SETUP_README.md for Codespace setup
bkrabach Oct 5, 2025
cef0d9c
Simplify pnpm installation process in Makefile
bkrabach Oct 5, 2025
ff60ee7
Comment out updateContentCommand and postCreateCommand in devcontaine…
bkrabach Oct 5, 2025
62cce78
Enable post-create command in devcontainer.json and update post-creat…
bkrabach Oct 5, 2025
bdf99bd
Update pyright version to 1.1.406 in pyproject.toml and uv.lock
bkrabach Oct 6, 2025
ef137c3
Refine commit process to ensure sensitive data is checked before comm…
bkrabach Oct 6, 2025
72a487b
Revise Codespaces optimization tips
bkrabach Oct 7, 2025
cb50780
scenario: add web-to-md tool for converting web pages to markdown (#61)
robotdad Oct 7, 2025
34056c0
fix: resolve extraction data disconnect with dual-write architecture …
robotdad Oct 7, 2025
ef361b8
scenario: Transcripts from local audio/video our YouTube/podcasts (#64)
robotdad Oct 8, 2025
6dbe907
feat: add tips synthesizer tool and real-world usage guide from learn…
bkrabach Oct 8, 2025
009e59c
Add LLM API Lookup documentation with provider details and usage guid…
bkrabach Oct 9, 2025
84c347c
fix: handle LLM array responses in style extraction (#67)
robotdad Oct 9, 2025
fce7463
Quickstart Update (#74)
momuno Oct 14, 2025
f34c136
ignoring local claude settings file (#11)
hoopsomuah Oct 14, 2025
254e44b
fix: resolve TranscriptStorage dual-directory test failure (#75)
robotdad Oct 14, 2025
3198968
Terminal Bench Benchmarks and Analysis (#42)
DavidKoleczek Oct 14, 2025
bc63f41
README Update with Testing Section (#77)
DavidKoleczek Oct 14, 2025
2939796
refactor: update agent models to inherit for improved flexibility and…
bkrabach Oct 17, 2025
9e73b91
docs: Add Document-Driven Development methodology (#82)
bkrabach Oct 19, 2025
132e887
feat: Add generic config improvements (#83)
bkrabach Oct 19, 2025
1005080
docs: Add guide for creating AI-powered scenario tools
bkrabach Oct 20, 2025
d026df0
feat: Add Document-Driven Development slash commands (#85)
bkrabach Oct 21, 2025
85500b6
docs: Add workspace pattern guide for serious project development (#87)
bkrabach Oct 21, 2025
a189a7f
feat: Update DDD slash commands with latest improvements (#88)
bkrabach Oct 21, 2025
367cc47
Add Claude CLI via official DevContainer (#91)
cherchyk Oct 23, 2025
712a20e
Update onboarding: Readme + Workspaces docs (#89)
momuno Oct 23, 2025
d82ed66
feat: Add Codex CLI integration with MCP servers and tooling
aleksandarilic-vegait Oct 24, 2025
a53dd17
feat(codex): add Codex CLI integration with MCP servers, tools, and b…
aleksandarilic-vegait Oct 24, 2025
3765c18
feat(codex): add agent conversion tooling, docs, and tests
aleksandarilic-vegait Oct 24, 2025
0f8e8d8
```text
aleksandarilic-vegait Oct 24, 2025
e2a4cb3
feat(cli): add unified CLI make targets, docs, config env-file suppor…
aleksandarilic-vegait Oct 24, 2025
70b6c0d
feat(cli/config): make --info optional and resolve current backend; u…
aleksandarilic-vegait Oct 24, 2025
43c0a1b
feat(codex): add task/web MCP servers, agent context bridge, shortcut…
aleksandarilic-vegait Oct 24, 2025
0f57f81
test(codex/mcp_servers): add comprehensive tests for task_tracker MCP…
aleksandarilic-vegait Oct 24, 2025
67f356e
test(codex/mcp_servers): add comprehensive task_tracker MCP server tests
aleksandarilic-vegait Oct 24, 2025
86d6461
chore(codex): add implementation & verification summaries; fix lint i…
aleksandarilic-vegait Oct 24, 2025
a9afe61
dev environment: cache and shell (#92)
cherchyk Oct 25, 2025
ce058da
feat(codex/backend): add codex_tools package, backend agent context A…
aleksandarilic-vegait Oct 25, 2025
4516618
feat(codex/mcp_servers): add server config loading, use project_root …
aleksandarilic-vegait Oct 25, 2025
92a79c5
docs(codex): polish beginner and quick-start guides
aleksandarilic-vegait Oct 25, 2025
5ef2a94
Merge branch 'microsoft:main' into main
acailic Oct 25, 2025
4627959
gitignore update
aleksandarilic-vegait Oct 25, 2025
bcb4f9c
feat(codex): add comprehensive Codex agent library, docs, tooling, an…
aleksandarilic-vegait Oct 25, 2025
4d1292d
gitignore
aleksandarilic-vegait Oct 25, 2025
97098ad
feat(codex/mcp_servers): make MCP servers runnable by Codex CLI
aleksandarilic-vegait Oct 25, 2025
f16c183
Add Design Intelligence Capability to Amplifier (#99)
robotdad Oct 26, 2025
37eb3be
docs: add git commit message guidelines and improve formatting
bkrabach Oct 27, 2025
2d5c53a
chore: upgrade pyright to v1.1.407
bkrabach Oct 27, 2025
c9592cd
chore: update uv.lock for pyright v1.1.407
bkrabach Oct 27, 2025
15cb637
Merge branch 'microsoft:main' into main
acailic Oct 27, 2025
4bbc4f2
feat(codex): add custom prompts support, CLI prompt listing, MCP serv…
aleksandarilic-vegait Oct 29, 2025
00fb4f2
feat(codex): improve custom prompt listing/parsing and add ultrathink…
aleksandarilic-vegait Oct 29, 2025
6c56321
Readme update (#106)
momuno Nov 1, 2025
89eaf76
Merge branch 'microsoft:main' into main
acailic Nov 1, 2025
911fc33
Update list of folders ignored by python builds (#108)
dluc Nov 4, 2025
ae6e4a7
feat(codex): add combined context bridge, Codex backend improvements,…
aleksandarilic-vegait Nov 4, 2025
028d766
feat(codex): add analytics/hooks/notifications/memory MCP servers, se…
aleksandarilic-vegait Nov 5, 2025
bb1ab9e
feat(codex): auto-enable hooks watch, add tool error handling, analyt…
aleksandarilic-vegait Nov 5, 2025
e5f3be7
feat(codex): integrate Codex MCP client for hooks, add analytics logg…
aleksandarilic-vegait Nov 5, 2025
e05474f
Merge branch 'microsoft:main' into main
acailic Nov 5, 2025
282a092
feat: Implement session monitoring and token tracking system
aleksandarilic-vegait Nov 7, 2025
6e5a27a
fix: update .gitignore to include all .vscode files and remove specif…
aleksandarilic-vegait Nov 7, 2025
2910410
feat(session-monitor): implement token usage monitoring and session t…
aleksandarilic-vegait Nov 7, 2025
9bf636b
feat: add token monitor configuration, enhance session resume error h…
aleksandarilic-vegait Nov 7, 2025
9394458
fix: reorder Codex session management and agent conversion artifacts …
aleksandarilic-vegait Nov 7, 2025
a03cb97
fix: update session monitor and token tracker imports for better type…
aleksandarilic-vegait Nov 8, 2025
e5925be
feat: enhance token monitor server with override capabilities and imp…
aleksandarilic-vegait Nov 8, 2025
14d3a2b
feat: simplify token tracker and monitor config class imports in toke…
aleksandarilic-vegait Nov 8, 2025
03c46b6
fix: remove duplicate type ignore comment for clarity in quote extrac…
aleksandarilic-vegait Nov 8, 2025
cb22643
merge main to dev (#1)
acailic Nov 8, 2025
f1c108f
feat: Add responsive and voice strategists agents for design and cont…
aleksandarilic-vegait Nov 16, 2025
8a777b4
Merge main to develop (#2)
acailic Nov 16, 2025
cc8a0d9
Merge branch 'develop' of https://github.com/acailic/amplifier-adding…
aleksandarilic-vegait Nov 16, 2025
7dea802
refactor: Update import paths and remove compatibility layer for FastMCP
aleksandarilic-vegait Nov 16, 2025
150f7c2
refactor: Remove unused background PIDs and session start marker file…
aleksandarilic-vegait Nov 16, 2025
037f668
refactor: Dynamically import AgentAnalyticsServer to avoid static pat…
aleksandarilic-vegait Nov 16, 2025
5f43726
Add comprehensive tests for session monitoring and token tracking fun…
aleksandarilic-vegait Nov 16, 2025
cc5e65e
refactor: Improve CLI backend listing tests and assertions for clarity
aleksandarilic-vegait Nov 16, 2025
c6514f2
refactor: Update error assertions and improve test coverage in CLI an…
aleksandarilic-vegait Nov 16, 2025
2c3791c
feat: Add agentic runner CLI and enhance amplify-codex.sh for agentic…
aleksandarilic-vegait Nov 20, 2025
2b62d74
Merge remote-tracking branch 'origin/main' into develop
aleksandarilic-vegait Nov 24, 2025
85af5ef
feat: Add agent analytics and session management enhancements with ne…
aleksandarilic-vegait Nov 25, 2025
cc623e9
Update dev to main (#4)
acailic Nov 26, 2025
a1a77b8
feat: Add new agents for tooling, TypeScript, and UI design
aleksandarilic-vegait Nov 27, 2025
b4ea774
fix: resolve vizualni-admin build conflicts and dependency issues
aleksandarilic-vegait Nov 30, 2025
ecf6ae3
fix: resolve yarn install and build configuration issues
aleksandarilic-vegait Nov 30, 2025
1662b35
fix: resolve ESLint ansiRegex error and configuration conflicts
aleksandarilic-vegait Nov 30, 2025
99d7ba1
del
aleksandarilic-vegait Nov 30, 2025
0558452
feat: Add comprehensive build verification system for vizualni-admin
aleksandarilic-vegait Dec 1, 2025
ea1d186
fix: resolve vizualni-admin build and linting issues
aleksandarilic-vegait Dec 1, 2025
c9e0472
fix: resolve all vizualni-admin build issues for CI/CD
aleksandarilic-vegait Dec 2, 2025
b670f15
fix: resolve GraphQL devtools import error for CI/CD build
aleksandarilic-vegait Dec 2, 2025
8ccec8a
fix: ensure GraphQL devtools available for CI/CD pipeline
aleksandarilic-vegait Dec 2, 2025
b0b18cc
feat: configure static export for vizualni-admin
aleksandarilic-vegait Dec 3, 2025
ad3e254
fix: resolve static export CI/CD issues
aleksandarilic-vegait Dec 3, 2025
75dbcd8
fix: add .claude/env.txt to .gitignore for dual-backend configuration
aleksandarilic-vegait Dec 3, 2025
ecd5fd3
feat: add .gitignore for vizualni-admin to exclude unnecessary files
aleksandarilic-vegait Dec 3, 2025
0775246
Remove files from git tracking that should be ignored according to .g…
aleksandarilic-vegait Dec 3, 2025
5fb41b1
Refactor code structure for improved readability and maintainability
aleksandarilic-vegait Dec 3, 2025
906c128
feat: setup professional vizualni-admin demo with interactive components
aleksandarilic-vegait Dec 9, 2025
f876e58
feat: add GitHub Pages deployment workflow for vizualni-admin
web-flow Dec 10, 2025
4fa9873
fix: configure GitHub Pages deployment for vizualni-admin subdirectory
aleksandarilic-vegait Dec 10, 2025
04c0884
feat: implement comprehensive cenovnici price visualization system
aleksandarilic-vegait Dec 10, 2025
3ff45b7
feat: enhance security and configuration for amplifier scenarios
web-flow Dec 11, 2025
3572070
fix: update package manager from pnpm to yarn in package.json
web-flow Dec 14, 2025
775056c
Merge remote-tracking branch 'origin/develop' into develop
web-flow Dec 14, 2025
bd1c4b6
feat: implement comprehensive design moat for Personalized Developer …
web-flow Dec 14, 2025
68fa52c
refactor: enhance cenovnici pipeline stability and API server improve…
web-flow Feb 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 17 additions & 3 deletions .ai/docs/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,21 @@ The notification system keeps you in flow by alerting you when:

## 🚀 Quick Start

Notifications work out of the box! The system automatically:
### For CLI Tools

Notifications are **OFF by default** for CLI tools. Enable them with:

```bash
# Enable notifications for a command
NOTIFY=true amplifier-synthesis process article.md

# Or use make with notification support
make synthesis # Uses NOTIFY=true internally
```

### Automatic Detection

The system automatically:

1. Detects your platform
2. Uses the best notification method
Expand Down Expand Up @@ -272,8 +286,8 @@ fi
Group related notifications:

```bash
# macOS - Group by project
osascript -e "display notification \"$MESSAGE\" with title \"$PROJECT\" group \"$PROJECT\""
# macOS - Show with project subtitle
osascript -e "display notification \"$MESSAGE\" with title \"Amplifier\" subtitle \"$PROJECT\""
```

## 🎯 Best Practices
Expand Down
5 changes: 5 additions & 0 deletions .claude/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The `commands/` directory contains markdown files that define custom workflows:
- Each `.md` file becomes a slash command in Claude Code
- Commands can orchestrate complex multi-step processes
- They encode best practices and methodologies
- Key commands include `/transcripts` for restoring conversation history after compaction

### Automation Tools

Expand All @@ -39,6 +40,8 @@ The `tools/` directory contains scripts that integrate with Claude Code:
- `notify.sh` - Cross-platform desktop notifications
- `make-check.sh` - Intelligent quality check runner
- `subagent-logger.py` - Logs interactions with sub-agents
- `hook_precompact.py` - Exports conversation transcripts before compaction
- `transcript_manager.py` - CLI tool for managing conversation transcripts
- Triggered by hooks defined in `settings.json`

### Configuration
Expand All @@ -59,6 +62,8 @@ The `tools/` directory contains scripts that integrate with Claude Code:
4. Notification hook triggers `notify.sh`
5. You get desktop notification of results
6. If sub-agents were used, `subagent-logger.py` logs their interactions to `.data/subagents-logs`
7. Before conversation compaction, PreCompact hook triggers `hook_precompact.py`
8. Full transcript is exported to `.data/transcripts/` preserving your entire conversation

### Command Execution

Expand Down
Loading
Loading