Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: devonartis/agentwrit-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: devonartis/agentwrit-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 4, 2026

  1. chore: clean main for release-only workflow

    Establishes strict Git Flow: main is the public release branch, all
    development happens on develop and feature/* branches. This cleanup
    removes dev-only artifacts that leaked onto main during pre-1.0 setup.
    
    Removed from main (moved to/kept on develop):
    - .plans/** — planning docs, specs, designs, tracker
    - .claude/** — Claude Code settings and skills (internal tooling)
    - MEMORY.md, FLOW.md — internal state and decision log
    - CLAUDE.md — internal contributor instructions (references MEMORY/FLOW)
    - tests/sdk-core/** — devflow acceptance evidence, not regression tests
    
    Added to main:
    - .gitattributes — merge=ours drivers for the paths above, so future
      develop → main release merges don't drag dev artifacts back. Requires
      local driver registration: git config merge.ours.driver true
    - .gitignore — ignore .env (secrets) and .playwright-mcp/ (local tooling)
    
    What stays on main going forward:
      src/, docs/, examples/, tests/unit/, tests/integration/,
      README.md, LICENSE, pyproject.toml, uv.lock, .gitignore, .gitattributes
    devonartis committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    51d1011 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a249c7c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

  1. v0.3.0 — AgentWrit Python SDK public release

    Merge develop → main. First public release.
    
    SDK: complete rewrite with create_agent() → Agent lifecycle,
    Ed25519 challenge-response, typed models, RFC 7807 errors.
    Testing: 99 unit + 15 acceptance, 11 CI gates.
    Demos: MedAssist AI + Support Tickets, Docker images on Hub.
    PyPI: pip install agentwrit (v0.3.0 live).
    CI: auto-publish PyPI on tag, auto-push Docker on main.
    
    Closes devonartis/agentwrit#31
    Closes devonartis/agentwrit#33
    
    Generated with Claude Code Harness Agent
    
    Co-Authored-By: Claude <claude@anthropic.com>
    claude authored and devonartis committed Apr 18, 2026
    Configuration menu
    Copy the full SHA
    75c25e6 View commit details
    Browse the repository at this point in the history
  2. docs: merge develop → main — rewritten README, demo splash pages, gui…

    …de fixes
    
    Refs devonartis/agentwrit#31
    
    Generated with Claude Code Harness Agent
    
    Co-Authored-By: Claude <claude@anthropic.com>
    claude authored and devonartis committed Apr 18, 2026
    Configuration menu
    Copy the full SHA
    439b5c0 View commit details
    Browse the repository at this point in the history
Loading