Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
de16ed2
feat(workflow): add unified .github/ template kit
abdout Apr 26, 2026
6aa06bd
feat(workflow): add 6 GitHub Actions workflows
abdout Apr 26, 2026
4d5e386
feat(workflow): wire commitlint + husky + lint-staged
abdout Apr 26, 2026
a11d313
feat(workflow): wire 4 git/github automation hooks
abdout Apr 26, 2026
0e395a1
feat(skills): /issue /branch /commit /pr /close — the unified workflo…
abdout Apr 26, 2026
942cd6a
docs: scrub personal info from PRD/ARCHITECTURE/CONFIGURATION sources
abdout Apr 26, 2026
365aed0
docs: scrub personal info from PROJECT-BRIEF source
abdout Apr 26, 2026
a5e0b9d
docs: scrub personal names from team.mdx
abdout Apr 26, 2026
ab5e184
docs: scrub personal info from index.mdx
abdout Apr 26, 2026
5245813
docs: scrub personal info from captain.mdx
abdout Apr 26, 2026
66c044e
docs: scrub personal info from cowork.mdx
abdout Apr 26, 2026
ea16650
docs: scrub personal info from dispatch.mdx
abdout Apr 26, 2026
ef6757d
docs: scrub personal info from agents.mdx
abdout Apr 26, 2026
5dacb99
docs: scrub personal info from context.mdx
abdout Apr 26, 2026
51f0fac
docs: scrub personal info from apps.mdx
abdout Apr 26, 2026
23a6f9a
feat(workflow): rule rewrite + CONTRIBUTING.md + state gitignore
abdout Apr 26, 2026
dc02c6a
docs: scrub personal info from all kun docs and reorganize meta.json
abdout Apr 27, 2026
f93d2bb
fix(docs): escape `<5min` in epics-v4.mdx
abdout Apr 28, 2026
2ae5978
feat(revenue+replication): seed databayt/revenue + replicate-github-c…
abdout Apr 28, 2026
2c4b971
fix(workflow): pin packageManager so pnpm/action-setup@v4 resolves
abdout Apr 28, 2026
4684a25
fix(workflow): use commitlint.config.mjs + lock pnpm-lock.yaml
abdout Apr 28, 2026
98e714c
chore(deps): update pnpm-lock for new devDeps
abdout Apr 28, 2026
dd4448c
fix(workflow): unblock CI with ignores + continue-on-error
abdout Apr 28, 2026
f7b3d92
chore(workflow): signed-commits in bootstrap mode (continue-on-error)
abdout Apr 28, 2026
09e1e6f
chore(team): add Mutaz + Ibrahim, restructure to 4 categories
abdout Apr 28, 2026
eabc157
fix(footer): credit databayt instead of Claude Code
abdout Apr 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 139 additions & 0 deletions .claude/memory/area-dropdowns.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
{
"$schema": "https://kun.databayt.org/schemas/area-dropdowns.v1.json",
"version": "1.0.0",
"description": "Per-repo `area` dropdown options used in .github/ISSUE_TEMPLATE/*.yml. The replicate-github-config.sh script reads this when copying templates so each repo gets the right dropdown without manual editing.",
"lastUpdated": "2026-04-26",
"repos": {
"kun": [
"agents",
"skills",
"rules",
"hooks",
"scripts",
"memory",
"mcp",
"workflow",
"docs",
"other"
],
"codebase": [
"components",
"registry",
"atoms",
"templates",
"blocks",
"agents",
"docs",
"other"
],
"hogwarts": [
"platform",
"auth",
"students",
"teachers",
"parents",
"finance",
"attendance",
"timetable",
"exams",
"reports",
"settings",
"marketing",
"i18n",
"docs",
"other"
],
"souq": [
"cart",
"checkout",
"vendor",
"catalog",
"orders",
"search",
"auth",
"payments",
"i18n",
"docs",
"other"
],
"mkan": [
"listings",
"booking",
"search",
"calendar",
"reviews",
"payments",
"auth",
"host",
"guest",
"i18n",
"docs",
"other"
],
"shifa": [
"appointments",
"patients",
"doctors",
"prescriptions",
"schedule",
"billing",
"auth",
"i18n",
"docs",
"other"
],
"marketing": [
"landing",
"blog",
"i18n",
"seo",
"analytics",
"docs",
"other"
],
"swift-app": [
"ios",
"watchos",
"auth",
"sync",
"ui",
"i18n",
"docs",
"other"
],
"shadcn": [
"components",
"registry",
"themes",
"docs",
"other"
],
"radix": [
"primitives",
"accessibility",
"docs",
"other"
],
"apple": [
"design-tokens",
"patterns",
"docs",
"other"
],
"distributed-computer": [
"p2p",
"token",
"consensus",
"infra",
"docs",
"other"
],
".github": [
"templates",
"workflows",
"profile",
"docs",
"other"
]
}
}
27 changes: 22 additions & 5 deletions .claude/memory/team.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0",
"updated": "2026-03-31",
"version": "1.1",
"lastUpdated": "2026-04-28",
"company": {
"name": "Databayt",
"license": "SSPL",
Expand All @@ -10,22 +10,39 @@
"team": [
{
"name": "Abdout",
"category": "tech",
"role": "founder-tech-lead",
"installRole": "engineer"
},
{
"name": "Ibrahim",
"category": "tech",
"role": "engineer",
"installRole": "engineer"
},
{
"name": "Ali",
"role": "business",
"category": "business",
"role": "sales-qa",
"installRole": "business"
},
{
"name": "Mutaz",
"category": "business",
"role": "general-business",
"installRole": "business"
},
{
"name": "Samia",
"role": "creative-content",
"category": "rnd",
"role": "research-and-development",
"installRole": "content"
},
{
"name": "Sedon",
"role": "facilitator-ops",
"category": "facilitator",
"role": "facilitator-business",
"facilitates": ["Ali", "Mutaz"],
"installRole": "ops"
}
]
Expand Down
Loading
Loading