Compare commits

..

5 Commits

Author SHA1 Message Date
CxLLM Buildout
8842e90c20 chore(scaffold): full repo build-out
Some checks are pending
ci / validate (push) Waiting to run
Adds README, LICENSE (MIT), .gitignore, Makefile, CONTRIBUTING, CHANGELOG,
SECURITY, CODEOWNERS, .editorconfig, .github/workflows/ci.yml, and
docs/ARCHITECTURE.md + docs/adr/0001 to bring this repository up to the
CxLLM family baseline.
2026-05-17 11:10:12 -05:00
CxLLM Buildout
5144db3b57 chore(scaffold): full repo build-out
Adds README, LICENSE (MIT), .gitignore, Makefile, CONTRIBUTING, CHANGELOG,
SECURITY, CODEOWNERS, .editorconfig, .github/workflows/ci.yml, and
docs/ARCHITECTURE.md + docs/adr/0001 to bring this repository up to the
CxLLM family baseline.
2026-05-17 11:08:04 -05:00
CxLLM Buildout
aa8d79a195 chore(scaffold): full repo build-out
Adds README, LICENSE (MIT), .gitignore, Makefile, CONTRIBUTING, CHANGELOG,
SECURITY, CODEOWNERS, .editorconfig, .github/workflows/ci.yml, and
docs/ARCHITECTURE.md + docs/adr/0001 to bring this repository up to the
CxLLM family baseline.
2026-05-17 11:07:26 -05:00
CxLLM Buildout
eb0be3c504 chore(scaffold): full repo build-out
Adds README, LICENSE (MIT), .gitignore, Makefile, CONTRIBUTING, CHANGELOG,
SECURITY, CODEOWNERS, .editorconfig, .github/workflows/ci.yml, and
docs/ARCHITECTURE.md + docs/adr/0001 to bring this repository up to the
CxLLM family baseline.
2026-05-17 11:06:22 -05:00
CxLLM Buildout
bdfbb8bb49 chore(scaffold): full repo build-out
Adds README, LICENSE (MIT), .gitignore, Makefile, CONTRIBUTING, CHANGELOG,
SECURITY, CODEOWNERS, .editorconfig, .github/workflows/ci.yml, and
docs/ARCHITECTURE.md + docs/adr/0001 to bring this repository up to the
CxLLM family baseline.
2026-05-17 11:06:05 -05:00
2796 changed files with 350 additions and 12 deletions

View File

@ -1,6 +1,6 @@
refactor: rename CxLLM-LB project + target to CxLLM-LIB
chore(scaffold): full repo build-out
The directory was already named CxLLM-LIB but the .xcodeproj, target,
product name, and built dylib used the abbreviated 'CxLLM-LB' form.
Rename the project bundle, all internal pbxproj references, and the
Aggregate workspace pointer so naming is consistent everywhere.
Adds README, LICENSE (MIT), .gitignore, Makefile, CONTRIBUTING, CHANGELOG,
SECURITY, CODEOWNERS, .editorconfig, .github/workflows/ci.yml, and
docs/ARCHITECTURE.md + docs/adr/0001 to bring this repository up to the
CxLLM family baseline.

View File

@ -8,8 +8,8 @@
multiPackIndex = false
fsmonitor = false
[user]
email = cxai-ops@cxai-studio.com
name = CxAI Ops
email = buildout@cxllm-studio.com
name = CxLLM Buildout
[maintenance]
auto = false
[gc]

Binary file not shown.

View File

@ -1,2 +1,7 @@
0000000000000000000000000000000000000000 a9f6d12319523862438a8d58fa62475a4d67efc6 CxAI Ops <cxai-ops@cxai-studio.com> 1778946724 -0500 commit (initial): chore: initial commit (Phase 3 scaffold)
a9f6d12319523862438a8d58fa62475a4d67efc6 440adf3f7a333a30a25d1b991916b561958e26bd CxAI Agent <agent@cxai-studio.com> 1778958493 -0500 commit: refactor: rename CxLLM-LB project + target to CxLLM-LIB
440adf3f7a333a30a25d1b991916b561958e26bd 7a2c6149131f192d3821f299c09d32efc95c6c66 CxAI Agent <agent@cxai-studio.com> 1778959116 -0500 commit: feat: add Package.swift + CxLib seed target
7a2c6149131f192d3821f299c09d32efc95c6c66 bdfbb8bb496890847939f04b3758b4dedb8c1ad5 CxLLM Buildout <buildout@cxllm-studio.com> 1779033965 -0500 commit: chore(scaffold): full repo build-out
bdfbb8bb496890847939f04b3758b4dedb8c1ad5 eb0be3c50420f70181e845c7ec15266373c3e040 CxLLM Buildout <buildout@cxllm-studio.com> 1779033982 -0500 commit: chore(scaffold): full repo build-out
eb0be3c50420f70181e845c7ec15266373c3e040 aa8d79a195362e300efb67bd4f130d9a0c0e874a CxLLM Buildout <buildout@cxllm-studio.com> 1779034046 -0500 commit: chore(scaffold): full repo build-out
aa8d79a195362e300efb67bd4f130d9a0c0e874a 5144db3b57c95a5ef1dda1aadf0a136291e8c840 CxLLM Buildout <buildout@cxllm-studio.com> 1779034084 -0500 commit: chore(scaffold): full repo build-out

