Commit Graph

35 Commits

Author SHA1 Message Date
129c87fb3b citizen: clarify repository goal, stack, and collaboration intent
Some checks failed
CI / build-and-test (push) Has been cancelled
CI / slither (push) Has been cancelled
2026-04-19 09:11:48 +00:00
9dd1f5638f 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:11:47 +00:00
a3ac93a3a9 docs: add documentation for EvidenceScoutTest.sol
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:11:46 +00:00
cac95f59c4 test: add foundry tests for EvidenceScoutTest.sol
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:11:34 +00:00
4532e6d293 citizen: implement Implement: Tests the interaction between the EvidenceScout contract and various repositories
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:11:20 +00:00
c23e75cbe1 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:12 +00:00
6e55c7a868 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:10:11 +00:00
bc233f820d docs: add documentation for EvidenceScout.sol
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:10:10 +00:00
d93b1b6dfd test: add foundry tests for EvidenceScout.sol
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:09:59 +00:00
13675b9688 citizen: implement Implement: The main contract that aggregates data from various repositories
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:09:42 +00:00
94d0b92890 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:08:33 +00:00
e9b013a39d 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:08:32 +00:00
6430bfcc5e docs: add documentation for RepositoryHelper.sol
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:08:32 +00:00
2a9efae6db test: add foundry tests for RepositoryHelper.sol
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:08:20 +00:00
19ed78a03a citizen: implement Implement: Provides helper functions for interacting with repositories
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:08:01 +00:00
61ed9b993d citizen: clarify repository goal, stack, and collaboration intent
Some checks are pending
CI / slither (push) Waiting to run
CI / build-and-test (push) Waiting to run
2026-04-19 09:06:54 +00:00
89c9f71423 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:54 +00:00
b5903570d9 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:53 +00:00
d1d925db4a 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:53 +00:00
a56ea1f616 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:52 +00:00
7ed8954dd0 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:51 +00:00
b70e443edb 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:51 +00:00
80cc82602c 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:50 +00:00
bcb91c13ff 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:50 +00:00
1303982883 citizen: add contributing guide
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
2026-04-19 09:06:49 +00:00
2adf42f1f8 citizen: add changelog 2026-04-19 09:06:49 +00:00
6c4ea03cf1 citizen: add MIT license 2026-04-19 09:06:48 +00:00
855b172bb8 citizen: add deployment script 2026-04-19 09:06:48 +00:00
c524d3e2e0 citizen: add foundry remappings 2026-04-19 09:06:47 +00:00
40b668d226 citizen: add foundry build config 2026-04-19 09:06:47 +00:00
8df1584e10 citizen: add foundry gitignore 2026-04-19 09:06:46 +00:00
c948b529c2 docs: add documentation for RepositoryInterface.sol 2026-04-19 09:06:46 +00:00
5505e5a185 test: add foundry tests for RepositoryInterface.sol 2026-04-19 09:06:34 +00:00
6841a5a657 citizen: implement Implement: Defines the interface for interacting with repositories 2026-04-19 09:06:12 +00:00
f9bce53587 Initial commit 2026-04-19 09:03:47 +00:00