Fix references to the old repo#1
Merged
CasJam merged 1 commit intobuildermethods:mainfrom Jul 21, 2025
Merged
Conversation
Contributor
|
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
Fix references to the old repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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