nth_weekday 0.1.1 → 0.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +47 -1
  3. data/VERSION +1 -1
  4. metadata +3 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17898431f95d95110a7939d73ecdfb186d6316cafb2e8fe193ed8d7ba4cf1f51
4
- data.tar.gz: 52099f02ab6e904e90d234135f17d1782b43c5999bf86dbbf5878d7caa7951de
3
+ metadata.gz: 69519a49798e6edd6879ae4f8ce20ebec5f09ed7761380d592b6770ed40d13a9
4
+ data.tar.gz: eb41eb2c8e89dd6689b04b607a000e8e0c8ef93886372a721f8e47987b7e5ade
5
5
  SHA512:
6
- metadata.gz: 209ded1597fb87f51fc2752c1c768244ca8d5fda78ba6ecf1a52caf4583587e1d63121e953f8fe7fb38af227231934dd41c7597628930840cc1a6dae4e0000c4
7
- data.tar.gz: 01260b0b375215f8dfb920f41deda20446273e9015b3542177bb79f117cbd7f38755beb813f03e19797023570a0adb5e6553048d070f3b8c56e1a80beb803672
6
+ metadata.gz: 40caf4872dc1ef615b8667a6c415aedcc46eec7975b80784d73d09ebbcabd1609dc6c9690b763e80cbbc8c74400d010fec2b2c7277791b50f9ad9f0bb1a1aad9
7
+ data.tar.gz: 95680caaea53204cb06df51c79b7484d3b3aa539355e01dcdf568754a4409ff0aa92f20f4c61552dfec97b68fb9eabb63ef86e5729fd4d1e5afc3d2caeee87d5
data/README.md CHANGED
@@ -19,7 +19,6 @@
19
19
  - ✅ Rails / Sinatra / CLI / バッチ対応
20
20
  - 🧪 テスト済み、CI/CD導入しやすい構成
21
21
 
22
-
23
22
  ## 💎 Installation / インストール
24
23
 
25
24
  ```bash
@@ -33,6 +32,7 @@ gem install nth_weekday
33
32
  ## 💻 Requirements / 動作環境
34
33
 
35
34
  - Ruby 3.3.0以上
35
+ - CI verified on Ruby 3.3.0 and Ruby 4.0.1
36
36
 
37
37
  ## 🚀 Usage / 使い方
38
38
 
@@ -87,6 +87,52 @@ bundle exec rubocop # コードスタイルチェック
87
87
 
88
88
  このプロジェクトでは [RuboCop](https://rubocop.org/) を使用してコードスタイルを一貫して維持しています。コード変更時は `bundle exec rubocop` でスタイルチェックを実行してください。
89
89
 
90
+ エージェント運用時のルールは以下を参照してください。
91
+
92
+ ## 🤖 AI / Agent Development Modes
93
+
94
+ このリポジトリは AI エージェントによる開発を前提に、2つのモードをサポートしています。
95
+
96
+ ### 🧩 通常モード(Single Agent)
97
+
98
+ 単一エージェントによる高速な実装。
99
+
100
+ **用途**
101
+ - 小規模修正
102
+ - 明確なタスク
103
+
104
+ ---
105
+
106
+ ### 🧠 オーケストレーターモード(Multi-Agent)
107
+
108
+ 複数の役割エージェントによる段階的開発。
109
+
110
+ **フロー**
111
+ 1. Issue
112
+ 2. Plan
113
+ 3. Implementation
114
+ 4. Review
115
+ 5. PR
116
+
117
+ **用途**
118
+ - 複雑な変更
119
+ - 設計が必要なタスク
120
+
121
+ ## 🧭 Mode Selection
122
+
123
+ | ケース | モード |
124
+ | :-- |:-- |
125
+ | 小規模な変更・新規機能 | 通常 |
126
+ | 複雑な変更・大規模な新規機能 | オーケストレーター |
127
+
128
+ ---
129
+
130
+ ## 📚 Docs
131
+
132
+ - [AGENTS.md](./AGENTS.md)
133
+ - [CODING_RULES.md](./CODING_RULES.md)
134
+ - [HUMAN_IN_THE_LOOP.md](./HUMAN_IN_THE_LOOP.md)
135
+
90
136
  ## 👥 Contributing / 貢献
91
137
 
92
138
  1. Fork the repository
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nth_weekday
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yusuke Higasa
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-05-10 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: A lightweight Ruby library to get dates like "3rd Wednesday" or "last
14
13
  Friday" from any given year and month. Rails-compatible and dependency-free.
@@ -34,7 +33,6 @@ metadata:
34
33
  changelog_uri: https://github.com/yusukehigasa/nth_weekday/blob/main/CHANGELOG.md
35
34
  bug_tracker_uri: https://github.com/yusukehigasa/nth_weekday/issues
36
35
  rubygems_mfa_required: 'true'
37
- post_install_message:
38
36
  rdoc_options: []
39
37
  require_paths:
40
38
  - lib
@@ -49,8 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
47
  - !ruby/object:Gem::Version
50
48
  version: '0'
51
49
  requirements: []
52
- rubygems_version: 3.5.16
53
- signing_key:
50
+ rubygems_version: 4.0.3
54
51
  specification_version: 4
55
52
  summary: Get dates like "3rd Wednesday" or "last Friday" from any given year and month
56
53
  test_files: []