Commit graph

307 commits

Author SHA1 Message Date
peturelvar
ea5c3604d3 Add Claude Code agent page to AI Coding Agents section
Claude Code (Anthropic's agentic CLI tool) was missing from the agents directory.
This adds a new page covering its unique capabilities for AL development:
- Terminal-native agentic execution with file system access
- MCP extensibility for BC-specific tooling
- CLAUDE.md project context files
- Build-verify-fix loops
- VS Code extension integration

Also updates the index page with Claude Code in the agent listing,
comparison matrix (with new Agentic Execution, MCP, Shell/Build rows),
and recommendation sections.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 23:00:02 +00:00
Jeremy Vyska
3e884878ab Add Kine article: AI Knowledge Gap That Ships to Production to vibe coding resources
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-04-01 09:19:07 +02:00
Jeremy Vyska
76159eb8cc
Merge pull request #283 from microsoft/agentic-assistance-hub
Orphaned files meant for the original PR
2026-01-20 14:24:42 +01:00
Jeremy Vyska
6f72c21a60 Orphaned files meant for the original PR 2026-01-20 14:23:48 +01:00
Jeremy Vyska
36c4ec1c0e
Merge pull request #275 from microsoft/issues/250
Fix #250: Clarify case sensitivity of APIPublisher and APIGroup
2025-12-16 12:24:39 +01:00
Henrik Helgesen
ed0868d8c1
Merge pull request #273 from microsoft/issues/150
Fix #150: Replace unavailable video with note
2025-12-03 12:44:37 -08:00
Henrik Helgesen
345e0f2a64
Merge pull request #274 from microsoft/issues/270
Fix #270: Add CAL Coding Guidelines PDF and fix broken link
2025-12-03 12:43:39 -08:00
Henrik Helgesen
b8d7ceccfc
Merge pull request #282 from javiarmesto/ai-native-dev-guideline
New Tool - AI Native AL Development toolkit
2025-12-03 12:37:25 -08:00
Javier Armesto Gonzalez
aa970ed0a6
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-28 12:00:55 +01:00
Javier Armesto Gonzalez
0042e10d5f
Add files via upload 2025-11-28 11:00:53 +01:00
Jeremy Vyska
3a262c4d33 Refresh of front page content 2025-11-10 12:47:46 +01:00
Jeremy Vyska
9ea56d5843 Fixing broken front page link 2025-11-10 12:39:14 +01:00
Henrik Helgesen
afc35a8c51
Merge pull request #265 from igor-ctrl/patch-1
Update index.md
2025-10-23 09:50:39 -07:00
Jeremy Vyska
aba9b11f07 Fix #250: Clarify case sensitivity of APIPublisher and APIGroup for subscriptions 2025-10-18 13:45:00 +02:00
Jeremy Vyska
77b968ae1f Fix #270: Add CAL Coding Guidelines PDF and update broken link 2025-10-18 13:42:14 +02:00
Jeremy Vyska
8afc5570db Fix #150: Replace unavailable video with note about missing content 2025-10-18 13:35:27 +02:00
Jeremy Vyska
9055fcbbd4 Adding vibe coding to the index 2025-10-17 15:16:55 +02:00
Jeremy Vyska
d0ebcffb21 Merge remote changes - accept incoming al-upgrade.md file 2025-10-17 14:38:44 +02:00
Jeremy Vyska
86ee402b1b Reorganizing Agentic/Vibe Section 2025-10-17 14:30:58 +02:00
Jeremy Vyska
86d86c326b Fixing broken internal links 2025-10-17 14:27:13 +02:00
Jeremy Vyska
b0ae28ffa1
Merge pull request #268 from microsoft/agentic-assistance-hub
Agentic assistance hub

Reviewed by several peers, better to get in place to improve.
2025-10-17 12:22:33 +02:00
Jeremy Vyska
907a8f3415 Clean up Articles page: remove placeholders, add CTA and quality checklist 2025-10-17 12:20:43 +02:00
Jeremy Vyska
784ef6d58d Add Waldo BC Telemetry Buddy page (summary, links) 2025-10-17 12:20:41 +02:00
Jeremy Vyska
0f61791734 Add NAB AL Tools MCP page (summary, features, links) 2025-10-17 12:20:39 +02:00
Jeremy Vyska
8a583c8edc Curate videos.md: add 4 starter videos, contributor CTA, and quality criteria 2025-10-17 12:18:50 +02:00
Jeremy Vyska
103ce14426 Add NAB AL Tools MCP server to Tools list 2025-10-17 09:22:35 +02:00
Jeremy Vyska
e6477e447d Add BC Telemetry Buddy (Waldo) to Tools list 2025-10-17 09:05:07 +02:00
Jeremy Vyska
28adab2c0a
Update creator information in documentation 2025-10-11 17:50:06 +02:00
Jeremy Vyska
648d1b0bf4 Fixing menu order 2025-10-10 12:35:23 +02:00
Jeremy Vyska
4db38ba4d3 Add comprehensive agentic coding documentation
- Add 6 MCP server documentation pages (bc-code-intelligence, al-dependency, azure-devops, serena, al-objid, clockify)
- Add AI Coding Agents documentation (GitHub Copilot, Claude, Cursor)
- Add Getting Started section (what is agentic coding, setup, prompting, best practices, limitations, glossary)
- Add Getting More section (code review, documentation, telemetry examples)
- Add Community Resources placeholders (articles, videos, tools)
- Update Tools section to focus on MCP servers instead of VSCode extensions
2025-10-10 12:25:41 +02:00
Nikola Kukrika
17f18636c7 Adding lattest instructions 2025-10-08 12:52:09 +02:00
Igor
7dd5bae8c9
Update index.md
## Update No. Series pattern for BC v24+ modern API

Microsoft deprecated `NoSeriesManagement` in BC v24+. Added modern `codeunit "No. Series"` pattern documentation with simplified API examples, comparison table, and method reference. Legacy content preserved for backward compatibility.

Real-world implementation verified in production BC extension.
2025-10-01 15:34:12 -05:00
Nikola Kukrika
4a0ab33045 Upgrade review guideliness 2025-09-16 15:44:59 +02:00
Dmitry Katson
2a805b20dc Update AL coding guidelines to use PascalCase for variable and function names
- Corrected naming conventions in the AL code style documentation to specify PascalCase instead of camelCase for variables and functions.
- Adjusted examples throughout the documentation to reflect the updated naming conventions.
- Enhanced clarity in performance guidelines by renaming procedures for better understanding.
2025-07-30 22:08:25 +08:00
Dmitry Katson
6b3f522a16 Vibe Coding for AL coding rules
- Added new rules files for Vibe Coding, including guidelines on AL code style, naming conventions, performance optimization, error handling, event-driven development, and testing.
- Updated existing links
2025-06-26 14:58:03 +07:00
Arend-Jan Kauffmann
5e76983b77
Merge pull request #249 from Busschers/ErrorHandling-ListOfReferenceText
Fixed copy-paste mistake in reference text.
2024-10-04 16:58:48 +02:00
Luuk
ec423a0428 Fixed copy-paste mistake in reference text. 2024-09-11 09:41:19 +02:00
Henrik Helgesen
75f3d28eeb
Merge pull request #241 from Busschers/ErrorHandling
First draft
2024-09-06 11:26:09 -07:00
Luuk
119b1df1c6 First draft 2024-07-10 15:59:55 +02:00
Frédéric Vercaemst
3353c5184c Fix formatting issues and syntax errors in code 2023-11-24 15:16:38 +01:00
Jeremy Vyska
00e696864b
Merge pull request #220 from PeterConijn/PatternFixes
Minor fixes to pattern pages
2023-09-28 07:14:49 +02:00
Jeremy Vyska
9812eccaf2
Merge pull request #226 from Busschers/SetLoadFIelds
SetLoadFields
2023-09-28 07:14:38 +02:00
Luuk
8befe1b704 #SetLoadFields 2023-09-22 13:01:23 +02:00
Luuk
892862e068 #SetLoadFIelds 2023-09-22 12:13:18 +02:00
Luuk
6b3d740bbb #SetLoadFields 2023-08-10 10:38:28 +02:00
Eivind Giske
cc4be1c80d
Update _index.md 2023-06-22 13:16:10 +02:00
Luuk
b317951d63 SetLoadFields 2023-06-06 10:58:57 +02:00
Luuk
6f8b7b3451 SetLoadFields 2023-06-06 10:52:52 +02:00
Peter Conijn
6bb60cb36f Minor fixes to pattern pages 2023-02-22 10:44:30 +01:00
deadmouse
375ef7043e
Update index.md
Repair broken links
2023-02-21 17:12:09 +01:00