When unsure about implementation details, ALWAYS ask the developer.
- Build:
yarn build - Lint:
yarn lint
| # prints budget with % target column | |
| ledger -f fin.dat -p "june" budget | |
| HugsLib | http://steamcommunity.com/sharedfiles/filedetails/?id=818773962 | |
| Expanded Prosthetics and Organ Engineering | http://steamcommunity.com/sharedfiles/filedetails/?id=725956940 | |
| ResearchPal | http://steamcommunity.com/sharedfiles/filedetails/?id=946390822 | |
| Rimsenal - Storyteller pack | http://steamcommunity.com/sharedfiles/filedetails/?id=725952322 | |
| ModSwitch | http://steamcommunity.com/sharedfiles/filedetails/?id=1139051045 | |
| Work Tab | http://steamcommunity.com/sharedfiles/filedetails/?id=725219116 | |
| Medical Tab | http://steamcommunity.com/sharedfiles/filedetails/?id=715565817 | |
| EdB Prepare Carefully | http://steamcommunity.com/sharedfiles/filedetails/?id=735106432 | |
| Colonist Bar KF 0.18.0 | http://steamcommunity.com/sharedfiles/filedetails/?id=729908976 | |
| Allow Tool | http://steamcommunity.com/sharedfiles/filedetails/?id=761421485 |
| Initialize engine version: 5.6.3p1 (9c92e827232b) | |
| GfxDevice: creating device client; threaded=1 | |
| Initializing Metal device caps: AMD Radeon Pro 560 | |
| Begin MonoManager ReloadAssembly | |
| Platform assembly: /private/var/folders/n_/1vbglhmj67b49v0ncjkmbtzw0000gp/T/AppTranslocation/B3E8E803-A48D-4C6F-AF98-8D152427F46B/d/RimWorld1722Mac.app/Contents/Resources/Data/Managed/UnityEngine.dll (this message is harmless) | |
| Loading /private/var/folders/n_/1vbglhmj67b49v0ncjkmbtzw0000gp/T/AppTranslocation/B3E8E803-A48D-4C6F-AF98-8D152427F46B/d/RimWorld1722Mac.app/Contents/Resources/Data/Managed/UnityEngine.dll into Unity Child Domain | |
| Platform assembly: /private/var/folders/n_/1vbglhmj67b49v0ncjkmbtzw0000gp/T/AppTranslocation/B3E8E803-A48D-4C6F-AF98-8D152427F46B/d/RimWorld1722Mac.app/Contents/Resources/Data/Managed/Assembly-CSharp-firstpass.dll (this message is harmless) | |
| Loading /private/var/folders/n_/1vbglhmj67b49v0ncjkmbtzw0000gp/T/AppTranslocation/B3E8E803-A48D-4C6F-AF98-8D152427F46B/d/RimWorld1722Mac.app/Contents/Resources/Dat |
| # catalog-info.yaml | |
| # | |
| # Lives at the root of THIS service's own repo. | |
| # Owned and kept current by this service's team, reviewed in normal PRs. | |
| # Aggregated (on a schedule or on push) into the central service catalog | |
| # that planning agents read for cross-repo feature work. | |
| service: <orders-service> | |
| description: <One sentence: what this service owns> | |
| owner: <team-checkout> |
| # <service-name> | |
| <One or two sentences: what this service owns and why it exists.> | |
| ## Stack | |
| - Language/runtime: <e.g. Node 20 / Go 1.22 / Python 3.12> | |
| - Framework: <e.g. Express, FastAPI, gRPC> | |
| - Datastore: <e.g. Postgres via Prisma> | |
| - Messaging: <e.g. Kafka, topic prefix `orders.*`> |