Wiki index
Catalog of beliefs and entities. Maintained by the agent during ingest.
Beliefs
| Page | Topic | Sources |
|---|---|---|
| logging | Structured logging | logging sucks, twelve-factor app |
| testing | TDD, test doubles | tdd (fowler), mocks aren’t stubs |
| design | Simple design rules | beck design rules, everything should be typed |
| deployment | Twelve-factor service design | twelve-factor app |
| typing | Branded / domain types | everything should be typed |
Entities
(empty)
Using Skills
See using skills — how to install distilled skills into pi globally or per-project.
Sources
| Page | Author | Topic |
|---|---|---|
| logging sucks | Boris Tane | Logging |
| tdd (fowler) | Martin Fowler | Testing / TDD |
| mocks aren’t stubs | Martin Fowler | Testing / mocks |
| beck design rules | Kent Beck / Fowler | Design |
| twelve-factor app | Adam Wiggins | Deployment |
| everything should be typed | Samuel + Alessio | Typing |