Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ ARCHON_AGENTS_PORT=8052
# Leave unset or comment out if you don't plan to use agent work orders
AGENT_WORK_ORDERS_PORT=8053
ARCHON_UI_PORT=3737
ARCHON_DOCS_PORT=3838

# Agent Work Orders Feature (Optional)
# Enable the agent work orders microservice for automated task execution
Expand Down
10 changes: 1 addition & 9 deletions .github/test-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,14 @@ FILES_CHANGED=$(git diff ${PREVIOUS_TAG}..${CURRENT_TAG} --stat | tail -1)
# Detailed changes by component
CHANGES_FRONTEND=$(git diff ${PREVIOUS_TAG}..${CURRENT_TAG} --stat -- archon-ui-main/ | head -20)
CHANGES_BACKEND=$(git diff ${PREVIOUS_TAG}..${CURRENT_TAG} --stat -- python/ | head -20)
CHANGES_DOCS=$(git diff ${PREVIOUS_TAG}..${CURRENT_TAG} --stat -- '*.md' PRPs/ | head -10)

FILE_CHANGES="### File Changes by Component

**Frontend:**
$CHANGES_FRONTEND

**Backend:**
$CHANGES_BACKEND

**Documentation:**
$CHANGES_DOCS"
$CHANGES_BACKEND"

echo -e "${GREEN}Files summary: $FILES_CHANGED${NC}"

Expand Down Expand Up @@ -226,10 +222,6 @@ Generate comprehensive release notes following this structure:
Thanks to everyone who contributed to this release:
[List unique contributors with @ mentions]

## 📚 Documentation

[If documentation changes, list them]

## ⚠️ Breaking Changes

[List any breaking changes - this is beta software, so breaking changes are expected]
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ jobs:
echo "**Backend:**" >> changes.txt
git diff ${PREVIOUS_TAG}..${CURRENT_TAG} --stat -- python/ | head -20 >> changes.txt
echo "" >> changes.txt
echo "**Documentation:**" >> changes.txt
git diff ${PREVIOUS_TAG}..${CURRENT_TAG} --stat -- '*.md' PRPs/ | head -10 >> changes.txt

- name: Get closed PRs
id: prs
Expand Down Expand Up @@ -190,18 +188,13 @@ jobs:
Thanks to everyone who contributed to this release:
[List unique contributors with @ mentions]

## 📚 Documentation

[If documentation changes, list them]

## ⚠️ Breaking Changes

[List any breaking changes - this is beta software, so breaking changes are expected]

## 🔗 Links

- **Full Changelog:** https://github.com/${{ github.repository }}/compare/${{ steps.prev_tag.outputs.previous_tag }}...${{ steps.get_tag.outputs.tag }}
- **Installation Guide:** [Link to docs]

---

Expand Down
14 changes: 0 additions & 14 deletions docker-compose.docs.yml

This file was deleted.

20 changes: 0 additions & 20 deletions docs/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions docs/Dockerfile

This file was deleted.

33 changes: 0 additions & 33 deletions docs/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/babel.config.js

This file was deleted.

73 changes: 0 additions & 73 deletions docs/docs/README.md

This file was deleted.

Loading