Skip to content

chore: pre-launch cleanup and enterprise section#2

Merged
bordeauxred merged 1 commit into
mainfrom
chore/pre-launch-cleanup
Mar 31, 2026
Merged

chore: pre-launch cleanup and enterprise section#2
bordeauxred merged 1 commit into
mainfrom
chore/pre-launch-cleanup

Conversation

@bordeauxred
Copy link
Copy Markdown
Contributor

@bordeauxred bordeauxred commented Mar 31, 2026

Summary

Pre-launch cleanup and developer experience improvements for going public.

Cleanup:

  • Remove unimplemented tau2 adapter stub and all references (cli, pyproject, comments)
  • Remove CAR_BENCH_TESTED_COMMIT = "TBD" placeholder from CARAdapter
  • Gitignore playbook.json and runs/ (runtime artifacts)

Enterprise & metadata:

  • Add Enterprise section to README (advanced evolution, persistent playbooks, managed training, logging & lineage)
  • Add Website and Documentation URLs to pyproject.toml
  • Set repo homepage to aganthos.com

Developer experience:

  • Add MkDocs documentation site with GitHub Pages deployment (concepts, getting started, adding environments)
  • Expand CONTRIBUTING.md with architecture overview, testing guide, code style, adapter guide
  • Add GitHub issue templates (bug report, feature request) and PR template

Test plan

  • 958 tests pass, 0 failures
  • Codex code review: no issues flagged
  • Gemini code review: runs/ gitignore suggestion addressed
  • CI passes on this PR
  • Verify README renders correctly on GitHub

Co-authored-by: Claude Opus 4.6 noreply@anthropic.com

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request performs a pre-launch cleanup by removing the unimplemented tau2 adapter and its associated stubs from the CLI, core logic, and project configuration. It also updates the README with an Enterprise section, adds a website link to the project metadata, and includes playbook.json in the .gitignore. Feedback suggests also adding the runs/ directory to .gitignore to prevent local execution logs from being accidentally committed.

Comment thread .gitignore
Comment on lines +28 to +29
# Runtime artifacts
playbook.json
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Since this PR focuses on pre-launch cleanup and explicitly adds playbook.json as a runtime artifact to .gitignore, it is highly recommended to also include the runs/ directory. The ExperimentLog and EvolutionLog classes default to creating this directory for storing execution traces and logs (e.g., ./runs/<bench>/<timestamp>). Ignoring it prevents local run data from being accidentally committed to the repository.

# Runtime artifacts
playbook.json
runs/

@bordeauxred bordeauxred force-pushed the chore/pre-launch-cleanup branch 3 times, most recently from cbada50 to ae3f51d Compare March 31, 2026 17:11
@bordeauxred bordeauxred force-pushed the chore/pre-launch-cleanup branch from ae3f51d to 2c77616 Compare March 31, 2026 17:50
@bordeauxred bordeauxred merged commit 3d5ef8d into main Mar 31, 2026
5 checks passed
bordeauxred added a commit that referenced this pull request Mar 31, 2026
new webpage
contact form with email forwarding
@bordeauxred bordeauxred deleted the chore/pre-launch-cleanup branch April 19, 2026 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant