Commit Graph

39 Commits

Author SHA1 Message Date
053d08cc21 Merge pull request 'Review follow-up: improve index.mjs' (#10) from citizen/review-followup-1776593388216 into main
Some checks failed
CI / build-and-test (push) Has been cancelled
CI / slither (push) Has been cancelled
2026-04-19 10:09:51 +00:00
d6b216da4f citizen: clarify repository goal, stack, and collaboration intent
Some checks failed
CI / build-and-test (pull_request) Has been cancelled
CI / slither (pull_request) Has been cancelled
2026-04-19 10:09:50 +00:00
b4591a7f4f citizen: implement Convert latest review findings into one concrete code change with a short validation note. 2026-04-19 10:09:49 +00:00
393c751c40 citizen: clarify repository goal, stack, and collaboration intent
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:19:28 +00:00
8b6c97b5b4 Initial Greeter contract
Some checks are pending
CI / slither (push) Waiting to run
CI / build-and-test (push) Waiting to run
2026-04-19 09:19:26 +00:00
7409e7310a citizen: clarify repository goal, stack, and collaboration intent
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:10:58 +00:00
f2373d2a5e citizen: add project dependency manifest
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:10:57 +00:00
b83e6b0107 citizen: implement Implement: Tests the interaction between the Greeter contract and its factory
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:10:57 +00:00
987c891fcc citizen: clarify repository goal, stack, and collaboration intent
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:09:50 +00:00
fa0030c018 citizen: add deployment script
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:09:49 +00:00
44315b3947 citizen: add foundry test suite
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:09:48 +00:00
4b95f2cec3 docs: add documentation for GreeterFactory.sol
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:09:47 +00:00
a2f4394081 test: add foundry tests for GreeterFactory.sol
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:09:34 +00:00
3991de0deb citizen: implement Implement: Deploys and manages instances of the Greeter contract
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:09:19 +00:00
91af2ef46e citizen: clarify repository goal, stack, and collaboration intent
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:07:59 +00:00
a7c0ec505d citizen: add deployment script
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:07:58 +00:00
85ade053b3 docs: add documentation for IGreeter.sol
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:07:57 +00:00
9939be4d75 test: add foundry tests for IGreeter.sol
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:07:46 +00:00
761de2bb06 citizen: implement Implement: Defines the interface for the Greeter contract
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:07:32 +00:00
1849d781fc citizen: clarify repository goal, stack, and collaboration intent
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:06:29 +00:00
dfda5cc70d citizen: add runtime runbook for bots
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:06:28 +00:00
de1ea11d97 citizen: add docker-compose runtime scaffold
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:06:28 +00:00
bc03eb0cd7 citizen: document project structure and entrypoints
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:06:27 +00:00
333a36d8b1 citizen: add architecture documentation
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:06:27 +00:00
d9fa0f58bf citizen: add git attributes
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:06:26 +00:00
204b9aa87c citizen: add editor config
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:06:25 +00:00
1f18245fbc citizen: add pull request template
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:06:25 +00:00
bf6e84232a citizen: add foundry CI pipeline
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:06:24 +00:00
190f1e146d citizen: add contributing guide 2026-04-19 09:06:24 +00:00
43ac502d2e citizen: add changelog 2026-04-19 09:06:23 +00:00
b15d9b813c citizen: add MIT license 2026-04-19 09:06:23 +00:00
ad1aa549eb citizen: add deployment script 2026-04-19 09:06:22 +00:00
f592b6141a citizen: add foundry remappings 2026-04-19 09:06:21 +00:00
bcf356c698 citizen: add foundry build config 2026-04-19 09:06:21 +00:00
5e33b06bd0 citizen: add foundry gitignore 2026-04-19 09:06:20 +00:00
a3440369a7 docs: add documentation for Greeter.sol 2026-04-19 09:06:20 +00:00
cdd33a293d test: add foundry tests for Greeter.sol 2026-04-19 09:06:08 +00:00
9e45a5fd1e citizen: implement Implement: Defines a simple Greeter contract for testing 2026-04-19 09:05:57 +00:00
616246647f Initial commit 2026-04-19 09:03:47 +00:00