View File

@ -1,2 +1,7 @@
0000000000000000000000000000000000000000 a9f6d12319523862438a8d58fa62475a4d67efc6 CxAI Ops <cxai-ops@cxai-studio.com> 1778946724 -0500 commit (initial): chore: initial commit (Phase 3 scaffold)
a9f6d12319523862438a8d58fa62475a4d67efc6 440adf3f7a333a30a25d1b991916b561958e26bd CxAI Agent <agent@cxai-studio.com> 1778958493 -0500 commit: refactor: rename CxLLM-LB project + target to CxLLM-LIB
440adf3f7a333a30a25d1b991916b561958e26bd 7a2c6149131f192d3821f299c09d32efc95c6c66 CxAI Agent <agent@cxai-studio.com> 1778959116 -0500 commit: feat: add Package.swift + CxLib seed target
7a2c6149131f192d3821f299c09d32efc95c6c66 bdfbb8bb496890847939f04b3758b4dedb8c1ad5 CxLLM Buildout <buildout@cxllm-studio.com> 1779033965 -0500 commit: chore(scaffold): full repo build-out
bdfbb8bb496890847939f04b3758b4dedb8c1ad5 eb0be3c50420f70181e845c7ec15266373c3e040 CxLLM Buildout <buildout@cxllm-studio.com> 1779033982 -0500 commit: chore(scaffold): full repo build-out
eb0be3c50420f70181e845c7ec15266373c3e040 aa8d79a195362e300efb67bd4f130d9a0c0e874a CxLLM Buildout <buildout@cxllm-studio.com> 1779034046 -0500 commit: chore(scaffold): full repo build-out
aa8d79a195362e300efb67bd4f130d9a0c0e874a 5144db3b57c95a5ef1dda1aadf0a136291e8c840 CxLLM Buildout <buildout@cxllm-studio.com> 1779034084 -0500 commit: chore(scaffold): full repo build-out

View File

