Skip to content

fix: correct Addie GitHub issue drafting repo and add confidentiality guidelines#703

Merged
bokelley merged 1 commit into
mainfrom
bokelley/fix-addie-github-repo
Jan 10, 2026
Merged

fix: correct Addie GitHub issue drafting repo and add confidentiality guidelines#703
bokelley merged 1 commit into
mainfrom
bokelley/fix-addie-github-repo

Conversation

@bokelley

Copy link
Copy Markdown
Contributor

Summary

  • Remove references to non-existent aao-server repo, direct all GitHub issues to adcp
  • Add CRITICAL confidentiality rules to prevent PII in public GitHub issues
  • Add requirement to always include actual error messages in bug reports
  • Update ecosystem docs to reflect consolidated repository structure

Problem

When Addie created GitHub issues:

  1. They were directed to aao-server repo which doesn't exist (404)
  2. Confidential customer information (names, emails, org IDs) was included in public issue bodies
  3. Actual error messages were often missing from bug reports

Solution

Updated the draft_github_issue tool and Addie's operating rules to:

  • Always use adcp repo (which contains all code including the server)
  • Explicitly prohibit PII in issue bodies (customer names, emails, org IDs, billing details)
  • Require actual error messages in bug reports

Test plan

  • TypeScript compiles without errors
  • All existing tests pass
  • Migration is syntactically valid SQL
  • Deploy and verify Addie creates issues with correct repo URL
  • Verify issues no longer contain customer PII

🤖 Generated with Claude Code

… guidelines

- Remove references to non-existent aao-server repo, direct all issues to adcp
- Add CRITICAL confidentiality rules to prevent PII in public GitHub issues
- Add requirement to always include actual error messages in bug reports
- Update ecosystem docs to reflect consolidated repository structure

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bokelley bokelley force-pushed the bokelley/fix-addie-github-repo branch from 07a047c to 6e90eb0 Compare January 10, 2026 15:51
@bokelley bokelley merged commit 6fbb9fe into main Jan 10, 2026
7 checks passed
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