ad-agent_architecture 0.0.3 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 21906e309a921a97bcf97f4a9855d295f254a967c5c910783b58a709a6f8b9bf
4
- data.tar.gz: d968abaef05bec72cb51646f4296e7d447e92746906e238d1ec4183f7168aa30
3
+ metadata.gz: 48e72bffc8e25721cc39304860dac54bdde2cbe3828fd9bf39ea5a93d2ae40d8
4
+ data.tar.gz: 6579e5af918b96e8eb9960ea2e672cf1b2315fad054f794ca5789cec1779624c
5
5
  SHA512:
6
- metadata.gz: cb05cd58eaf70c090ef6a513f238825c6960bbbc59a314a0803400ba48203f15e3fced4f23c10f7157a67fd2dad08496fc74215198c0c1c25bb2ac8c15f0ca02
7
- data.tar.gz: 6826716f20f4774f78f63d1dd1b8b41f4f03861561b46ad69ba65ad3ba1c39ec65329d8454402d915aa956029b180beb6926925fa3c7bbca10c853956e11fe67
6
+ metadata.gz: a3ac5432296309961a50273fbb71cdf0fd681ab5d1a40cf7054a9b1a044001d1262d0eefc91f08f579a887294104dc3e22e2fbe3717e3c32b98fe0eae7ff54de
7
+ data.tar.gz: 93c048683f119fa32427bf57422bf1217bb689870162cb733a3eda10bdba6d92c0f8b7606e3550630b747ad2000a7bd48ec7c83beaa4ab2c67593a67c7b5b5ef
data/.rubocop.yml CHANGED
@@ -14,6 +14,7 @@ AllCops:
14
14
  Exclude:
15
15
  - ".builders/**/*"
16
16
  - "spec/samples/**/*"
17
+ - "lib/ad/agent_architecture/db/*"
17
18
 
18
19
  Metrics/BlockLength:
19
20
  Exclude:
data/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [0.0.4](https://github.com/appydave/ad-agent_architecture/compare/v0.0.3...v0.0.4) (2024-06-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update schema ([dd2d6fb](https://github.com/appydave/ad-agent_architecture/commit/dd2d6fbd1eb477da5e44f3d5417aa05ec291fb25))
7
+
8
+ ## [0.0.3](https://github.com/appydave/ad-agent_architecture/compare/v0.0.2...v0.0.3) (2024-06-26)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * preliminary requirments WIP ([e397071](https://github.com/appydave/ad-agent_architecture/commit/e397071416ac2f54f63b6f20c986099216f2e4db))
14
+
1
15
  ## [0.0.2](https://github.com/appydave/ad-agent_architecture/compare/v0.0.1...v0.0.2) (2024-06-26)
2
16
 
3
17
 
data/README.md CHANGED
@@ -38,6 +38,8 @@ See all [usage examples](./USAGE.md)
38
38
 
39
39
  ## Requirements
40
40
 
41
+ [Specification for the AppyDave - Agent Architecture Schema](./docs/requirements.md)
42
+
41
43
 
42
44
 
43
45