Skip to content

Releases: Kuldeep2822k/cli

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 17:48

What's Changed

  • refactor(types): merge WalkOptions declarations; mark nested schema as Phase-2 reserved by @Kuldeep2822k in #132
  • chore: bump the development-dependencies group with 6 updates by @dependabot[bot] in #135
  • chore(deps): bump actions/deploy-pages from 4.0.5 to 5.0.0 by @dependabot[bot] in #133
  • chore(deps): bump actions/configure-pages from 5.0.0 to 6.0.0 by @dependabot[bot] in #134
  • fix(storage): normalize depends_on/dependencies aliases identically to the engine by @Kuldeep2822k in #137
  • ci: sync issue labels to PALEE roadmap project fields by @Kuldeep2822k in #141
  • refactor(mastery): extract resolveTopicMastery helper; fix falsy-zero coercion in review by @Kuldeep2822k in #142
  • ci: harden workflow security (permissions, timeouts, persist-credentials) by @Kuldeep2822k in #143
  • fix(cli): emit exit 4 on OCC conflict in migrate; centralize conflict exit mapping by @Kuldeep2822k in #144
  • refactor(storage): centralize hot.md reads in readHotMemory accessor by @Kuldeep2822k in #145
  • chore(storage,cli): census storage barrel exports (keep/reserved/remove); fix next/plan JSDoc flag drift by @Kuldeep2822k in #146
  • docs(engine,storage): align docs with post-#137 canonical dependencies by @Kuldeep2822k in #147
  • refactor(storage): make loadTopics cache injectable by @Kuldeep2822k in #151
  • chore: bump the development-dependencies group with 6 updates by @dependabot[bot] in #150
  • chore(deps): bump softprops/action-gh-release from 3.0.2 to 3.0.3 by @dependabot[bot] in #149
  • chore(deps): bump actions/deploy-pages from 5.0.0 to 5.0.1 by @dependabot[bot] in #148
  • fix(tests): canonicalize tmp vault in #129 injection suite for macOS CI by @Kuldeep2822k in #153
  • fix(engine): drop legacy dependencies alias from TopicNode type by @Kuldeep2822k in #152
  • refactor(cli,roadmap): extract resolveTopicUpdates as single derivation for both import passes by @Kuldeep2822k in #154
  • fix: apply npm audit fixes by @Kuldeep2822k in #156
  • perf(test): enable parallel test execution and add categorized test scripts by @Kuldeep2822k in #155
  • feat(validate): add validation rule framework with parse-frontmatter rule and ported graph rules by @Kuldeep2822k in #158
  • feat(engine): 3-color DFS multi-cycle quarantine and deterministic ready ordering by @Kuldeep2822k in #157
  • fix(storage): keep vault-relative paths clean through symlinked vault roots by @Kuldeep2822k in #161
  • feat(validate): add schema, topic-id-format, and status validation rules by @Kuldeep2822k in #159
  • feat(validate): add validation barrel and --strict warning escalation (#25) by @Kuldeep2822k in #162
  • feat(validate): add assessment-fields and topic-mastery rules with independence coverage (#36 #37 #40) by @Kuldeep2822k in #163
  • feat(validate): add review-fields, review-dates, and dependency-list rules with missing-dep warning policy (#33 #38 #39) by @Kuldeep2822k in #165
  • docs(changelog): condense Unreleased entries to Keep a Changelog style by @Kuldeep2822k in #167
  • feat(validate): add memory-subsystem rules for note kind, session schema, session topics, and session index (#27 #41 #42 #44) by @Kuldeep2822k in #168
  • feat(validate): add hot-memory and safe-vault-paths rules with shared diagnostic-value rendering (#43 #45 #166) by @Kuldeep2822k in #169
  • docs(adr): record validation-framework decisions as ADR-0008 and fix dangling references to removed planning docs (#170) by @Kuldeep2822k in #172
  • fix(npm): optimize published package files and update .npmignore by @Kuldeep2822k in #173

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 11:52

What's Changed

  • docs(issue-113): humanize documentation, align technical contracts, and overhaul theme accessibility by @Kuldeep2822k in #114
  • feat(docs): overhaul Mermaid interactive zoom and pan engine by @Kuldeep2822k in #115
  • perf(docs): GitHub-style 60fps inline & fullscreen Mermaid pan-zoom controller by @Kuldeep2822k in #116
  • fix(core): implement comprehensive codebase audit hardening and resilience by @Kuldeep2822k in #117
  • docs: bring CHANGELOG.md up to date with 0.3.0, 0.3.1, and Unreleased features by @Kuldeep2822k in #118
  • test: add comprehensive concurrency stress, fault injection, fuzzing, and timezone test suites by @Kuldeep2822k in #119
  • feat(core): implement Phase 1 storage isolation, session duration, and concurrency resilience (#86, #87, #88, #89, #90, #91) by @Kuldeep2822k in #120
  • fix(storage): resolve realpath for vault root and session targets to prevent macOS CI failures by @Kuldeep2822k in #122
  • fix(test): update deleteTopicDrafts test stub to match realpath targets on macOS by @Kuldeep2822k in #123
  • chore(ci): enable tokenless npm OIDC publishing & build provenance in release workflow by @Kuldeep2822k in #124

Full Changelog: v0.3.1...v0.4.0

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 29 Aug 17:38

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@Kuldeep2822k Kuldeep2822k released this 29 Aug 17:28

What's Changed

  • docs: add comprehensive 8-chapter technical documentation and glossary by @Kuldeep2822k in #60
  • feat(docs): setup VitePress documentation site and GitHub Pages deployment workflow by @Kuldeep2822k in #61
  • feat(docs): add enterprise vector icons, Mermaid zoom modal, and security overrides by @Kuldeep2822k in #62
  • feat(docs): add DeepWiki sidebar structure and high-contrast Mermaid inspection viewer by @Kuldeep2822k in #64
  • feat(roadmap): support importing roadmaps directly from Markdown files (#51) by @Kuldeep2822k in #71
  • feat(adopt): support batch adoption across directories and whole vault (#50) by @Kuldeep2822k in #74
  • chore(deps): bump actions/checkout from 4.2.2 to 7.0.1 by @dependabot[bot] in #15
  • chore(deps): bump amannn/action-semantic-pull-request from 5.4.0 to 6.1.1 by @dependabot[bot] in #16
  • fix(engine): compute topic mastery during note adoption by @Kuldeep2822k in #94
  • fix(cli): guard progress date parsing against invalid dates by @Kuldeep2822k in #96
  • fix(cli): exclude archived topics from global mastery calculation by @Kuldeep2822k in #97
  • refactor(engine): extract shared MASTERY_THRESHOLD constant by @Kuldeep2822k in #95
  • refactor(storage): unify vault topic scanning into loadTopics boundary by @Kuldeep2822k in #98
  • fix(cli): recompute topic_mastery & update assessment pillars in review (#104) by @Kuldeep2822k in #106
  • chore(deps): bump actions/upload-pages-artifact from 3.0.1 to 5.0.0 by @dependabot[bot] in #103
  • fix(cli): emit exit code 4 on OCC and lock conflict errors (#76) by @Kuldeep2822k in #107
  • docs(engine,storage): enhance JSDoc, add ADRs, and harden storage & domain contracts by @Kuldeep2822k in #108
  • chore(deps): bump crazy-max/ghaction-github-labeler from 5.0.0 to 6.0.0 by @dependabot[bot] in #109
  • fix(cli): replace process.exit() with process.exitCode across all handlers (#77) by @Kuldeep2822k in #110
  • fix(cli): route adopt/review/roadmap/migrate through validateVaultPath (#78) by @Kuldeep2822k in #111
  • docs: sync Phase 1 features, roadmap markdown support, and exit code 4 semantics by @Kuldeep2822k in #112
  • chore(deps): bump actions/upload-artifact from 4.3.1 to 7.0.1 by @dependabot[bot] in #102
  • chore(deps): bump actions/checkout from 4.2.2 to 7.0.1 by @dependabot[bot] in #101
  • chore(deps): bump actions/labeler from 5.0.0 to 7.0.0 by @dependabot[bot] in #100
  • chore(deps): bump actions/setup-node from 4.1.0 to 7.0.0 by @dependabot[bot] in #99

Full Changelog: v0.2.0...v0.3.0

What's Changed

  • docs: add comprehensive 8-chapter technical documentation and glossary by @Kuldeep2822k in #60
  • feat(docs): setup VitePress documentation site and GitHub Pages deployment workflow by @Kuldeep2822k in #61
  • feat(docs): add enterprise vector icons, Mermaid zoom modal, and security overrides by @Kuldeep2822k in #62
  • feat(docs): add DeepWiki sidebar structure and high-contrast Mermaid inspection viewer by @Kuldeep2822k in #64
  • feat(roadmap): support importing roadmaps directly from Markdown files (#51) by @Kuldeep2822k in #71
  • feat(adopt): support batch adoption across directories and whole vault (#50) by @Kuldeep2822k in #74
  • chore(deps): bump actions/checkout from 4.2.2 to 7.0.1 by @dependabot[bot] in #15
  • chore(deps): bump amannn/action-semantic-pull-request from 5.4.0 to 6.1.1 by @dependabot[bot] in #16
  • fix(engine): compute topic mastery during note adoption by @Kuldeep2822k in #94
  • fix(cli): guard progress date parsing against invalid dates by @Kuldeep2822k in #96
  • fix(cli): exclude archived topics from global mastery calculation by @Kuldeep2822k in #97
  • refactor(engine): extract shared MASTERY_THRESHOLD constant by @Kuldeep2822k in #95
  • refactor(storage): unify vault topic scanning into loadTopics boundary by @Kuldeep2822k in #98
  • fix(cli): recompute topic_mastery & update assessment pillars in review (#104) by @Kuldeep2822k in #106
  • chore(deps): bump actions/upload-pages-artifact from 3.0.1 to 5.0.0 by @dependabot[bot] in #103
  • fix(cli): emit exit code 4 on OCC and lock conflict errors (#76) by @Kuldeep2822k in #107
  • docs(engine,storage): enhance JSDoc, add ADRs, and harden storage & domain contracts by @Kuldeep2822k in #108
  • chore(deps): bump crazy-max/ghaction-github-labeler from 5.0.0 to 6.0.0 by @dependabot[bot] in #109
  • fix(cli): replace process.exit() with process.exitCode across all handlers (#77) by @Kuldeep2822k in #110
  • fix(cli): route adopt/review/roadmap/migrate through validateVaultPath (#78) by @Kuldeep2822k in #111
  • docs: sync Phase 1 features, roadmap markdown support, and exit code 4 semantics by @Kuldeep2822k in #112
  • chore(deps): bump actions/upload-artifact from 4.3.1 to 7.0.1 by @dependabot[bot] in #102
  • chore(deps): bump actions/checkout from 4.2.2 to 7.0.1 by @dependabot[bot] in #101
  • chore(deps): bump actions/labeler from 5.0.0 to 7.0.0 by @dependabot[bot] in #100
  • chore(deps): bump actions/setup-node from 4.1.0 to 7.0.0 by @dependabot[bot] in #99

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@Kuldeep2822k Kuldeep2822k released this 14 Aug 13:41

What's Changed

  • chore(deps): bump softprops/action-gh-release from 2.2.1 to 3.0.2 by @dependabot[bot] in #22
  • chore(deps): bump actions/download-artifact from 4.1.7 to 8.0.1 by @dependabot[bot] in #17
  • chore(deps): bump actions/setup-node from 4.1.0 to 7.0.0 by @dependabot[bot] in #14
  • chore: setup eslint-style repository labels and pr labeler by @Kuldeep2822k in #46
  • fix: quote release labels to prevent YAML parse error by @Kuldeep2822k in #47
  • fix: remove invalid color hex prefixes and configure skip-delete to r… by @Kuldeep2822k in #48
  • feat: add full set of priority labels for manual triaging by @Kuldeep2822k in #49
  • fix(dashboard): guard against division by zero in statistics calculation by @Kuldeep2822k in #53
  • feat(cli): display onboarding guidance on zero-topic empty vaults by @Kuldeep2822k in #54
  • fix(session): require topic or resolve from hot memory, eliminating phantom T-general by @Kuldeep2822k in #55
  • fix(types): standardize Topic.difficulty as string enum type by @Kuldeep2822k in #56
  • feat(cli): implement machine-readable --json output across reading commands by @Kuldeep2822k in #57
  • docs: synchronize documentation and finalize Phase 1 checklist by @Kuldeep2822k in #58

New Contributors

Full Changelog: v0.1.0...v0.2.0

What's Changed

  • chore(deps): bump softprops/action-gh-release from 2.2.1 to 3.0.2 by @dependabot[bot] in #22
  • chore(deps): bump actions/download-artifact from 4.1.7 to 8.0.1 by @dependabot[bot] in #17
  • chore(deps): bump actions/setup-node from 4.1.0 to 7.0.0 by @dependabot[bot] in #14
  • chore: setup eslint-style repository labels and pr labeler by @Kuldeep2822k in #46
  • fix: quote release labels to prevent YAML parse error by @Kuldeep2822k in #47
  • fix: remove invalid color hex prefixes and configure skip-delete to r… by @Kuldeep2822k in #48
  • feat: add full set of priority labels for manual triaging by @Kuldeep2822k in #49
  • fix(dashboard): guard against division by zero in statistics calculation by @Kuldeep2822k in #53
  • feat(cli): display onboarding guidance on zero-topic empty vaults by @Kuldeep2822k in #54
  • fix(session): require topic or resolve from hot memory, eliminating phantom T-general by @Kuldeep2822k in #55
  • fix(types): standardize Topic.difficulty as string enum type by @Kuldeep2822k in #56
  • feat(cli): implement machine-readable --json output across reading commands by @Kuldeep2822k in #57
  • docs: synchronize documentation and finalize Phase 1 checklist by @Kuldeep2822k in #58

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 18:14

What's Changed

Full Changelog: https://github.com/Kuldeep2822k/cli/commits/v0.1.0