nova-cli 0.2.1 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54fc6bde759bc3364398237e2e2708d39f65914d1cc2535abeab9e3dae30ec21
4
- data.tar.gz: d28f7264dfb937f566da787b83e40378c9eb3401f84d2e3804b1359d9af4e878
3
+ metadata.gz: 3bbdbaa6c0ffb47c8b75e42ac538e62c852e9c38c4bfca103351c447b6054fde
4
+ data.tar.gz: 84b21e95ff413a181df3be86ef3a6c92bef2032da1da2da7ce4f2a2552dd64b8
5
5
  SHA512:
6
- metadata.gz: cca3432561952657d947c8e0e055e680f91c5d7bfb9831cfb2f3a28df73bf69c7afe3491633f8170910a5ee45cf4a3a9fc6c03982793dab21328c20731e36971
7
- data.tar.gz: 485fedcc7de08ad618729ffcd32cd5c7e92184741da638a887c1858719506662b7ccee17b97689b47e1a0f91426bcd1d85312b7885ebf7c7dcf54e9d493f3f96
6
+ metadata.gz: 9827db12ba3a0f8c316ada9926b66ff07df568b74120391ece237d5d89a76c7b08afed520324de73b4fea2928c148bc5aefd95806435b43f7673bd2526744634
7
+ data.tar.gz: 3447a04dc45738c19eb9ba026bba5982ba6eb223ea63c6fc63502b558d3f9c62540913f071783ec0cb2f066fbfd85f94e66663eb54e43bd022aabc40360e0c9b
@@ -32,15 +32,16 @@ You are working in a Nova project that follows a structured product development
32
32
 
33
33
  ### When in shape/ (Documentation)
34
34
  - Don't write code - documentation only
35
- - Start with "why" before "what"
36
- - Keep user value central
37
35
  - Use Mermaid for diagrams
38
36
  - Reference previous sections for traceability
37
+ - Delete example.md files once real files are generated in a given section
39
38
 
40
39
  ### When in code/ (Implementation)
40
+ - Always create a new branch before starting a new task
41
41
  - Review shape/ documentation first
42
42
  - Follow tasks in shape/4_tasks/
43
- - Update task checkboxes as you complete work
43
+ - When any task or subtask is completed, check it off in the appropriate task file
44
+ - After completing a subtask, commit your work to the new branch
44
45
 
45
46
  ### Code Quality Standards
46
47
  - Rails conventions with RSpec tests
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.1'
5
+ VERSION = '0.2.2'
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Francis