Commit 2ad097b
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
- .claude-flow/metrics/agent-metrics.json+1
- .claude-flow/metrics/performance.json+9
- .claude-flow/metrics/task-metrics.json+10
- assets/js/app.js+2
- assets/js/hooks/getting_started_dashboard.js+696
- lib/apm_v5/application.ex+7-37
- lib/apm_v5/config_loader.ex+1-1
- lib/apm_v5/export_manager.ex+1-1
- lib/apm_v5/port_manager.ex+22-8
- lib/apm_v5/showcase_data_store.ex+1-1
- lib/apm_v5/supervisors/ag_ui_supervisor_group.ex+35
- lib/apm_v5/supervisors/auth_supervisor.ex+26
- lib/apm_v5/supervisors/core_supervisor.ex+29
- lib/apm_v5_web/components/getting_started_showcase.ex+29
- lib/apm_v5_web/components/showcase_diagrams.ex+3-3
- lib/apm_v5_web/components/sidebar_nav.ex+1-1
- lib/apm_v5_web/controllers/api_controller.ex+1-1
- lib/apm_v5_web/controllers/v2/agent_control_controller.ex+1-1
- lib/apm_v5_web/controllers/v2/api_v2_controller.ex+147-4
- lib/apm_v5_web/live/authorization_live.ex+18-4
- lib/apm_v5_web/live/dashboard_live.ex-8
- lib/apm_v5_web/live/health_check_live.ex+1-1
- lib/apm_v5_web/live/routing_live.ex+13-7
- lib/apm_v5_web/live/showcase_live.ex+3-3
- mix.exs+2-1
- mix.lock+2
- priv/docs/admin/troubleshooting.md+147-6
- priv/docs/changelog.md+41-6
- priv/docs/developer/api-reference.md+320-1
- priv/docs/developer/swift-agent.md+13-11
- priv/docs/docs.json+37-19
- priv/docs/index.md+28-6
- priv/docs/user/getting-started.md+58-3
- priv/static/showcase/showcase-engine.js+1-1
- priv/static/showcase/showcase.js+2-2
- test/apm_v5/auth/agent_lifecycle_test.exs+165
- test/apm_v5/auth/memory_gate_test.exs+112
- test/apm_v5/auth/policy_engine_test.exs+140
- test/apm_v5/auth/redaction_engine_test.exs+151
- test/apm_v5/auth/types_test.exs+150
0 commit comments