Skip to content

docs: Update AGENTS.md#346

Open
overcut-ai[bot] wants to merge 1 commit intomainfrom
docs/update-agents-md-20260331
Open

docs: Update AGENTS.md#346
overcut-ai[bot] wants to merge 1 commit intomainfrom
docs/update-agents-md-20260331

Conversation

@overcut-ai
Copy link
Copy Markdown

@overcut-ai overcut-ai Bot commented Mar 31, 2026

Summary

This PR updates AGENTS.md with the latest repository structure and patterns.

Changes

  • Updated reference examples to reflect current repository state
  • Added new patterns discovered in repository analysis
  • Updated common patterns section with latest practices

@overcut-ai overcut-ai Bot requested a review from arielweinberger as a code owner March 31, 2026 02:03
@overcut-ai
Copy link
Copy Markdown
Author

overcut-ai Bot commented Mar 31, 2026

Completed Working on "Code Review"

✅ Review comments were published and final review submitted successfully: COMMENT event, 5 total comments across 1 file.

✅ Workflow completed successfully.


👉 View complete log

Copy link
Copy Markdown
Author

@overcut-ai overcut-ai Bot left a comment

Choose a reason for hiding this comment

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

Summary of review findings:

  • Total by importance: 5 MAJOR
  • Affected files: 1 (AGENTS.md)
  • Blocking issues: none identified (no critical correctness/security defects)

Key themes observed:

  1. Overly absolute guidance that may conflict with real monorepo workflows (scope/tooling/Nx-only rules).
  2. Documentation accuracy drift versus current repository/CI reality (paths and path-ignore behavior).

Recommended next steps:

  • Relax absolute rules to allow clearly justified exceptions (with rationale + CI alignment).
  • Correct repository path examples to match actual docs structure.
  • Reconcile CI behavior documentation with current workflow configuration and intended matching semantics.

Comment thread AGENTS.md
3. **Keep docs/config aligned with code** when behavior or APIs change:
- update docs content under `docs/`
- keep OpenAPI/GraphQL generated assets in sync when required.
4. **Limit scope of changes** to the relevant app/lib/docs area.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

[major]: The rule to limit scope to one area is too absolute for a monorepo where correctness often requires coordinated updates across apps/libs/docs/generated artifacts. Keeping it strict can lead to incomplete or inconsistent submissions.

Comment thread AGENTS.md
- update docs content under `docs/`
- keep OpenAPI/GraphQL generated assets in sync when required.
4. **Limit scope of changes** to the relevant app/lib/docs area.
5. **Do not introduce new build tooling conventions** when existing Nx/webpack/rollup patterns already cover the use case.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

[major]: The prohibition against introducing new build-tooling conventions is too rigid and can block justified migrations or improvements when existing patterns are insufficient.

Comment thread AGENTS.md
- `libs/`
- `client/`, `common/`, `kafka/`, `types/`, `ui/`
- `docs/`
- Mintlify content (`docs/mint.json`, `docs/README.md`, `docs/api-reference/*`)
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

[major]: The documented path docs/api-reference/* is inaccurate for this repository structure and can misdirect contributors.

Comment thread AGENTS.md
4. Build flow:
- `npx nx graphql:generate --skip-nx-cache`
- `npx nx run-many --target=build --all --parallel --maxParallel=3`

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

[major]: The guidance around docs path-ignore behavior is inaccurate/misleading for recursive matching expectations, which can cause drift between documentation and actual CI trigger behavior.

Comment thread AGENTS.md
## Common Tasks
### Run one app locally
- Server: `npx nx serve server`
- Console: `npx nx serve console`
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

[major]: An absolute ‘do not bypass Nx’ rule conflicts with repository-standard npm script workflows already documented (e.g., docs tooling), creating contradictory guidance.

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