docs(core): add Basic Machines agent style guidance#921
Conversation
Signed-off-by: phernandez <paul@basicmachines.co>
|
Claude finished @phernandez's task in 1m 29s —— View job PR Review: docs(core): add Basic Machines agent style guidanceTasks
Finding:
|
| Item | Status |
|---|---|
| Follows Basic Memory coding conventions (CLAUDE.md) | ✅ |
| No Python code changed — type annotations N/A | ✅ |
| 100-character line length maintained | ✅ |
| No commented-out code blocks | ✅ |
| Documentation updated | ✅ |
CLAUDE.md (AGENTS.md) updated with Programming Style section |
✅ |
| No hardcoded secrets or credentials | ✅ |
| No emojis/unicode in output | ✅ |
| Skill symlink resolves correctly on checkout | ❌ Regular file, not a git symlink |
| Unit/integration tests | N/A (docs-only change) |
| Test coverage | N/A (docs-only change) |
| Alembic migration | N/A |
| Database/MCP/architecture changes | N/A |
Summary: One issue to fix: the .claude/skills/basic-machines-review entry needs to be a proper git symlink (mode 120000) rather than a regular text file — otherwise Claude Code won't resolve the skill. All content (style guide, AGENTS.md update, SKILL.md rubric) is clean and ready.
Signed-off-by: phernandez <paul@basicmachines.co>
|
Reviewed the feedback and pushed follow-up commit
Verification:
|
|
Claude finished @phernandez's task in 2m 35s —— View job PR Review: docs(core): add Basic Machines agent style guidanceTasks
Symlink Fix Verified ✅
Content Quality
Checklist
Summary: All previous findings addressed. The symlink is correctly stored as mode |
Summary
Test Plan