Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bc8da0ed80
ℹ️ 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".
| @@ -0,0 +1,57 @@ | |||
| # Spark lane for abyss-stack | |||
|
|
|||
| This file only governs work started from `Spark/`. | |||
There was a problem hiding this comment.
Apply Spark policy by path, not task start location
The sentence here makes the Spark lane policy conditional on where a task was started, but AGENTS scoping is directory-based; this can cause Spark-specific constraints to be skipped when someone starts from repo root and then edits files under Spark/. That weakens the guardrails this file is meant to enforce, so the scope statement should describe coverage by file path (the Spark/ tree) rather than task origin.
Useful? React with 👍 / 👎.
Summary
Spark/AGENTS.mdverbatim for wave 1AGENTS.mdauthoritative and leave existingSpark/SWARM.mduntouchedValidation
python scripts/validate_stack.py