docs(agents): refresh AGENTS.md via /init-deep (CEL-749) - #2
Conversation
Regenerated via the workspace-level /init-deep skill so this file matches current stack, commands, and structure. Part of a 9-repo sweep tracked under CEL-749. https://linear.app/cellarnode/issue/CEL-749/refresh-agentsmd-across-all-cellarnode-repos-via-init-deep
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughA new ChangesAGENTS.md Package Guide
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
1 issue found across 1 file
Confidence score: 4/5
- In
AGENTS.md, the documented pre-publish gate usesmake build, but that command cannot run in this repo, which can mislead contributors and cause publish checks to be skipped or inconsistently applied; this is a process risk rather than a runtime regression—update the doc to the actual scripts (e.g.,pnpm buildandpnpm test) or add a matching Makefile target before merging.
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="AGENTS.md">
<violation number="1" location="AGENTS.md:24">
P2: AGENTS.md references `make build` as the "PREFERRED pre-publish gate" command, but no Makefile exists in this repository. Only `pnpm build` (tsc) and `pnpm test` (vitest) are available via package.json scripts. Developers following this doc will get a `make: *** No rule to make target` error.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
| pnpm install | ||
| pnpm build # tsc only | ||
| pnpm test # vitest run | ||
| make build # clean + lint + typecheck + compile (PREFERRED pre-publish gate) |
There was a problem hiding this comment.
P2: AGENTS.md references make build as the "PREFERRED pre-publish gate" command, but no Makefile exists in this repository. Only pnpm build (tsc) and pnpm test (vitest) are available via package.json scripts. Developers following this doc will get a make: *** No rule to make target error.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At AGENTS.md, line 24:
<comment>AGENTS.md references `make build` as the "PREFERRED pre-publish gate" command, but no Makefile exists in this repository. Only `pnpm build` (tsc) and `pnpm test` (vitest) are available via package.json scripts. Developers following this doc will get a `make: *** No rule to make target` error.</comment>
<file context>
@@ -0,0 +1,73 @@
+pnpm install
+pnpm build # tsc only
+pnpm test # vitest run
+make build # clean + lint + typecheck + compile (PREFERRED pre-publish gate)
+```
+
</file context>
Summary
Regenerated
AGENTS.mdvia the workspace-level/init-deepskill. One of 9 sibling PRs in the same sweep, tracked under CEL-749.Why
The workspace-level
~/REPOS/CellarNode/AGENTS.mdinventory was significantly outdated and many sibling repos lacked anAGENTS.mdat all. This sweep refreshes per-repo agent context so future agent sessions get accurate stack, commands, and architecture pointers.Scope
Doc-only. No functional changes. No CI impact.
Linear
CEL-749
Summary by cubic
Adds a new
AGENTS.mdfor@cellarnode/i18n, regenerated via workspace/init-deepto reflect current languages, stack, commands, exports, structure, copy-common usage, and translation pipeline. Supports CEL-749 by refreshing per-repo agent context; docs-only with no code or CI changes.Written for commit a1bd4ae. Summary will update on new commits.