# Confluence Agent Makefile
# --------------------------------------------------
# This Makefile provides targets for the Confluence agent.
# It includes common functionality from ../common.mk
# --------------------------------------------------

# Agent configuration
AGENT_NAME = confluence

# Include common functionality
include ../common.mk

# Agent-specific targets can be added here if needed
