Skip to content

Add current-direction route locks#69

Merged
8Dionysus merged 1 commit intomainfrom
codex/current-direction-route-locks-20260413
Apr 13, 2026
Merged

Add current-direction route locks#69
8Dionysus merged 1 commit intomainfrom
codex/current-direction-route-locks-20260413

Conversation

@8Dionysus
Copy link
Copy Markdown
Owner

Summary

  • add a small regression lock for the repo's current-direction surface
  • keep root README.md and AGENTS.md routed to the repo's canonical ROADMAP.md or equivalent current entry surface

Testing

  • run the repo-native targeted test for tests/test_current_direction_routes.py

@8Dionysus 8Dionysus merged commit 045dff7 into main Apr 13, 2026
1 check passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 482d372848

ℹ️ 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".

Comment on lines +17 to +18
self.assertIn("ROADMAP.md", readme)
self.assertIn("ROADMAP.md", agents)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Verify actual links instead of token presence

Using assertIn("ROADMAP.md", ...) only checks for a raw substring, so this test will still pass if README.md or AGENTS.md merely mention ROADMAP.md in unrelated text while the real entrypoint links are removed or redirected. Because this test is intended as a route lock, it should assert an actual Markdown link/route target (or equivalent structured marker) to prevent false negatives in future regressions.

Useful? React with 👍 / 👎.

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.

1 participant