Commit Graph

4 Commits

Author SHA1 Message Date
86500af544 docs: update agent guide and SKILL docs; standardize Web API port 5001
- Update .claude SKILL to use port 5001 in all examples
- Add repo-root SKILL.md consolidated API guide
- Expand AGENTS.md with rb.ps1 usage and policies
2025-10-28 18:18:45 -04:00
cade9dcc47 Update roslyn-bridge skill documentation and settings
- Update SKILL.md with comprehensive WebAPI documentation:
  - New architecture diagram showing WebAPI middleware
  - Complete REST API endpoints documentation
  - WebAPI usage examples and best practices
  - Instance discovery and multi-client support
  - History tracking features
  - Updated troubleshooting guide

- Update settings.local.json:
  - Add auto-approval for WebAPI startup commands
  - Add auto-approval for common build and test commands
  - Streamline development workflow

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-26 23:51:59 -04:00
AJ
0054386700 Fix build errors and update dependencies
- Add ProjectOperationsService.cs to project file compilation
- Update System.Text.Json from 8.0.0 to 8.0.5 to fix security vulnerabilities
- Fix .NET Framework 4.8 compatibility (remove entireProcessTree parameter from Process.Kill)
- Remove ExcludeAssets restriction from Microsoft.VisualStudio.SDK package
- Add project operation endpoints (NuGet, build, clean, restore, directory creation)
- Update AGENTS.md with MSBuild build instructions and warnings
- Replace roslyn-api skill with roslyn-bridge skill
- Update settings with additional auto-approvals

Build now completes successfully with MSBuild (0 errors, 34 warnings).

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-25 12:43:06 -04:00
AJ
b75fbbedb9 Added Files 2025-10-25 11:03:29 -04:00