nrs 85271075a2
github-issue-136-takt-catalog (#146)
* planner と architect-planner を統合し、knowledge で設計知識を補完する構成に変更

plan → architect → implement の3ステップを plan → implement の2ステップに統合。
planner ペルソナに構造設計・モジュール設計の知識を追加し、plan ステップに
knowledge: architecture を付与することで architect ステップを不要にした。
prompt-log-viewer ツールを追加。

* takt: github-issue-136-takt-catalog
2026-02-08 17:53:44 +09:00

6 lines
119 B
TypeScript

/**
* Catalog feature — list available facets across layers.
*/
export { showCatalog } from './catalogFacets.js';