Restructure: extract projects to standalone repos, convert root to README index - #8
Restructure: extract projects to standalone repos, convert root to README index#8hansraj316 wants to merge 1 commit into
Conversation
…index Moved substantive projects to their own repos (with preserved history where meaningful): - CoachAI -> hansraj316/coach-ai - InterviewAgent -> hansraj316/interview-agent (code-only; hansraj316/InterviewAgent stays as the public showcase) - ai_agent_project -> hansraj316/ai-agent-project Removed exploratory stubs (ClaudeCode, ClaudeCode-v2, WikiRevamp, windsurf-demo, Project Starlink, Azure DevOps MCP, Ghostty) and stray root-level drafts. Removed agentdate submodule; it is linked from the new index README instead. Empty CLAUDE.md and the outdated AGENTS.md (which described the old monorepo layout) also removed. Also removed an orphaned .git/hooks/pre-commit that referenced a deleted InterviewAgent/.pre-commit-config.yaml. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3c59adbb0b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1,9 +0,0 @@ | |||
| requests>=2.31.0 | |||
There was a problem hiding this comment.
Update CI workflow for removed project folders
Deleting this file (along with the project directories) breaks the default GitHub Actions pipeline because .github/workflows/ci.yml still runs jobs against those paths (for example python-style-ai-agent runs black --check ai_agent_project and ai-agent-tests runs pip install -r ai_agent_project/requirements.txt). After this commit, those commands fail with missing-path errors on every push/PR, so CI is no longer usable until the workflow is updated to match the new README-only repo layout.
Useful? React with 👍 / 👎.
|
Superseded by a fresh PR (#NEW) after rebasing onto new main — stale branch kept mergeability conflicts. |
Summary
git subtree split):coach-ai,interview-agent,ai-agent-project— all private.ClaudeCode,ClaudeCode-v2,WikiRevamp,windsurf-demo,Project Starlink,Azure DevOps MCP,Ghostty) and stray root-level drafts.agentdatesubmodule; it's now just a link in the index README.README.mdto be an index of the extracted repos. The old layout doc (AGENTS.md) and an emptyCLAUDE.mdare gone..git/hooks/pre-committhat pointed atInterviewAgent/.pre-commit-config.yaml.New repos
CoachAI/InterviewAgent/ai_agent_project/Test plan
.envsecrets in tree or history; false-positive matches wereencrypt_credentials.pyscripts)InterviewAgentpublic repo)Projectsrepo becomes a clean README index.envfiles with API keys are still on disk and need preservation before the folders are deleted locally)🤖 Generated with Claude Code