Skip to content

Commit b0324ff

Browse files
authored
Merge pull request #3 from devonartis/feature/broker-docker-hub-swap
Replace vendored Go broker with Docker Hub image
2 parents b351db1 + 2888f60 commit b0324ff

81 files changed

Lines changed: 9411 additions & 14403 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/skills/broker/SKILL.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

.agents/skills/devflow-client/SKILL.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

.claude/skills/broker/SKILL.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

.claude/skills/devflow-client/SKILL.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,24 @@ htmlcov/
3434
# Local AI tooling artifacts
3535
.playwright-mcp/
3636
.claude/settings.local.json
37+
38+
# Broker — only track docker-compose, scripts, and API contract
39+
# Go source, data volumes, and build artifacts are never committed
40+
broker/*
41+
!broker/docker-compose.yml
42+
!broker/scripts/
43+
!broker/docs/
44+
broker/docs/*
45+
!broker/docs/api.md
46+
!broker/docs/api/
47+
48+
# Local archive (historical artifacts, not for repo)
49+
archive/
50+
51+
# Dev-internal artifacts (live in ~/proj/devflow/agentwrit-python/ per Decision 019)
52+
MEMORY.md
53+
FLOW.md
54+
AGENTS.md
55+
.plans/
56+
.agents/
57+
.claude/skills/

0 commit comments

Comments
 (0)