Skip to content

Fix references to the old repo#1

Merged
CasJam merged 1 commit intobuildermethods:mainfrom
pascal-de-ladurantaye:fix-references
Jul 21, 2025
Merged

Fix references to the old repo#1
CasJam merged 1 commit intobuildermethods:mainfrom
pascal-de-ladurantaye:fix-references

Conversation

@pascal-de-ladurantaye
Copy link
Contributor

Looks like the code was moved to a new repo but the references within the code still referenced the old repo name. To avoid having a split brain scenario, let's update the references

@CasJam CasJam merged commit 9459b81 into buildermethods:main Jul 21, 2025
@CasJam
Copy link
Contributor

CasJam commented Jul 21, 2025

Ah yes - I moved it right before launching. Good catch. Thanks!

carmandale referenced this pull request in carmandale/agent-os Jul 27, 2025
LINTING & TYPESCRIPT ENFORCEMENT:
- Add optional linting during development (Step 6) for early issue detection
- Add REQUIRED linting/TypeScript checking in Step 8 before commits
- Support ESLint, Prettier, TypeScript compiler for JS/TS projects
- Support Ruff and mypy for Python projects
- Zero tolerance: BLOCK execution on any linting/typing errors

PLAYWRIGHT WEB UI TESTING:
- Auto-detect web projects (React, Next.js, Vue, Angular)
- Check for existing Playwright configuration
- Prompt user to set up Playwright tests if missing
- Run Playwright tests automatically if configured
- BLOCK execution on Playwright test failures

ENHANCED TEST ENFORCEMENT:
- Rename Step 8 to 'Quality Assurance Verification'
- Require 100% pass rate with NO EXCEPTIONS
- Never proceed with failing tests, linting, or TypeScript errors
- Enhanced error protocols and blocking criteria

IMPROVED REPORTING:
- Add quality checks status to completion summary
- Include UI testing status for web projects
- Add Playwright reminder if not configured
- Update final checklist with detailed quality requirements

Addresses Agent OS notes #1, #4, #5, #6, #9 with systematic quality enforcement.
olpie101 referenced this pull request in olpie101/agent-os Aug 14, 2025
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.

2 participants