@ -0,0 +1 @@
x-̱jA€á+»”Á^vfoöv[{Iêdgw‡ØŠ•H<0F>FDDBHoaÉsä ®DÉ#Äâš¿øo:I© Îf ”)ŠnA(˜\O`S¤HV«ò]&ZÀ!e×óç·ýãâçûu8Z½µò„ÆpdQY a$E•ˆ]äóóÙÝÉü}ò͆xü0Y|äõ¬½kñƒvÁP MŒì¼µ&ˆXœo!AÖ_;‡—§öáò·w¿­®ªÛuýà€E

View File

@ -0,0 +1 @@
x-<2D>/HÃAÅOÅ"bRƒ ˆˆ0ÓÝ}ï{w?e²b¢ˆ‘á÷þ•Z‡ˆÁºhXf¦1ìÿ0 &E&6aåÁ{ð>¼·_<C2B7>q€3Á¹VjZb²QúÌy‰“r(lÒmLFc´$RpŠM¾ºkøp¿½I3£¥ÝåŸêM<C3AA>H¥#¹è\ÞGAeÖx— EŸ”•š}Šæz%nÄöìëJéeqàô½Uí2áL€À%ô¤¢ €àò˜‚<>4qvØœ/ï=<3D>_Mtw¿gß#ýÅÁG# PàDds— w<Cãd`R²œ ÷.ƶÎok<6F>úÓRYÖ¦þ¿z„ 2CJqá£@MùfH;/ä@(”)ã¬Â†üÎÁÜêÂIëºýÁL§Ó¼ü/qlH

View File

@ -0,0 +1 @@
x+)JMU03c040031Q0M14MI2OLł03˛LIK4H4K5I44O42404H552KKMIcČ JŚ:˘¨ä_î áDł{ ţ.

View File

@ -0,0 +1 @@
xKÊÉOR040d¨`dŒbXú? Ä·0rµ5½|C Œ“ L Œ =LŒMÍÍ<C38D> Lý} <0A>ML7øøùm204ö63ñ14ñôÝb`œ¸¡çM&÷*³·Y¼¿·»ï)x¾A^ñ"ÃÕëâ²%š²»Ö #ù

View File

@ -0,0 +1,5 @@
x5Ð?H•að"°Õ Ó êâ<C3AA><C3A2>ž÷ïyÏ WoÐ 8Z"çýç¢æ’‚£
Š .q©©†6AiwÄ©Bw¿á
g}~ÏY\H©O-€ÕºO*Aä uÔE„¬™CFrÖÉì”<C3AC>VHôÅþÍôé|m¬¼Þz93ð»¾1ôÚ]´m³ 6q¨-o²ä¿mý/ÄU9Ô]v½úü©}©ùp¼ÜhoM¤hFŒÑhD2£PÀ9°ÅÙê»zm{¿&×G{/¾~™lÍ> ¢Úi²ÏAúPÍr6;ªN¦ ª¼ÃÝŽ¹‰ooïË“½ïo;·[¥ä‰,HáSZ±GS…eï9Y]Â×ßú<E280B9>öž_—ã«<C3A3>Ÿkó#Ín 
–±*B—\ ê<C2A0>
¢˜33BLÙ@*†Ï{vþ ÿ_,;?Lµ þ›}Æ“<C386>

View File

@ -0,0 +1 @@
x-Đ˝KŐQđ3]Zá%H<><48>8śsľ/ç´AhÉM/¨çµÁ”_nč®í-4\šDś„&WÁI‡ÄA4ý ż?ŕů<<ĎâçśűÁ±PR2bż4ě"@ĆH™uv™-v%&ݵWbK˝|{Ńž˙ü]ű§ďŰôťxµQ Z%¬<12>ą$öP[”PĽóAe2Ä& ř´ż7ř·ÓÚť˝şŰnô^¶žt×°/IąXrŐ‡Ž<E280A1>LhŘ8ëŚVŞú<>âßł‰ŤˇëáFWĎxů±ÜšDÓ®´¨UT‰30Jâhcҡ” cdłŚB´ćzî«_W~ŤśtmţlŇŐX-Ř`d §jčX˝`d¤ŠOWgć^ś?ŕQç0.,ýů2|;U ÎQtšŞďŠ—V— “$…¬Ť—ĘEI|=]{řđzâl§ů&Üü†ĺőć÷Gţö}Ă

View File

@ -0,0 +1,2 @@
x5ÐMH”Qà¯Z2»IZIDTØtÏý?E<>¢ER7Å=÷Üo!bDB¥Ìªp#d~@ˆjT«H"©6BD<0E> DÈ,Å¡/—góœ÷}Ç/§ÔmPg „ÕºŒ°Þ1Ò>jFc<46>SÔ"JP ¢É“š³å]c¡Qº±©äõòÆì߯«¾ÏmÁÅ’Q” ò„€ÊPÂh…ð*h<>É[Äìbmçó™®és=·gþ¼>fŸVºZÕ¶€BB­D”¢—œÒyJ:R<0E>Böûõ —¦Ÿ=ž_Zh N <0A>.÷vl ¬sRÂæ,‹Ï‘ jeY‡Ú&ÉÙìô½þ=ƒ;ÞüèÙ[;Ü×y·ªOÖ¾¶…<10> &‰P„U„dÁzôh<C3B4>”u.dsC/C¥Õò••û×§×ÎÆŽ£ï·„\Hi]Öd­¤Ø8ކÐ`HJ6±°áêës£Sç'×ZåáoW´
1H[ åŒÉ²±JBÆxa<78>T1ûxëÔ<C3AB>•Ò¡}“#o{<7B>m«|o´&— ¦ÜŽüÿP9ã(ºxé({7{äRï“ÊÃ_΄OûkòWõD}K(KA<1E>ð¬åA(<28>å å^p¶{¢´ºØß½½~³34Æ+­ŸÍ±XÄ›

Some files were not shown because too many files have changed in this diff Show More