-
Notifications
You must be signed in to change notification settings - Fork 0
docs: update AGENTS.md and README.md #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,12 @@ | |
|
|
||
| Official company website and internal CMS for **CODEDDEVS TECHNOLOGY LTD**. | ||
|
|
||
| This site presents CODEDDEVS as a product-driven technology company building AI-first software for African markets. The public site is aimed at investors, press, and partners. The admin dashboard is used to manage products, updates, team members, careers, messages, applications, and uploaded media. | ||
| - **Live:** codeddevs.com (pending) | ||
| - **Framework:** Next.js 15, App Router, TypeScript | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Next.js version inconsistency in the documentation. Line 6 states "Next.js 15" but line 20 (in the Tech Stack section) still states "Next.js 14". The README now contains contradictory framework version information. 🔧 Fix the version inconsistencyUpdate line 20 to match: -- **Framework:** Next.js 14, App Router, TypeScript
+- **Framework:** Next.js 15, App Router, TypeScript🤖 Prompt for AI Agents
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it's actually NEXT.js 15, that is the tech stack There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
- - **Framework:** Next.js 14, App Router, TypeScript
+ - **Framework:** Next.js 15, App Router, TypeScript( •ᴗ• )っ |
||
| - **Runtime:** React 19 | ||
| - **Tech:** Tailwind, Drizzle ORM, Neon PostgreSQL | ||
| - **Audience:** Investors, press, and partners | ||
| - This site presents CODEDDEVS as a product-driven technology company building AI-first software for African markets. The public site is aimed at investors, press, and partners. The admin dashboard is used to manage products, updates, team members, careers, messages, applications, and uploaded media. | ||
|
|
||
| - **Live URL:** https://codeddevs.com | ||
| - **Company:** CODEDDEVS TECHNOLOGY LTD | ||
|
|
@@ -245,4 +250,3 @@ NEXTAUTH_URL=https://codeddevs.com | |
|
|
||
| CODEDDEVS TECHNOLOGY LTD | ||
| codeddevs.team@gmail.com | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add language identifiers to fenced code blocks (MD040).
These blocks currently use plain triple backticks without a language, which triggers markdownlint warnings and can break docs lint gates.
🧹 Suggested fix pattern
Apply the same
textlanguage tag to each fenced block listed above.Also applies to: 905-909, 911-915, 917-921, 923-929, 931-935, 937-941, 943-947, 950-954, 956-960, 962-968, 970-975
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)
[warning] 894-894: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
🤖 Prompt for AI Agents