nova-cli 0.2.2 → 0.2.3

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: 3bbdbaa6c0ffb47c8b75e42ac538e62c852e9c38c4bfca103351c447b6054fde
4
- data.tar.gz: 84b21e95ff413a181df3be86ef3a6c92bef2032da1da2da7ce4f2a2552dd64b8
3
+ metadata.gz: b37fc476c794b5d8ef65085970ceda162fb4e3be7460c621572f4196c2123706
4
+ data.tar.gz: b301b2eaa9dbf98f9bc788353a7b6f124c3674a428a4692d2c9ca14fd7f1e5b5
5
5
  SHA512:
6
- metadata.gz: 9827db12ba3a0f8c316ada9926b66ff07df568b74120391ece237d5d89a76c7b08afed520324de73b4fea2928c148bc5aefd95806435b43f7673bd2526744634
7
- data.tar.gz: 3447a04dc45738c19eb9ba026bba5982ba6eb223ea63c6fc63502b558d3f9c62540913f071783ec0cb2f066fbfd85f94e66663eb54e43bd022aabc40360e0c9b
6
+ metadata.gz: 4e3b7441eec4ee00b6fe79e63cc510fa40c75661401505ff1d8f0fac4bf270d393525abf2f94f7aa1c4f8196bb9a8db8702ec8ef3b1d9c0562a7cbd6bf7565e7
7
+ data.tar.gz: 4fe249bd630cc14c9d8d7d42e80cc5313dff4a751bd0fb93464b7c501ba8718ae28197611280ef41e6f299781c9a2edc540ce79ee9020a3c82e69ae506035a35
@@ -35,6 +35,7 @@ You are working in a Nova project that follows a structured product development
35
35
  - Use Mermaid for diagrams
36
36
  - Reference previous sections for traceability
37
37
  - Delete example.md files once real files are generated in a given section
38
+ - Do not advance to the next section until told to do so
38
39
 
39
40
  ### When in code/ (Implementation)
40
41
  - Always create a new branch before starting a new task
@@ -55,6 +56,9 @@ You are working in a Nova project that follows a structured product development
55
56
  - Whenever you complete a task/subtask, check it off
56
57
  - Update file tracking tables (⏳ → ✅)
57
58
 
59
+ ### Change Requests
60
+ - When asked to make a change to the code, first analyze shape/ and update any impacted documentation
61
+
58
62
  ## Remember
59
63
  - Keep things simple unless specified otherwise
60
64
  - Be concise and do not repeat yourself
data/lib/nova.rb CHANGED
@@ -2,5 +2,5 @@ require_relative 'nova/cli'
2
2
  require_relative 'nova/generator'
3
3
 
4
4
  module Nova
5
- VERSION = '0.2.2'
5
+ VERSION = '0.2.3'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nova-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Francis