Comparing main...v2 · seomd/cli · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: seomd/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: seomd/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 7, 2026

  1. refactor: restructure .seomd directory and update page output path

    Update the writePageAnalysis utility to store generated markdown files in pages/md/ instead of the root pages directory. Implement the full standard .seomd directory structure including intent, competitors, generated, and reports subdirectories, plus all required placeholder files for SEO project setup. Also update .gitignore to track V2_NOTES.md.
    gigabit-eth committed Jun 7, 2026
    Configuration menu
    Copy the full SHA
    d727333 View commit details
    Browse the repository at this point in the history
  2. feat(cli): add migrate command to update .seomd structure

    Add new `seomd migrate` CLI subcommand that upgrades existing .seomd/ directories to the latest project structure. This includes moving legacy page files from pages/ to pages/md/, creating required missing config files and directories, generating placeholder intent and competitor content, and printing a summary of created files. Update README to document the new command and add local development usage instructions.
    gigabit-eth committed Jun 7, 2026
    Configuration menu
    Copy the full SHA
    1246d76 View commit details
    Browse the repository at this point in the history
Loading